From f3d9083a6e1e8d09f5f08c0f25f440aea9209c4e Mon Sep 17 00:00:00 2001
From: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Date: Thu, 2 Nov 2017 14:10:42 +0530
Subject: Update the list of vf models from sdc

CLI-57

Change-Id: I70975be4b517e6bd8a72790bc9d7135ff18efb7c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
---
 .../resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml     | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'plugins/sdc/src/main')

diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml
index 8ad3656e..50a568a8 100644
--- a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml
+++ b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml
@@ -15,6 +15,10 @@ results:
       description: UUID
       type: string
       scope: short
+    - name: uniqueid
+      description: UUID
+      type: string
+      scope: short
     - name: invariant-uuid
       description: Invariant UUID
       type: string
@@ -50,7 +54,8 @@ http:
   success_codes:
     - 200
   result_map:
-    uuid: $b{resources.[*].uniqueId}
+    uuid: $b{resources.[*].uuid}
+    uniqueid: $b{resources.[*].uniqueId}
     invariant-uuid: $b{resources.[*].invariantUUID}
     version: $b{resources.[*].version}
     name: $b{resources.[*].name}
-- 
cgit 1.2.3-korg