From d24986adf34ad4323f1af87aa6ad5aeac1e76a70 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Thu, 29 Aug 2019 16:44:07 +0530 Subject: vf-model-list updates Change-Id: Ie7d036ccd9b045d213a89c5761f3f4041e95894d Issue-ID: CLI-166 Signed-off-by: Kanagaraj Manickam k00365106 --- .../resources/open-cli-schema/vf/vf-model-list-schema-dublin.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'products/onap-dublin/features/sdc') 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} -- cgit 1.2.3-korg