Apigateway/ApiGateway/Routes/ocelot.ping.json

44 lines
787 B
JSON
Raw Permalink Normal View History

{
"Routes": [
{
"SwaggerKey": "MsPing",
"UpstreamPathTemplate": "/Ping",
2023-01-10 10:35:15 -05:00
"UpstreamHttpMethod": [ "GET" ],
"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
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}