Fix catalog API inconsistency with code 37/25437/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Mon, 4 Dec 2017 09:53:05 +0000 (10:53 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Mon, 4 Dec 2017 09:56:25 +0000 (10:56 +0100)
Change-Id: Id892237130225c346c924de6c4b30179532b1a0b
Issue-ID: VFC-611
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
lcm/swagger/vfc.vnfdriver.swagger.json

index 54d8f64..a2b37f3 100644 (file)
       "type": "object",
       "description": "vnf package infomation",
       "properties": {
-        "csarId": {
+        "vnfPackageId": {
           "type": "string",
-          "description": "vnf package id, UUID"
+          "description": "vnf package id (csarId)"
+        },
+        "csarName": {
+          "type": "string",
+          "description": "The name of the csar"
         },
         "vnfdId": {
           "type": "string",
           "type": "string",
           "description": "VNF descriptor vendor ID"
         },
+        "vnfdModel": {
+          "type": "string",
+          "description": "The model of the VNF (JSON) encoded to string"
+        },
         "vnfdVersion": {
           "type": "string",
           "description": "VNF descriptor version"
           "type": "string",
           "description": "VNF Software version"
         },
-        "downloadUri":{
+        "downloadUrl":{
           "type": "string",
-          "description": "The download uri of VNF package"
+          "description": "The URL from which the VNF package can be downloaded"
         }
       }
     },