aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json
blob: 5df59e2d5afe9f21ab7f4050b23f78916eee0f94 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[{
		"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
			}
		]
	},
	{
		"serviceName" : "/winery-topologymodeler",
		"url" : "/winery-topologymodeler",
		"control" : "0",
		"status" : "1",
		"servers" : [{
				"ip" : "127.0.0.1",
				"port" : "8202",
				"weight" : 0
			}
		]
	},
	{
		"serviceName" : "/winery",
		"url" : "/winery",
		"control" : "0",
		"status" : "1",
		"servers" : [{
				"ip" : "127.0.0.1",
				"port" : "8202",
				"weight" : 0
			}
		]
	}
]