aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml')
-rw-r--r--plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
index a4092d41..a138363f 100644
--- a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
+++ b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
@@ -19,6 +19,14 @@ parameters:
results:
direction: landscape
attributes:
+ - name: vsp-uuid
+ description: VSP uuid
+ type: string
+ scope: short
+ - name: vsp-version
+ description: VSP version
+ type: string
+ scope: short
- name: module-uuid
description: UUID
type: string
@@ -47,3 +55,5 @@ http:
module-name: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].name}
module-version: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].version}
module-invariant-uuid: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].invariantUUID}
+ vsp-uuid: $b{$.csarUUID}
+ vsp-version: $b{$.csarVersion} \ No newline at end of file