fix API inconsistency in ext VLs 81/27881/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Wed, 10 Jan 2018 21:41:45 +0000 (22:41 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Wed, 10 Jan 2018 21:43:53 +0000 (22:43 +0100)
Change-Id: Ie99c7826e10fa11c44f2581af8fbcd6a2fb664be
Issue-ID: VFC-655
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
lcm/swagger/vfc.vnfdriver.swagger.json

index 52f94c5..fc35adb 100644 (file)
     "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"
+               }
+            }
           }
         }
     },