aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/main
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-02 14:10:42 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-02 14:12:32 +0530
commitf3d9083a6e1e8d09f5f08c0f25f440aea9209c4e (patch)
treeee695a7a4a507a7116d8bd8314a7f7bac3eec025 /plugins/sdc/src/main
parent3c33460dde57fc93df5608cb5e75935f14ad53e4 (diff)
Update the list of vf models from sdc
CLI-57 Change-Id: I70975be4b517e6bd8a72790bc9d7135ff18efb7c 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.yaml7
1 files changed, 6 insertions, 1 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 8ad3656e..50a568a8 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
@@ -15,6 +15,10 @@ results:
description: UUID
type: string
scope: short
+ - name: uniqueid
+ description: UUID
+ type: string
+ scope: short
- name: invariant-uuid
description: Invariant UUID
type: string
@@ -50,7 +54,8 @@ http:
success_codes:
- 200
result_map:
- uuid: $b{resources.[*].uniqueId}
+ uuid: $b{resources.[*].uuid}
+ uniqueid: $b{resources.[*].uniqueId}
invariant-uuid: $b{resources.[*].invariantUUID}
version: $b{resources.[*].version}
name: $b{resources.[*].name}