From dbea79bff329512c4fe2597b513d013871f863e4 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 12 Dec 2017 12:00:44 +0800 Subject: Fix vfc-catalog swagger file Change-Id: I0eea5f77e2c884f450bfbb4969f7ad160fcbe50c Issue-ID: VFC-611 Signed-off-by: ying.yunlong --- catalog/swagger/vfc.catalog.swagger.json | 16 ++++++++++++---- 1 file 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" } } }, -- cgit 1.2.3-korg