File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 12
12
# Introduction
13
13
---
14
14
15
- Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)
16
- resources and applications.
15
+ Use the MEC Exposure & Experience Management API for discovery and utilisation of Multi-Access Edge Compute (MEC)resources and applications.
17
16
18
17
19
18
---
@@ -541,6 +540,7 @@ components:
541
540
$ref : " #/components/schemas/jitter"
542
541
543
542
applicationProfile :
543
+ description : information about the application which are required for decision making
544
544
type : object
545
545
properties :
546
546
applicationProfileId :
@@ -779,26 +779,6 @@ components:
779
779
# #####################################################
780
780
# TYPES
781
781
# ######################################################
782
- TypesNetworkResources :
783
- type : object
784
- description : network resources//added desc
785
- properties :
786
- minBandwidthKbits :
787
- type : integer
788
- description : Minimum required connection bandwidth in Kbit/s for the application
789
- applicationContinuitySupport :
790
- type : boolean
791
- description : Indicates if application continuity support is required or not for the application.
792
- maxRequestRate :
793
- type : integer
794
- description : Maximum request rate that the application can handle
795
- maxLatencyMs :
796
- type : integer
797
- description : " Maximum response time or latency that the application can handle, in miliseconds"
798
- minAvailability :
799
- type : integer
800
- description : Minimum availability required for the server
801
- additionalProperties : false
802
782
TypesComputeResources :
803
783
type : object
804
784
properties :
You can’t perform that action at this time.
0 commit comments