diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2019-08-29 16:44:07 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-08-29 16:44:07 +0530 |
commit | d24986adf34ad4323f1af87aa6ad5aeac1e76a70 (patch) | |
tree | d2ba72b1579b2c5223173d216246c072aca2cc09 /products/onap-dublin | |
parent | 30b388e563c2c9d191d38cefff389a3a35ee1fb5 (diff) |
vf-model-list updates
Change-Id: Ie7d036ccd9b045d213a89c5761f3f4041e95894d
Issue-ID: CLI-166
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin')
-rw-r--r-- | products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml index daf8be02..79665673 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml @@ -18,7 +18,7 @@ description: List the VF resource model in SDC info: product: onap-dublin - service: sdc + service: sdc.catalog author: ONAP CLI Team onap-discuss@lists.onap.org @@ -29,8 +29,8 @@ results: description: UUID type: string scope: short - - name: uniqueid - description: UUID + - name: id + description: id type: string scope: short - name: invariant-uuid @@ -74,7 +74,7 @@ http: - 200 result_map: uuid: $b{resources.[*].uuid} - uniqueid: $b{resources.[*].uniqueId} + id: $b{resources.[*].uniqueId} invariant-uuid: $b{resources.[*].invariantUUID} version: $b{resources.[*].version} name: $b{resources.[*].name} |