Apigateway/ApiGateway/Routes/ocelot.incapacidadeslicencias.json

76 lines
1.7 KiB
JSON
Raw Normal View History

{
"Routes": [
{
"SwaggerKey": "MsIncapacidadesLicencias",
"UpstreamPathTemplate": "/LicenciasInc",
"DownstreamPathTemplate": "/LicenciasInc",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8177
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsIncapacidadesLicencias",
"UpstreamPathTemplate": "/LicenciasInc",
"DownstreamPathTemplate": "/LicenciasInc",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8177
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsIncapacidadesLicencias",
"UpstreamPathTemplate": "/LicenciasInc",
"DownstreamPathTemplate": "/LicenciasInc",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8177
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsIncapacidadesLicencias",
"UpstreamPathTemplate": "/LicenciasInc/Masivo",
"DownstreamPathTemplate": "/LicenciasInc/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8177
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}