msb protocol synch change
[msb/apigateway.git] / msb-core / apiroute / apiroute-standalone / src / assembly / resource / apiroute / ext / initServices / msb.json
1 [{
2                 "serviceName" : "microservices",
3                 "version" : "v1",
4                 "url" : "/api/microservices/v1",
5                 "apiJson" : "/api/microservices/v1/swagger.json",
6                 "apiJsonType" : "1",
7                 "metricsUrl" : "/admin/metrics",
8                 "control" : "1",
9                 "status" : "1",
10                 "servers" : [{
11                                 "ip" : "127.0.0.1",
12                                 "port" : "8086",
13                                 "weight" : 0
14                         }
15                 ]
16         },
17 {
18                 "serviceName" : "microservices",
19                 "url" : "/iui/microservices",
20                 "control" : "1",
21                 "status" : "1",
22                 "servers" : [{
23                                 "ip" : "127.0.0.1",
24                                 "port" : "8086",
25                                 "weight" : 0
26                         }
27                 ]
28         },
29         {
30                 "serviceName" : "/winery-topologymodeler",
31                 "url" : "/winery-topologymodeler",
32                 "control" : "0",
33                 "status" : "1",
34                 "servers" : [{
35                                 "ip" : "127.0.0.1",
36                                 "port" : "8202",
37                                 "weight" : 0
38                         }
39                 ]
40         },
41         {
42                 "serviceName" : "/winery",
43                 "url" : "/winery",
44                 "control" : "0",
45                 "status" : "1",
46                 "servers" : [{
47                                 "ip" : "127.0.0.1",
48                                 "port" : "8202",
49                                 "weight" : 0
50                         }
51                 ]
52         }
53 ]