From 5cb70ec9f0d5f143f9a6c0a300c7f959731172cc Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Fri, 14 Aug 2020 13:01:59 +0100 Subject: 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 --- .../src/main/resources/SOL005-NSLifecycleManagement-API.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src') 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" } } }, -- cgit 1.2.3-korg