aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml')
-rw-r--r--plugins/sdc/src/main/resources/onap-cli-schema/vf/vf-model-list-schema-1.1.yaml7
1 files changed, 6 insertions, 1 deletions
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}