aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-moco.json')
-rw-r--r--plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-moco.json55
1 files changed, 0 insertions, 55 deletions
diff --git a/plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-moco.json b/plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-moco.json
deleted file mode 100644
index d2b703d0..00000000
--- a/plugins/onap-1.1/features/msb/src/test/resources/open-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