summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-03 10:43:52 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-03 10:49:23 +0000
commit82ba52cd9715daf17643ecd9a3f2786a9a01e17b (patch)
tree4560e43e3817a21f74579656a1e686996e5c6b96
parent28f24ad30dd0b5eb2a0754ba6e581cfee04e45a6 (diff)
Move vf-module-delete to SO V4 api
Move vf-module-delete to SO V4 api Change-Id: I596a31c56ff8213e1aa3550eddbcc4e5cad94f9c Issue-ID: CLI-63 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
-rw-r--r--products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-module-delete-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/vf-module-delete-schema-beijing.yaml b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-module-delete-schema-beijing.yaml
index 53f4148b..e0f78b29 100644
--- a/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-module-delete-schema-beijing.yaml
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-schema/services/vf-module-delete-schema-beijing.yaml
@@ -75,11 +75,11 @@ parameters:
http:
service:
name: so
- version: v3
+ version: v4
auth: basic
mode: direct
request:
- uri: /ecomp/mso/infra/serviceInstances/v3/${service-id}/vnfs/${vf-id}/vfModules/${vfmodule-id}
+ uri: /ecomp/mso/infra/serviceInstances/v4/${service-id}/vnfs/${vf-id}/vfModules/${vfmodule-id}
method: DELETE
body: '{"requestDetails":{"modelInfo":{"modelType":"vfModule","modelInvariantId":"${vf-model-invariant-id}","modelName":"${vfmodule-name}","modelVersion":"${vfmodule-version}"},"cloudConfiguration":{"lcpCloudRegionId":"${cloud-region}","tenantId":"${tenant-id}"},"requestInfo":{"source":"VID"}}}'