diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-31 18:23:00 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-31 18:23:00 +0530 |
commit | 338b1375725a8ec53db249a5989ef66057cee7cf (patch) | |
tree | f655471440e5940870a36ffbb00f767a7f28dcee /plugins/sdc/src/main | |
parent | 8e6941238166250c8366063db0d48acf06415f73 (diff) |
Add VSP to vf-model-list
CLI-57
Change-Id: Id2d98e0f3c08e1ae478b2e2ada6889310d755683
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/sdc/src/main')
-rw-r--r-- | plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
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} |