aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-03 10:37:30 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-03 10:37:30 +0000
commit3c78f2e4641fac1c50e7c10f8a8f2fa540ebcd85 (patch)
treee84ea9d154ae20c4d4064e89cd590ed4686675e3 /products/onap-beijing/features
parent61ec9ff55bdbda36323fbf3af2be3148d4b6efce (diff)
Move service-create to v4 api
Move service-create to v4 api. Change-Id: I243247f7d6cf65c3a4de24a3003f7f18bb1186ae Issue-ID: CLI-63 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'products/onap-beijing/features')
-rw-r--r--products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/service-create-schema-beijing.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/service-create-schema-beijing.yaml b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/service-create-schema-beijing.yaml
index 1db8b9d9..8909c7c6 100644
--- a/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/service-create-schema-beijing.yaml
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/service-create-schema-beijing.yaml
@@ -95,11 +95,11 @@ results:
http:
service:
name: so
- version: v3
+ version: v4
auth: basic
mode: direct
request:
- uri: /ecomp/mso/infra/serviceInstances/v3
+ uri: /ecomp/mso/infra/serviceInstances/v4
method: POST
body: '{"requestDetails": {"cloudConfiguration" : {"lcpCloudRegionId": "${cloud-region}","tenantId": "${tenant-id}"},"modelInfo": {"modelType": "service","modelInvariantId": "${model-invariant-id}","modelNameVersionId": "${model-uuid}","modelName": "${model-name}","modelVersion": "${model-version}"},"subscriberInfo": {"globalSubscriberId": "${customer}"},"requestInfo": {"instanceName": "${instance-name}","source": "VID","suppressRollback": "${supress-rollback}"},"requestParameters": {"subscriptionServiceType": "${service-type}"}}}'