description:This method retrieves information about a list of meService resources. This method is typically used in "service availability query" procedure
operationId:Services_GET
produces:
-application/json
parameters:
-$ref:'#/parameters/Query.Ser_instance_id'
-$ref:'#/parameters/Query.Ser_name'
-$ref:'#/parameters/Query.Ser_category_id'
responses:
200:
description:It is used to indicate nonspecific success. The response body contains a representation of the resource.
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
produces:
-application/json
parameters:
-$ref:'#/parameters/Body.ServiceInfo'
responses:
201:
description:Upon success, the HTTP response shall include a Location HTTP header that contains the resource URI of the created resource.
headers:
location:
description:The resource URI of the created resource
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
operationId:Transports_GET
produces:
-application/json
responses:
200:
description:It is used to indicate nonspecific success. The response body contains a representation of the resource.