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 <kanagaraj.manickam@huawei.com>2017-10-31 11:47:28 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-31 11:47:28 +0000
commit4a43f8d59d02ddc7adce651b6bbc36d6bac59e7f (patch)
treecbde800bde29e5d15674542588089c9f452ff08a /plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
parentcb950867e0fa7da66a44295720efa2bfa030f1ac (diff)
parent2bd37da0feb25c2fc5373c49059474ee4f3d2007 (diff)
Merge changes Ie6370110,I7e59c934,I9b36d092
* changes: Implement vnf-create command Fix yaml for service-delete Fix service-create command
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, 48 insertions, 0 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
new file mode 100644
index 00000000..28321085
--- /dev/null
+++ b/plugins/so/src/test/resources/onap-cli-sample/services/service-create-schema-1.1-moco.json
@@ -0,0 +1,48 @@
+[ {
+ "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