vf-model-list updates 50/94550/1
authorKanagaraj Manickam <mkr1481@gmail.com>
Thu, 29 Aug 2019 11:14:07 +0000 (16:44 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 29 Aug 2019 11:14:07 +0000 (16:44 +0530)
Change-Id: Ie7d036ccd9b045d213a89c5761f3f4041e95894d
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/vf/vf-model-list-schema-dublin.yaml

index daf8be0..7966567 100644 (file)
@@ -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}