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
42
43
44
|
[{
"serviceName" : "microservices",
"version" : "v1",
"url" : "/api/microservices/v1",
"apiJson" : "/api/microservices/v1/swagger.json",
"apiJsonType" : "1",
"metricsUrl" : "/admin/metrics",
"control" : "1",
"status" : "1",
"host":"msb",
"servers" : [{
"ip" : "127.0.0.1",
"port" : "8066",
"weight" : 0
}
]
},
{
"serviceName" : "microservices",
"url" : "/iui/microservices",
"control" : "1",
"status" : "1",
"host":"msb",
"servers" : [{
"ip" : "127.0.0.1",
"port" : "8066",
"weight" : 0
}
]
},
{
"serviceName" : "/custom",
"url" : "/custom",
"control" : "1",
"status" : "1",
"host":"msb",
"servers" : [{
"ip" : "127.0.0.1",
"port" : "8066",
"weight" : 0
}
]
}
]
|