From b8167c633204ee1f8f706371921ae53e2a6d62bd Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Thu, 29 Aug 2019 16:55:45 +0530 Subject: service model list updates Change-Id: Icc49cfd38f99b1d6dc0141bc82909c3aa6049caa Issue-ID: CLI-166 Signed-off-by: Kanagaraj Manickam k00365106 --- .../service-model/service-model-list-schema-dublin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'products') 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} -- cgit 1.2.3-korg