Files
dap-was-dapms/config/local-toolserver-info-sample-v1.json
janghw 60788525d6
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m35s
Use manifest-defined endpoints for tool routing
2026-08-19 11:43:24 +09:00

54 lines
1.2 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",
"status": "ACTIVE"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"serviceKey": "was-sal",
"displayName": "SAL Tool Server",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"serviceKey": "was-pro",
"displayName": "PRO Tool Server",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"serviceKey": "was-sys",
"displayName": "SYS Tool Server",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
}
]
}