X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;h=52f94c5eadff959add51669154e04fc05d84301c;hb=4c9b9402a323fb4de91d1d82ff9eff2928f49e6a;hp=a2b37f3d42cd183e058551d2bec9c92a13ad9f2f;hpb=6188944765de555662bdc99c01bbcb17252259e6;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index a2b37f3d..52f94c5e 100644 --- a/lcm/swagger/vfc.vnfdriver.swagger.json +++ b/lcm/swagger/vfc.vnfdriver.swagger.json @@ -683,7 +683,7 @@ }, "additionalParam": { "type": "object", - "description": "The data type is KeyValuePair. Additional parameters passed by the NFVO, specific to the VNF and the LCM operation." + "description": "Additional parameters passed to the NFVO, specific to the VNF and the LCM operation. The currently interpreted keys are the following: vimId" } } }, @@ -701,7 +701,7 @@ "properties": { "tenant": { "type": "string", - "description": "Tenant Name of tenant" + "description": "The name of the tenant" } } } @@ -733,15 +733,15 @@ "$ref": "#/definitions/VnfNotificationType", "description": "The type of the change" }, - "vimid": { + "vimId": { "type": "string", "description": "Identifier of vim" }, - "vmid": { + "vmId": { "type": "string", "description": "Identifier of virtual machine" }, - "vmname": { + "vmName": { "type": "string", "description": "Name of virtual machine" } @@ -762,7 +762,7 @@ "type": "string", "description": "Identifier of the VL instance" }, - "vldid": { + "vldId": { "type": "string", "description": "Identifier of the VLD in the VNFD" }, @@ -781,6 +781,10 @@ "resourceId": { "type": "string", "description": "Identifier of the resource in the scope of the VIM" + }, + "resourceName": { + "type": "string", + "description": "Name of the resource in the scope of the VIM" } } } @@ -802,11 +806,11 @@ "type": "string", "description": "Identifier of the VL instance" }, - "cpinstanceid": { + "cpInstanceId": { "type": "string", "description": "Identifier of the connection point" }, - "cpdid": { + "cpdId": { "type": "string", "description": "Identifier of the connection point in the VNFD" }, @@ -826,11 +830,11 @@ "type": "object", "description": "port Resource", "properties": { - "vimid": { + "vimId": { "type": "string", "description": "Identifier of the VIM" }, - "resourceid": { + "resourceId": { "type": "string", "description": "Identifier of the resource in the scope of the VIM" }, @@ -939,7 +943,8 @@ } }, "additionalParam": { - "type": "object" + "type": "object", + "description": "Additional parameters passed to the VNFM. The vimId may be passed in the additional parameter section by the NFVO to VNFM." } } }, @@ -960,7 +965,6 @@ } } }, - "VnfInstantiateResponse": { "type": "object", "properties": {