Files
dap-was-dapms/config/local-toolserver-info-sample-v1.json

78 lines
2.3 KiB
JSON

{
"registryRevision": "local-toolserver-info-sample-v1",
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"serviceKey": "was-cus",
"displayName": "CUS Tool Server",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {
"ins_insurance_processor": "/mcp/ins_insurance_processor",
"cmm_customer_tool": "/mcp/cmm_customer_tool",
"cmm_template_url": "/mcp/cmm_template_url",
"smp_exchange_inquiry": "/mcp/smp_exchange_inquiry",
"sol_request_detail": "/mcp/sol_request_detail",
"smp_weather_inquiry": "/mcp/smp_weather_inquiry",
"sol_request_list": "/mcp/sol_request_list",
"cmm_comcode_lookup": "/mcp/cmm_comcode_lookup",
"cmm_meta_table": "/mcp/cmm_meta_table",
"smp_quote_daily": "/mcp/smp_quote_daily",
"oth_onnba3011_call": "/mcp/oth_onnba3011_call",
"smp_team_list": "/mcp/smp_team_list"
},
"status": "ACTIVE"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"serviceKey": "was-sal",
"displayName": "SAL Tool Server",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"serviceKey": "was-pro",
"displayName": "PRO Tool Server",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"serviceKey": "was-sys",
"displayName": "SYS Tool Server",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
}
]
}