"description":"Represents a mobile edge service instance.",
"in":"path",
"required":true,
"type":"string",
"format":"uri"
"400":{
"$ref":"#/components/responses/Error.400"
},
"Path.TrafficRuleId":{
"name":"trafficRuleId",
"description":"Represents a traffic rule.",
"in":"path",
"required":true,
"type":"string",
"format":"uri"
"403":{
"$ref":"#/components/responses/Error.403"
},
"Query.Ser_category_id":{
"name":"ser_category_id",
"description":"A mobile edge application instance may use ser_category_id as an input parameter to query the availability of a list of mobile edge service instances in a serCategory. Either \"ser_instance_id\" or \"ser_name\" or \"ser_category_id\" or none of them shall be present.",
"in":"query",
"required":false,
"type":"string"
"404":{
"$ref":"#/components/responses/Error.404"
},
"Query.Ser_instance_id":{
"name":"ser_instance_id",
"description":"A mobile edge application instance may use multiple ser_instance_ids as an input parameter to query the availability of a list of mobile edge service instances. Either \"ser_instance_id\" or \"ser_name\" or \"ser_category_id\" or none of them shall be present.",
"in":"query",
"required":false,
"type":"array",
"items":{
"type":"string"
"412":{
"$ref":"#/components/responses/Error.412"
}
},
"Query.Ser_name":{
"name":"ser_name",
"description":"A mobile edge application instance may use multiple ser_names as an input parameter to query the availability of a list of mobile edge service instances. Either \"ser_instance_id\" or \"ser_name\" or \"ser_category_id\" or none of them shall be present.",
"description":"This method retrieves information about all the DNS rules associated with a mobile edge application instance.",
"operationId":"ApplicationsDnsRules.GET",
"produces":[
"application/json"
],
"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",
"responses":{
"200":{
"description":"It is used to indicate nonspecific success. The response body contains a representation of the resource.",
"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":"This method retrieves information about a DNS rule associated with a mobile edge application instance.",
"operationId":"ApplicationsDnsRule.GET",
"produces":[
"application/json"
],
"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",
"responses":{
"200":{
"description":"It is used to indicate nonspecific success. The response body contains a representation of the resource.",
"description":"This method deletes a meMp1Subscription. This method is typically used in \"Unsubscribing from service availability event notifications\" procedure.",
"description":"This method retrieves information about a list of meService resources. This method is typically used in \"service availability query\" procedure",
"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",
"produces":[
"application/json"
],
"responses":{
"200":{
"description":"Upon success, a response body containing the list of links to the requested subscriptions is returned.",