Support local resource Portal registry loading
This commit is contained in:
78
config/local-toolserver-info-sample-v1.json
Normal file
78
config/local-toolserver-info-sample-v1.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user