X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;h=fc35adbdc75df1307ca2c43a11bfb472da2a27c6;hb=d4076143a8c36f2440f5ec425b5e1759692fe057;hp=49d032ef7935735ce17e478740532dc23f015539;hpb=0e32012d2b0238bb2662f5d0ac44666b99732e8c;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index 49d032ef..fc35adbd 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" } } } @@ -943,28 +943,41 @@ } }, "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." } } }, "extVirtualLinkInfo":{ "type": "object", "properties": { + "resourceSubnetId": { + "type": "string", + "description": "The provider id of the subnet" + }, "vlInstanceId": { - "type": "string" + "type": "string", + "description" : "The identifier of the virtual link" }, - "networkId": { - "type": "string" + "resourceId": { + "type": "string", + "description": "The provider id of the network" }, "cpdId": { - "type": "string" + "type": "string", + "description": "The identifier of the connection point descriptor" }, "vim": { - "$ref": "#/definitions/vimInfo" + "type": "object", + "properties": { + "vimid": { + "type": "string", + "description": "The identifier of the VIM" + } + } } } }, - "VnfInstantiateResponse": { "type": "object", "properties": {