"summary":"Get available application information.",
"description":"Used to query information about the available MEC applications.",
"operationId":"meAppListGET",
...
...
@@ -80,9 +78,7 @@
},
"/app_contexts":{
"post":{
"tags":[
"dev_app"
],
"tags":["dev_app"],
"summary":"Creation of a new application context.",
"description":"Used to create a new application context. Upon success, the response contains entity body describing the created application context.",
"operationId":"devAppContextsGET",
...
...
@@ -157,9 +153,7 @@
},
"/app_contexts/{contextId}":{
"put":{
"tags":[
"dev_app"
],
"tags":["dev_app"],
"summary":"Updating the callbackReference and/or appLocation of an existing application context.",
"description":"Used to update the callback reference and/or application location constraints of an existing application context. Upon successful operation, the target resource is updated with the new application context information.",
"operationId":"devAppContextPUT",
...
...
@@ -198,9 +192,7 @@
}
},
"delete":{
"tags":[
"dev_app"
],
"tags":["dev_app"],
"summary":"Deletion of an existing application context.",
"description":"Used to delete the resource that represents the existing application context.",
"operationId":"devAppContextDELETE",
...
...
@@ -230,9 +222,7 @@
},
"/obtain_app_loc_availability":{
"post":{
"tags":[
"dev_app"
],
"tags":["dev_app"],
"summary":"Obtain the location constraints for a new application context.",
"description":"Used to obtain the locations available for instantiation of a specific user application in the MEC system.",
"operationId":"appLocationAvailabilityPOST",
...
...
@@ -381,10 +371,7 @@
"required":false,
"schema":{
"type":"integer",
"enum":[
0,
1
]
"enum":[0,1]
}
},
"Path.contextId":{
...
...
@@ -560,10 +547,7 @@
"x-etsi-mec-origin-type":"String"
}
},
"required":[
"associateDevAppId",
"appInfo"
],
"required":["associateDevAppId","appInfo"],
"type":"object",
"x-etsi-notes":"NOTE 1:\tIf a value of the attribute is included in the request, the same value shall be included in the response.\nNOTE 2:\tThe design of the current operation with callback reference assumes no web proxy between the entity that originates the notification and the entity that receives it.\nNOTE 3:\tThe language support for the application description may be limited.\nNOTE 4:\tAttribute appLocationUpdates and appAutoInstantiation shall not both be set to TRUE.",
"description":"Required service continuity mode for this application. Permitted values: 0 = SERVICE_CONTINUITY_NOT_REQUIRED. 1 = SERVICE_CONTINUITY_REQUIRED.",