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