Apigateway/ApiGateway/Routes/ocelot.ping.json

25 lines
423 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsPing",
"UpstreamPathTemplate": "/Ping",
"UpstreamHttpMethod": [ "GET", "POST", "PATCH" ],
"DownstreamPathTemplate": "/Ping",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8198
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}