From 338b1375725a8ec53db249a5989ef66057cee7cf Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 31 Oct 2017 18:23:00 +0530 Subject: Add VSP to vf-model-list CLI-57 Change-Id: Id2d98e0f3c08e1ae478b2e2ada6889310d755683 Signed-off-by: Kanagaraj Manickam k00365106 --- .../onap-cli-schema/vf/vf-model-list-schema-1.1.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vf') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml index e43ff9c8..8ad3656e 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml @@ -35,7 +35,14 @@ results: description: description type: string scope: long - + - name: vsp-uuid + description: VSP uuid + type: string + scope: long + - name: vsp-version + description: VSP version + type: string + scope: long http: request: uri: /sdc2/rest/v1/followed @@ -49,4 +56,5 @@ http: name: $b{resources.[*].name} status: $b{resources.[*].lifecycleState} description: $b{resources.[*].description} - + vsp-uuid: $b{resources.[*].csarUUID} + vsp-version: $b{resources.[*].csarVersion} -- cgit 1.2.3-korg