aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-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/msb/src/test/resources/onap-cli-sample/microservice-create-schema-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/msb/src/test/resources/onap-cli-sample/microservice-create-schema-moco.json')
-rw-r--r--plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-moco.json55
1 files changed, 0 insertions, 55 deletions
diff --git a/plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-moco.json b/plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-moco.json
deleted file mode 100644
index d2b703d0..00000000
--- a/plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-moco.json
+++ /dev/null
@@ -1,55 +0,0 @@
-[ {
- "request" : {
- "method" : "post",
- "uri" : "/api/microservices/v1/services",
- "headers" : {
- "Accept" : "application/json",
- "Content-Type" : "application/json"
- },
- "json" : {
- "serviceName" : "test",
- "version" : "v1",
- "path" : "/test",
- "url" : "/test",
- "protocol" : "REST",
- "enable_ssl" : "",
- "visualRange" : "1",
- "lb_policy" : "ip_hash",
- "nodes" : [ {
- "ip" : "10.0.0.1",
- "port" : "8080",
- "ttl" : 0
- } ]
- }
- },
- "response" : {
- "status" : 201,
- "json" : {
- "serviceName" : "test",
- "version" : "v1",
- "url" : "/test",
- "protocol" : "REST",
- "visualRange" : "1",
- "lb_policy" : "ip_hash",
- "publish_port" : "",
- "namespace" : "",
- "network_plane_type" : "",
- "host" : "",
- "path" : "/test",
- "enable_ssl" : false,
- "nodes" : [ {
- "ip" : "10.0.0.1",
- "port" : "8080",
- "checkType" : "",
- "checkUrl" : "",
- "ha_role" : "",
- "nodeId" : "_test_10.0.0.1_8080",
- "status" : "passing"
- } ],
- "metadata" : [ ],
- "labels" : [ ],
- "status" : "1",
- "is_manual" : false
- }
- }
-} ] \ No newline at end of file