Fix vfc-catalog swagger file 79/26079/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 12 Dec 2017 04:00:44 +0000 (12:00 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 12 Dec 2017 04:00:44 +0000 (12:00 +0800)
Change-Id: I0eea5f77e2c884f450bfbb4969f7ad160fcbe50c
Issue-ID: VFC-611
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
catalog/swagger/vfc.catalog.swagger.json

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