Apigateway/ApiGateway/Routes/ocelot.cuentasmedicas.json
2023-03-31 11:33:58 -05:00

112 lines
2.5 KiB
JSON

{
"Routes": [
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/FacturasCM",
"DownstreamPathTemplate": "/FacturasCM",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/FacturasCM",
"DownstreamPathTemplate": "/FacturasCM",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/FacturasCM",
"DownstreamPathTemplate": "/FacturasCM",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/RipsCuentasMed",
"DownstreamPathTemplate": "/RipsCuentasMed",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/RipsCuentasMed",
"DownstreamPathTemplate": "/RipsCuentasMed",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsCuentasMedicas",
"UpstreamPathTemplate": "/RipsCuentasMed",
"DownstreamPathTemplate": "/RipsCuentasMed",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8174
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
}
]
}