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
|
{
"onboarding" : {
"protocol" : "http",
"port" : "onboarding.port",
"prefix" : "onboarding-api/v1.0",
"server" : "onboarding.server",
"user" : "onboarding.user",
"isDefault" : true
},
"catalog" : {
"protocol" : "http",
"port" : "CatalogBE.port",
"prefix" : "sdc2/rest/v1",
"server" : "CatalogBE.server",
"user" : "CatalogBE.user"
},
"activity_spec" : {
"protocol" : "http",
"port" : "activity-spec.port",
"prefix" : "activity-spec-api/v1.0",
"server" : "activity_spec.server",
"user" : "activity-spec.user"
},
"initData" : {
"vlm" : {"id": null, "versionId": null},
"vsp" : {"id": null, "versionId": null}
}
}
|