1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[ {
"request" : {
"method" : "get",
"uri" : "/api/microservices/v1/services/test/version/v1",
"headers" : {
"Accept" : "application/json",
"Content-Type" : "application/json"
},
"json" : null
},
"response" : {
"status" : 200,
"json" : {
"serviceName" : "test",
"version" : "v1",
"url" : "/C:/Git/test",
"protocol" : "REST",
"visualRange" : "1",
"lb_policy" : "ip_hash",
"publish_port" : "",
"namespace" : "",
"network_plane_type" : "",
"host" : "",
"path" : "/C:/Git/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
}
}
} ]
|