Nuevo MS route: Cuentas Medicas

This commit is contained in:
Luis Martinez 2023-03-31 11:33:58 -05:00
parent 8d55cbe40f
commit 98096604a6
3 changed files with 141 additions and 0 deletions

View File

@ -317,6 +317,17 @@
"Url": "http://localhost:8173/swagger/v1/swagger.json" "Url": "http://localhost:8173/swagger/v1/swagger.json"
} }
] ]
},
{
"Key": "MsCuentasMedicas",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsCuentasMedicas",
"Version": "1.0",
"Url": "http://localhost:8174/swagger/v1/swagger.json"
}
]
} }
] ]

View File

@ -324,6 +324,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/DeclaratoriasPorAfiliado/Juramento",
"DownstreamPathTemplate": "/DeclaratoriasPorAfiliado/Juramento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/DeclaratoriasPorAfiliado/DeclaratoriasUsuario", "UpstreamPathTemplate": "/DeclaratoriasPorAfiliado/DeclaratoriasUsuario",

View File

@ -0,0 +1,112 @@
{
"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"
]
}
]
}