X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;fp=lcm%2Fswagger%2Fvfc.vnfdriver.swagger.json;h=fc35adbdc75df1307ca2c43a11bfb472da2a27c6;hb=fa6421d23a0e849d3676e089a027b879fb5b1cb1;hp=52f94c5eadff959add51669154e04fc05d84301c;hpb=63fc9183e0196d02dd04bd98f82a90f97ee9fc06;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index 52f94c5e..fc35adbd 100644 --- a/lcm/swagger/vfc.vnfdriver.swagger.json +++ b/lcm/swagger/vfc.vnfdriver.swagger.json @@ -951,17 +951,30 @@ "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" + } + } } } },