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.
operationId:ApplicationsSubscriptions_GET
parameters:
...
...
@@ -84,7 +84,7 @@ paths:
post:
tags:
-appSubscriptions
summary:"Createsubscription"
description:The POST method may be used to create a new subscription. One example use case is to create a new subscription to the MEC service availability notifications. Upon success, the response contains entity body describing the created subscription.
operationId:ApplicationsSubscriptions_POST
parameters:
...
...
@@ -168,6 +168,7 @@ paths:
applications that are subscribed to the corresponding
service availability notifications about the service availability changes.'
operationId:ServiceAvailabilityNotification_POST
summary:"Createcallback"
tags:
-callbacks
requestBody:
...
...
@@ -180,7 +181,7 @@ paths:
get:
tags:
-appSubscriptions
summary:"Getsubscription"
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.
operationId:ApplicationsSubscription_GET
parameters:
...
...
@@ -241,7 +242,7 @@ paths:
delete:
tags:
-appSubscriptions
summary:delete subscription
description:This method deletes a mecSrvMgmtSubscription. This method is typically used in "Unsubscribing from service availability event notifications" procedure.
operationId:ApplicationsSubscription_DELETE
parameters:
...
...
@@ -289,6 +290,7 @@ paths:
get:
tags:
-appServices
summary:get services
description:This method retrieves information about a list of mecService resources. This method is typically used in "service availability query" procedure
operationId:AppServices_GET
parameters:
...
...
@@ -460,6 +462,7 @@ paths:
post:
tags:
-appServices
summary:create service
description:This method is used to create a mecService resource. This method is typically used in "service availability update and new service registration" procedure
operationId:AppServices_POST
parameters:
...
...
@@ -562,6 +565,7 @@ paths:
get:
tags:
-appServices
summary:get service
description:This method retrieves information about a mecService resource. This method is typically used in "service availability query" procedure
operationId:AppServicesServiceId_GET
parameters:
...
...
@@ -650,6 +654,7 @@ paths:
put:
tags:
-appServices
summary:update service
description:This method updates the information about a mecService resource
description:This method retrieves information about a list of mecService resources. This method is typically used in "service availability query" procedure
operationId:Services_GET
parameters:
...
...
@@ -971,7 +977,7 @@ paths:
get:
tags:
-services
summary:get service
description:This method retrieves information about a mecService resource. This method is typically used in "service availability query" procedure
operationId:ServicesServiceId_GET
parameters:
...
...
@@ -1055,7 +1061,7 @@ paths:
get:
tags:
-transports
summary:Get transports
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 MEC platform in the "transport information query" procedure
operationId:Transports_GET
parameters:[]
...
...
@@ -1109,6 +1115,7 @@ paths:
get:
tags:
-individualMECservice
summary:get mecServiceLiveness
description:This method retrieves information about an "Individual mecServiceLiveness" resource
operationId:get_individual_MEC_service
responses:
...
...
@@ -1140,6 +1147,7 @@ paths:
patch:
tags:
-individualMECservice
summary:Update mecServiceLiveness
description:This method updates a resource on top of the existing resource state with partial changes described by the client.