aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml6
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}