"descriprion":"Upon success, a response message content containing a representation of the resource shall be returned."
"description":"Upon success, a response message content containing a representation of the resource shall be returned."
}
}
}
@@ -868,8 +849,7 @@
"summary":"Deletes the individual subscription to notifications about application package changes in MEO or MEAO.",
"description":"Deletes the individual subscription to notifications about application package changes in MEO or MEAO.",
"operationId":"individualSubscriptionDELETE",
"parameters":[
{
"parameters":[{
"name":"subscriptionId",
"in":"path",
"description":"Identifier of an individual subscription to notifications about application package changes",
@@ -878,8 +858,7 @@
"schema":{
"type":"string"
}
}
],
}],
"responses":{
"204":{
"description":"No Content",
@@ -917,8 +896,7 @@
"summary":"Reads the content of the AppD of on-boarded individual application package resources.",
"description":"Reads the content of the AppD of on-boarded individual application package resources.",
"operationId":"appPkgIdGET",
"parameters":[
{
"parameters":[{
"name":"appPkgId",
"in":"path",
"description":"Identifier of an on-boarded individual application package",
@@ -987,7 +965,7 @@
"text/plain":{
"schema":{
"$ref":"#/components/schemas/AppD",
"descriprion":"Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.The \"Content-Type\" HTTP header shall be set according to the format of the returned file, which is selected according to \"Accept\" HTTP header options passed in the request."
"description":"Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.The \"Content-Type\" HTTP header shall be set according to the format of the returned file, which is selected according to \"Accept\" HTTP header options passed in the request."
}
},
"application/zip":{}
@@ -1024,8 +1002,7 @@
"summary":"Reads the content of the AppD of on-boarded individual application package resources.",
"description":"Reads the content of the AppD of on-boarded individual application package resources.",
"operationId":"appDGET",
"parameters":[
{
"parameters":[{
"name":"appDId",
"in":"path",
"description":"Identifier of an application descriptor",
@@ -1094,7 +1071,7 @@
"text/plain":{
"schema":{
"$ref":"#/components/schemas/AppD",
"descriprion":"Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.The \"Content-Type\" HTTP header shall be set according to the format of the returned file, which is selected according to \"Accept\" HTTP header options passed in the request."
"description":"Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.The \"Content-Type\" HTTP header shall be set according to the format of the returned file, which is selected according to \"Accept\" HTTP header options passed in the request."
}
},
"application/zip":{}
@@ -1131,8 +1108,7 @@
"summary":"Fetch the onboarded application package content identified by appPkgId or appDId.",
"description":"Fetch the onboarded application package content identified by appPkgId or appDId.",
"operationId":"appPkgGET",
"parameters":[
{
"parameters":[{
"name":"appPkgId",
"in":"path",
"description":"Identifier of an on-boarded individual application package",
@@ -1141,8 +1117,7 @@
"schema":{
"type":"string"
}
}
],
}],
"responses":{
"200":{
"description":"The payload body shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.",
@@ -1186,8 +1161,7 @@
"summary":"Uploads the content of application package.",
"description":"Uploads the content of application package.",
"operationId":"appPkgPUT",
"parameters":[
{
"parameters":[{
"name":"appPkgId",
"in":"path",
"description":"Identifier of an on-boarded individual application package",
@@ -1196,8 +1170,7 @@
"schema":{
"type":"string"
}
}
],
}],
"responses":{
"202":{
"description":"The application package has been accepted for uploading, but the processing has not been completed.",
@@ -1235,8 +1208,7 @@
"summary":"Fetch the onboarded application package content identified by appPkgId or appDId.",
"description":"Fetch the onboarded application package content identified by appPkgId or appDId.",
"operationId":"appDIdGET",
"parameters":[
{
"parameters":[{
"name":"appDId",
"in":"path",
"description":"Identifier of an application descriptor",
@@ -1245,8 +1217,7 @@
"schema":{
"type":"string"
}
}
],
}],
"responses":{
"200":{
"description":"The payload body shall contain a copy of the file representing the AppD or a ZIP file that contains the file or multiple files representing the AppD.",
@@ -1286,8 +1257,7 @@
"summary":"Fetch the onboarded application package content identified by appPkgId or appDId.",
"description":"Uploads the content of application package.",
"operationId":"appDIdPUT",
"parameters":[
{
"parameters":[{
"name":"appDId",
"in":"path",
"description":"Identifier of an application descriptor",
@@ -1296,8 +1266,7 @@
"schema":{
"type":"string"
}
}
],
}],
"responses":{
"202":{
"description":"The application package has been accepted for uploading, but the processing has not been completed.",
@@ -1524,12 +1493,13 @@
},
"description":"Identifies version(s) of MEC system compatible with the MEC application described in this version of the AppD. The value shall be formatted as comma-separated list of strings. Each entry shall have the format <x>.<y>.<z> where <x>, <y> and <z> are decimal numbers representing the version of the present document. Whitespace between list entries shall be trimmed before validation."
"description":"This attribute shall be present if the application is stateful and absent otherwise. If the application supports user context transfer, set to true. Otherwise, set to false."
}
},
@@ -1644,6 +1613,11 @@
},
"VirtualStorageDescriptor":{
"type":"object",
"description":"Defines descriptors of virtual storage resources to be used by the MEC application.",
"required":[
"id",
"typeOfStorage"
],
"properties":{
"id":{
"type":"string",
@@ -1694,13 +1668,13 @@
"supportedMigrationType":{
"type":"array",
"items":{
"type":"string"
},
"type":"string",
"enum":[
"NO_MIGRATION",
"OFFLINE_MIGRATION",
"LIVE_MIGRATION"
],
]
},
"description":"Specifies the allowed migration types in order of preference in case of an impact."
},
"maxUndetectableInterruptionTime":{
@@ -1821,10 +1795,9 @@
"properties":{
"layerProtocol":{
"type":"array",
"items":{
"type":"string"
},
"description":"Specifies the protocols that the VL uses.",
descriprion:Upon success, a response message content containing a representation of the resource shall be returned.
description:Upon success, a response message content containing a representation of the resource shall be returned.
'400':
$ref:'#/components/responses/400'
'401':
@@ -679,7 +679,7 @@ paths:
text/plain:
schema:
$ref:'#/components/schemas/AppD'
descriprion:Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a
description:Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a
ZIP file that contains the file or multiple files representing the AppD.The "Content-Type" HTTP header shall be set according to the format of the returned file, which is
selected according to "Accept" HTTP header options passed in the request.
application/zip:{}
@@ -755,7 +755,7 @@ paths:
text/plain:
schema:
$ref:'#/components/schemas/AppD'
descriprion:Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a
description:Indicates the success of request, and the content of the AppD is returned.The response message content shall contain a copy of the file representing the AppD or a
ZIP file that contains the file or multiple files representing the AppD.The "Content-Type" HTTP header shall be set according to the format of the returned file, which is
selected according to "Accept" HTTP header options passed in the request.
application/zip:{}
@@ -1165,7 +1165,6 @@ components:
description:If the application is stateful, this attribute shall be set to true. Otherwise, set to false.
userContextTransferSupport:
type:boolean
nullable:true
description:This attribute shall be present if the application is stateful and absent otherwise. If the application supports user context transfer, set to true. Otherwise, set to false.
required:
-statefulApplication
@@ -1173,6 +1172,10 @@ components:
VirtualStorageDescriptor:
type:object
description:Defines descriptors of virtual storage resources to be used by the MEC application.
required:
-id
-typeOfStorage
properties:
id:
type:string
@@ -1304,9 +1307,9 @@ components:
properties:
layerProtocol:
type:array
description:Specifies the protocols that the VL uses.
items:
type:string
description:Specifies the protocols that the VL uses.