Files
dap-was-dapms/deploy/portal-registry.json

53 lines
1.2 KiB
JSON

{
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "cus-default",
"serviceDomain": "http://was-cus:8084",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "sal-default",
"serviceDomain": "http://was-sal:8082",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "pro-default",
"serviceDomain": "http://was-pro:8085",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "sys-default",
"serviceDomain": "http://was-sys:8086",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
}
]
}