aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-14 11:50:31 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-21 18:07:52 +0530
commit9a7c3f58efc9a4fcff5052700457cf6f7565cf39 (patch)
treeca515d799e405788914f837a09a780fc5c95781e /plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
parente61a25554503eca7ae758318651551e6e3b6eaca (diff)
Merges from 1.1.0
Issue-Id: CLI-66 Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json')
-rw-r--r--plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json b/plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
deleted file mode 100644
index 28321085..00000000
--- a/plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
+++ /dev/null
@@ -1,48 +0,0 @@
-[ {
- "request" : {
- "method" : "post",
- "uri" : "/ecomp/mso/infra/serviceInstances/v3",
- "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" : {
- "cloudConfiguration" : {
- "lcpCloudRegionId" : "RegionOne",
- "tenantId" : "onap"
- },
- "modelInfo" : {
- "modelType" : "service",
- "modelInvariantId" : "1de901ed-17af-4b03-bc1f-41659cfa27cb",
- "modelNameVersionId" : "ace39141-09ec-4068-b06d-ac6b23bdc6e0",
- "modelName" : "demoVLB",
- "modelVersion" : "1.0"
- },
- "subscriberInfo" : {
- "globalSubscriberId" : "Demonstration"
- },
- "requestInfo" : {
- "instanceName" : "sample-service-onap-cli-13",
- "source" : "VID",
- "suppressRollback" : "false"
- },
- "requestParameters" : {
- "subscriptionServiceType" : "vLB"
- }
- }
- }
- },
- "response" : {
- "status" : 202,
- "json" : {
- "requestReferences" : {
- "instanceId" : "957949b4-f857-497c-81b0-832ce7bb9434",
- "requestId" : "d59fc98a-b0fa-4de9-b426-6ef40dfd0812"
- }
- }
- }
-} ] \ No newline at end of file