aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json
blob: 7c0ec0d49d3c4be8281dc545c07ea9c2e454d025 (plain)
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
[{
		"serviceName" : "microservices",
		"version" : "v1",
		"url" : "/api/microservices/v1",
		"apiJson" : "/api/microservices/v1/swagger.json",
		"apiJsonType" : "1",
		"metricsUrl" : "/admin/metrics",
		"control" : "1",
		"status" : "1",
		"servers" : [{
				"ip" : "127.0.0.1",
				"port" : "8086",
				"weight" : 0
			}
		]
	},
{
		"serviceName" : "microservices",
		"url" : "/iui/microservices",
		"control" : "1",
		"status" : "1",
		"servers" : [{
				"ip" : "127.0.0.1",
				"port" : "8086",
				"weight" : 0
			}
		]
	}
]