service model list updates 67/94567/1
authorKanagaraj Manickam <mkr1481@gmail.com>
Thu, 29 Aug 2019 11:25:45 +0000 (16:55 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 29 Aug 2019 11:25:45 +0000 (16:55 +0530)
Change-Id: Icc49cfd38f99b1d6dc0141bc82909c3aa6049caa
Issue-ID: CLI-166
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/service-model/service-model-list-schema-dublin.yaml

index 87ccf7c..8e5a3ab 100644 (file)
@@ -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}