summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-08 13:05:35 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-05-08 13:05:35 +0000
commitd523db76fd3b890c6df8803008699e9f8d3731bf (patch)
tree94e745b659d02a87d82349346293ce71f334bde3
parent17d656ff8e763597fe251dac833a321843aa1c5e (diff)
Add moco json for service delete command
Add moco json for service delete command. Change-Id: I0e61bb7dc9f38bf054ce99e378119e9234e67b59 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-sample/services/service-delete-schema-beijing-moco.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-delete-schema-beijing-moco.json b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-delete-schema-beijing-moco.json
new file mode 100644
index 00000000..eda897ae
--- /dev/null
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-delete-schema-beijing-moco.json
@@ -0,0 +1,44 @@
+[ {
+ "request" : {
+ "method" : "delete",
+ "uri" : "/ecomp/mso/infra/serviceInstances/v4/0561a325-a64b-47ab-86f4-000000000439",
+ "headers" : {
+ "Authorization" : "Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==",
+ "X-FromAppId" : "onap-cli",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-0dc01d80-f629-4ea9-b49f-0bc45b79bfaf",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "requestDetails": {
+ "modelInfo": {
+ "modelType": "service",
+ "modelInvariantId": "0561a325-a64b-47ab-86f4-000000000429",
+ "modelVersionId": "0561a325-a64b-47ab-86f4-000000000449",
+ "modelName": "sample-model",
+ "modelVersion": "1.0"
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "Region1",
+ "tenantId": "onap"
+ },
+ "subscriberInfo": {
+ "globalSubscriberId": "sample-customer"
+ },
+ "requestInfo": {
+ "requestorId": "0561a325-a64b-47ab-86f4-000000000459",
+ "source": "VID"
+ }
+ }
+ }
+ },
+ "response" : {
+ "status" : 202,
+ "json" : {
+ "requestReferences" : {
+ "instanceId" : "957949b4-f857-497c-81b0-832ce7bb9434",
+ "requestId" : "d59fc98a-b0fa-4de9-b426-6ef40dfd0812"
+ }
+ }
+ }
+} ] \ No newline at end of file