"description":"The GET method may be used to request information about all subscriptions for this requestor. Upon success, the response contains entity body with all the subscriptions for the requestor.",
"description":"The POST method may be used to create a new subscription. One example use case is to create a new subscription to the mobile edge service availability notifications. Upon success, the response contains entity body describing the created subscription.",
"description":"The GET method requests information about a subscription for this requestor. Upon success, the response contains entity body with the subscription for the requestor.",
"description":"This method deletes a meMp1Subscription. This method is typically used in \"Unsubscribing from service availability event notifications\" procedure.",
"operationId":"ApplicationsSubscription_DELETE",
"tags":[
"subscriptions"
],
"responses":{
"204":{
"description":"No Content"
...
...
@@ -208,6 +255,9 @@
"get":{
"description":"This method retrieves information about all the traffic rules associated with a mobile edge application instance.",
"description":"This method retrieves information about a list of meService resources. This method is typically used in \"service availability query\" procedure",
"description":"This method is used to create a meService resource. This method is typically used in \"service availability update and new service registration\" procedure",
"operationId":"Services_POST",
"tags":[
"services"
],
"responses":{
"201":{
"$ref":"#/components/responses/Services.201"
...
...
@@ -337,6 +399,9 @@
"get":{
"description":"This method retrieves information about a meService resource. This method is typically used in \"service availability query\" procedure",
"description":"This method retrieves the information of the platform's timing capabilities which corresponds to the timing capabilities query",
"operationId":"TimingCaps_GET",
"tags":[
"timing"
],
"responses":{
"200":{
"$ref":"#/components/responses/TimingCaps.200"
...
...
@@ -421,6 +495,9 @@
"get":{
"description":"This method retrieves information about a list of available transports. This method is typically used by a service-producing application to discover transports provided by the mobile edge platform in the \"transport information query\" procedure",
"description":"Represents the information that the MEP notifies the subscribed application instance about the corresponding application instance termination/stop",
"description":"'Represents the service availability information that is used in the following cases - when the MEC platform announces the newly available\n services to the authorized relevant MEC applications (e.g. \n the applications that indicate the services as \"optional\"\n or \"required\") that are subscribed to the corresponding \n service availability notifications\n- when the MEC platform notifies the authorized relevant applications that are subscribed to the corresponding service availability notifications about the service availability changes.'",