1 open_cli_schema_version: 1.0
2 name: service2vf-model-list
3 description: List the VF in a given service model in SDC
6 product: onap-amsterdam
8 author: ONAP CLI Team onap-discuss@lists.onap.org
12 - name: service-model-id
13 description: Service model uuid
16 long_option: service-model-id
30 - name: vf-customization-uuid
31 description: customization UUID
46 uri: /sdc2/rest/v1/catalog/services/${service-model-id}
51 vf-uuid: $b{componentInstances.[*].componentUid}
52 vf-name: $b{componentInstances.[*].componentName}
53 vf-version: $b{componentInstances.[*].componentVersion}
54 vf-customization-uuid: $b{componentInstances.[*].customizationUUID}