2022-12-09 16:20:17 -05:00
|
|
|
{
|
|
|
|
"Routes": [
|
|
|
|
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsPing",
|
|
|
|
|
|
|
|
"UpstreamPathTemplate": "/Ping",
|
2023-01-10 10:35:15 -05:00
|
|
|
"UpstreamHttpMethod": [ "GET" ],
|
2022-12-09 16:20:17 -05:00
|
|
|
|
|
|
|
"DownstreamPathTemplate": "/Ping",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8198
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
2023-01-10 10:35:15 -05:00
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsPing",
|
|
|
|
|
|
|
|
"UpstreamPathTemplate": "/log",
|
|
|
|
"UpstreamHttpMethod": [ "GET"],
|
|
|
|
|
|
|
|
"DownstreamPathTemplate": "/Log",
|
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8198
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
2022-12-09 16:20:17 -05:00
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|