X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.nslcm.swagger.json;h=e8a8390589c330b1f0b7f087a427a50114453db5;hb=b718193935874e2020842012db474ee4f1010458;hp=0a8fc09555637e35bdea752c2d02a8efb1ade199;hpb=ed4ef0249139dbfc988ed0d02772c110aa0050e1;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.nslcm.swagger.json b/lcm/swagger/vfc.nslcm.swagger.json index 0a8fc095..e8a83905 100644 --- a/lcm/swagger/vfc.nslcm.swagger.json +++ b/lcm/swagger/vfc.nslcm.swagger.json @@ -47,6 +47,9 @@ "schema": { "$ref": "#/definitions/NsCreateResponse" } + }, + "404": { + "description": "URL not found" } } }, @@ -72,6 +75,9 @@ "schema": { "$ref": "#/definitions/NsInstancesInfo" } + }, + "404": { + "description": "URL not found" } } } @@ -111,6 +117,9 @@ }, "201": { "description": "Invalid Request" + }, + "404": { + "description": "URL not found" } } } @@ -150,6 +159,9 @@ }, "201": { "description": "Invalid Request" + }, + "404": { + "description": "URL not found" } } } @@ -187,6 +199,9 @@ "$ref": "#/definitions/JobInfo" } }, + "404": { + "description": "URL not found" + }, "500": { "description": "the url is invalid" } @@ -249,7 +264,7 @@ } } } - }, + }, "delete": { "tags": [ "ns" @@ -312,6 +327,19 @@ "NsCreateRequest": { "type": "object", "properties": { + "context":{ + "type": "object", + "properties": { + "globalCustomerId":{ + "type": "string", + "description": "the global customer id" + }, + "serviceType":{ + "type": "string", + "description": "service type" + } + } + }, "csarId": { "type": "string", "description": "the NS package ID" @@ -577,7 +605,7 @@ "jobId": { "type": "string" }, - "responseDescriptor": + "responseDescriptor": { "type":"object", "properties": {