"description":"Identifier of the platform-provided transport to be used by the service. Valid identifiers may be obtained using the \"Transport information query\" procedure. May be present in POST requests to signal the use of a platform-provided transport for the service, and shall be absent otherwise.",
"type":"string",
"writeOnly":true,
"example":"Rest1"
},
"ServiceInfo.Version":{
...
...
@@ -1042,7 +1043,7 @@
"type":"string",
"example":"ServiceVersion1"
},
"ServiceInfo":{
"ServiceInfo.Post":{
"description":"This type represents the general information of a mobile edge service.",
"description":"A link to the related subscription",
"type":"object",
...
...
@@ -1957,6 +2004,11 @@
}
}
}
},
"links":{
"getTransportInfo":{
"$ref":"#/components/links/GetTransportInfo"
}
}
},
"Error.400":{
...
...
@@ -2067,6 +2119,17 @@
"description":"New ServiceInfo with updated \"state\" is included as entity body of the request",
"required":true
},
"Services.Post":{
"content":{
"application/json":{
"schema":{
"$ref":"#/components/schemas/ServiceInfo.Post"
}
}
},
"description":"New ServiceInfo with updated \"state\" is included as entity body of the request",
"required":true
},
"ServicesServiceId":{
"content":{
"application/json":{
...
...
@@ -2172,6 +2235,13 @@
"trafficRuleId":"$response.body#/trafficRuleId"
}
},
"GetTransportInfo":{
"operationId":"AppServices_POST",
"description":"The `id` value returned in the response can be used as the `transportId` parameter in `POST /applications/{appInstanceId}/services`. The first transport is provided as the link as wildcards are not supported",
"parameters":{
"transportId":"$response.body#/0/id"
}
},
"GetIndividualMeMp1Subscription":{
"operationId":"ApplicationsSubscription_GET",
"description":"The `subscriptionId` value returned in the response can be used as the `subscriptionId` parameter in `GET /applications/{appInstanceId}/subscriptions/{subscriptionType}/{subscriptionId}`",
New ServiceInfo with updated "state" is included as entity body of the
request
required:true
Services.Post:
content:
application/json:
schema:
$ref:'#/components/schemas/ServiceInfo.Post'
description:>-
New ServiceInfo with updated "state" is included as entity body of the
request
required:true
ServicesServiceId:
content:
application/json:
...
...
@@ -1664,6 +1704,11 @@ components:
description:The `trafficRuleId` value returned in the response can be used as the `trafficRuleId` parameter in `PUT /applications/{appInstanceId}/traffic_rules/{trafficRuleId}`
parameters:
trafficRuleId:'$response.body#/trafficRuleId'
GetTransportInfo:
operationId:AppServices_POST
description:The `id` value returned in the response can be used as the `transportId` parameter in `POST /applications/{appInstanceId}/services`. The first transport is provided as the link as wildcards are not supported
parameters:
transportId:'$response.body#/0/id'
GetIndividualMeMp1Subscription:
operationId:ApplicationsSubscription_GET
description:The `subscriptionId` value returned in the response can be used as the `subscriptionId` parameter in `GET /applications/{appInstanceId}/subscriptions/{subscriptionType}/{subscriptionId}`