diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-05-03 10:40:49 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-05-03 10:40:49 +0000 |
commit | 9ecc8100131e870340e2ec6414b22e27c25e940d (patch) | |
tree | 9f92c47210ad2f24729f64ded75030af18e1de25 /products/onap-beijing/features/so | |
parent | ce376258be8c3b923ed5b8bb9db07fb725746c61 (diff) |
Move vf-create to so v4 api
Move vf-create to so v4 api.
Change-Id: I90e62a83a1b75f6eca309674c0d3ee46b65db460
Issue-ID: CLI-63
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'products/onap-beijing/features/so')
-rw-r--r-- | products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-create-schema-beijing.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-create-schema-beijing.yaml b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-create-schema-beijing.yaml index 232ca58b..eac89b53 100644 --- a/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-create-schema-beijing.yaml +++ b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-create-schema-beijing.yaml @@ -119,11 +119,11 @@ results: http: service: name: so - version: v3 + version: v4 auth: basic mode: direct request: - uri: /ecomp/mso/infra/serviceInstances/v3/${service-instance-id}/vnfs + uri: /ecomp/mso/infra/serviceInstances/v4/${service-instance-id}/vnfs method: POST body: '{"requestDetails": {"modelInfo": {"modelType": "vnf","modelInvariantId": "${vf-model-invariant-id}","modelVersionId": "${vf-model-uuid}","modelName": "${vf-model-name}","modelVersion": "${vf-model-version}","modelCustomizationId": "${vf-model-customization-id}"},"cloudConfiguration": {"lcpCloudRegionId": "${cloud-region}","tenantId": "${tenant-id}"},"requestInfo": {"instanceName": "${instance-name}","source": "VID","productFamilyId": "${product-family}" },"relatedInstanceList": [{"relatedInstance": {"instanceId": "${service-instance-id}","modelInfo": {"modelType": "service","modelInvariantId": "${service-model-invariant-id}","modelVersionId": "${service-model-uuid}","modelName": "${service-model-name}","modelVersion": "${service-model-version}"}}}],"requestParameters": {}}}' |