aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2020-08-14 13:01:59 +0100
committerwaqas.ikram <waqas.ikram@est.tech>2020-08-14 15:38:26 +0100
commit5cb70ec9f0d5f143f9a6c0a300c7f959731172cc (patch)
tree8e0bc043a3e70e453fa26125c412d6ad77edf3ad /so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json
parent60557d06a87ef0b96fba16c10384e8f7e23ca01a (diff)
Adding support for SOL005 NBI (SO-3155)
and creating docker image (SO-3156) Change-Id: Ic1bc83d260c87c112dda66fedf52d5fe098262b3 Issue-ID: SO-3155 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json')
-rw-r--r--so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json
index 78edcc27a5..8257e6ba22 100644
--- a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json
+++ b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json
@@ -906,7 +906,7 @@
"type":"string"
},
{
- "name":"body",
+ "name":"CreateNsRequest",
"in":"body",
"required":true,
"schema":{
@@ -9232,7 +9232,7 @@
"type":"string"
},
{
- "name":"body",
+ "name":"InstantiateNsRequest",
"in":"body",
"required":true,
"schema":{
@@ -14446,7 +14446,7 @@
"type":"string"
},
{
- "name":"body",
+ "name":"TerminateNsRequest",
"in":"body",
"required":true,
"schema":{
@@ -14455,7 +14455,8 @@
"properties":{
"terminationTime":{
"description":"Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
- "format":"date-time"
+ "format":"date-time",
+ "type":"string"
}
}
},