"description":"New ServiceInfo with updated \"state\" is included as entity body of the request",
"in":"body",
"required":true,
"schema":{
"$ref":"#/definitions/ServiceInfo"
}
},
"Body.TrafficRule":{
"name":"TrafficRule",
"description":"One or more updated attributes that are allowed to be changed",
"in":"body",
"required":true,
"schema":{
"$ref":"#/definitions/TrafficRule"
}
},
"Path.AppInstanceId":{
"name":"appInstanceId",
"description":"Represents a mobile edge application instance. Note that the appInstanceId is allocated by the mobile edge platform manager.",
"in":"path",
"required":true,
"type":"string"
},
"Path.DnsRuleId":{
"name":"dnsRuleId",
"description":"Represents a DNS rule.",
"in":"path",
"required":true,
"type":"string"
"tags":[
{
"name":"trafficRules"
},
"Path.SubscriptionId":{
"name":"subscriptionId",
"description":"Represents a subscription to the notifications from the mobile edge platform.",
"in":"path",
"required":true,
"type":"string"
{
"name":"dnsRules"
},
"Path.ServiceId":{
"name":"serviceId",
"description":"Represents a mobile edge service instance.",
"in":"path",
"required":true,
"type":"string"
{
"name":"subscriptions"
},
"Path.TrafficRuleId":{
"name":"trafficRuleId",
"description":"Represents a traffic rule.",
"in":"path",
"required":true,
"type":"string"
{
"name":"services"
},
"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"
{
"name":"timing"
},
"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"
}
{
"name":"transports"
},
"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":"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"
"tags":[
"subscriptions"
],
"responses":{
"200":{
"description":"Upon success, a response body containing the list of links to the requested subscriptions is returned.",
"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.",
"operationId":"AppTerminationSubscription_GET",
"produces":[
"application/json"
"operationId":"ApplicationsSubscription_GET",
"tags":[
"subscriptions"
],
"responses":{
"200":{
"description":"Upon success, a response body containing the requested subscription is returned.",