summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-12-12 12:00:44 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-12-12 12:00:44 +0800
commitdbea79bff329512c4fe2597b513d013871f863e4 (patch)
tree70c5e7a20dd8b4f359cc52c44da05bdc76bbc07a
parente46916821a2d1487f3d08b9f6f015bf446bb8c03 (diff)
Fix vfc-catalog swagger file
Change-Id: I0eea5f77e2c884f450bfbb4969f7ad160fcbe50c Issue-ID: VFC-611 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--catalog/swagger/vfc.catalog.swagger.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/catalog/swagger/vfc.catalog.swagger.json b/catalog/swagger/vfc.catalog.swagger.json
index ad3dc6b0..6aa651b3 100644
--- a/catalog/swagger/vfc.catalog.swagger.json
+++ b/catalog/swagger/vfc.catalog.swagger.json
@@ -586,9 +586,13 @@
"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",
@@ -598,6 +602,10 @@
"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"
@@ -606,9 +614,9 @@
"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"
}
}
},