5064b7b6204582019f1dccbb24ae8c7d263f4e46
[cli.git] /
1 [ {
2   "request" : {
3     "method" : "get",
4     "uri" : "/api/microservices/v1/services/test/version/v1",
5     "headers" : {
6       "Accept" : "application/json",
7       "Content-Type" : "application/json"
8     },
9     "json" : null
10   },
11   "response" : {
12     "status" : 200,
13     "json" : {
14       "serviceName" : "test",
15       "version" : "v1",
16       "url" : "/C:/Git/test",
17       "protocol" : "REST",
18       "visualRange" : "1",
19       "lb_policy" : "ip_hash",
20       "publish_port" : "",
21       "namespace" : "",
22       "network_plane_type" : "",
23       "host" : "",
24       "path" : "/C:/Git/test",
25       "enable_ssl" : false,
26       "nodes" : [ {
27         "ip" : "10.0.0.1",
28         "port" : "8080",
29         "checkType" : "",
30         "checkUrl" : "",
31         "ha_role" : "",
32         "nodeId" : "_test_10.0.0.1_8080",
33         "status" : "passing"
34       } ],
35       "metadata" : [ ],
36       "labels" : [ ],
37       "status" : "1",
38       "is_manual" : false
39     }
40   }
41 } ]