Nuevas rutas

This commit is contained in:
Luis Martinez 2023-02-14 14:08:45 -05:00
parent 9120977d00
commit 191b3e7b8f
15 changed files with 1936 additions and 46 deletions

View File

@ -24,11 +24,11 @@
}, },
{ {
"Key": "DatosMaestros", "Key": "MsDatosMaestros",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "DatosMaestros", "Name": "MsDatosMaestros",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8146/swagger/v1/swagger.json" "Url": "http://localhost:8146/swagger/v1/swagger.json"
} }
@ -69,22 +69,22 @@
] ]
}, },
{ {
"Key": "Externo", "Key": "MsExterno",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "Externo", "Name": "MsExterno",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8199/swagger/v1/swagger.json" "Url": "http://localhost:8199/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "Email", "Key": "MsEmail",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "Email", "Name": "MsEmail",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8170/swagger/v1/swagger.json" "Url": "http://localhost:8170/swagger/v1/swagger.json"
} }
@ -162,11 +162,11 @@
}, },
{ {
"Key": "ComiteTC", "Key": "MsComiteTC",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "ComiteTC", "Name": "MsComiteTC",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8166/swagger/v1/swagger.json" "Url": "http://localhost:8166/swagger/v1/swagger.json"
} }
@ -207,19 +207,95 @@
"Url": "http://localhost:8154/swagger/v1/swagger.json" "Url": "http://localhost:8154/swagger/v1/swagger.json"
} }
] ]
},
{
"Key": "MsAuditarHC",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditarHC",
"Version": "1.0",
"Url": "http://localhost:8168/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsHabilitacionServicios",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsHabilitacionServicios",
"Version": "1.0",
"Url": "http://localhost:8171/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsImagenologia",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsImagenologia",
"Version": "1.0",
"Url": "http://localhost:8158/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsLaboratorioClinico",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsLaboratorioClinico",
"Version": "1.0",
"Url": "http://localhost:8162/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsProgramacionComite",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsProgramacionComite",
"Version": "1.0",
"Url": "http://localhost:8156/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsRIAS",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsRIAS",
"Version": "1.0",
"Url": "http://localhost:8169/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAuditoriaHC",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditoriaHC",
"Version": "1.0",
"Url": "http://localhost:8157/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAuditoria",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditoria",
"Version": "1.0",
"Url": "http://localhost:8167/swagger/v1/swagger.json"
}
]
} }
//{
// "Key": "apitest",MsAudMedConcurrente
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "ApiTest",
// "Version": "1.0",
// "Url": "http://localhost:5041/swagger/v1/swagger.json"
// }
// ]
] ]
} }

View File

@ -0,0 +1,40 @@
{
"Routes": [
{
"SwaggerKey": "MsAuditarHC",
"UpstreamPathTemplate": "/AuditarHC",
"DownstreamPathTemplate": "/AuditarHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8168
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditarHC",
"UpstreamPathTemplate": "/AuditarHC",
"DownstreamPathTemplate": "/AuditarHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8168
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}

View File

@ -0,0 +1,94 @@
{
"Routes": [
{
"SwaggerKey": "MsAuditoria",
"UpstreamPathTemplate": "/Auditoria",
"DownstreamPathTemplate": "/Auditoria",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8167
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoria",
"UpstreamPathTemplate": "/Auditoria",
"DownstreamPathTemplate": "/Auditoria",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8167
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoria",
"UpstreamPathTemplate": "/Acciones",
"DownstreamPathTemplate": "/Acciones",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8167
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoria",
"UpstreamPathTemplate": "/Acciones",
"DownstreamPathTemplate": "/Acciones",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8167
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoria",
"UpstreamPathTemplate": "/Auditoria/Acciones",
"DownstreamPathTemplate": "/Auditoria/Acciones",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8167
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}

View File

@ -0,0 +1,274 @@
{
"Routes": [
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/AuditoriaCalidadHC",
"DownstreamPathTemplate": "/AuditoriaCalidadHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/AuditoriaCalidadHC",
"DownstreamPathTemplate": "/AuditoriaCalidadHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamPathTemplate": "/CriterioFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoCalidad",
"DownstreamPathTemplate": "/FormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoCalidad",
"DownstreamPathTemplate": "/FormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoCalidad",
"DownstreamPathTemplate": "/FormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoCalidad/Estado",
"DownstreamPathTemplate": "/FormatoCalidad/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoXCriterioCalidad",
"DownstreamPathTemplate": "/FormatoXCriterioCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/FormatoXCriterioCalidad",
"DownstreamPathTemplate": "/FormatoXCriterioCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamPathTemplate": "/TipoFormatoCalidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsAuditoriaHC",
"UpstreamPathTemplate": "/TipoFormatoCalidad/Estado",
"DownstreamPathTemplate": "/TipoFormatoCalidad/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8157
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
}
]
}

View File

@ -1,7 +1,7 @@
{ {
"Routes": [ "Routes": [
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAut/Archivos", "UpstreamPathTemplate": "/SolicitudAut/Archivos",
"DownstreamPathTemplate": "/SolicitudAut/Archivos", "DownstreamPathTemplate": "/SolicitudAut/Archivos",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -19,7 +19,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/CasosPorComite", "UpstreamPathTemplate": "/CasosPorComite",
"DownstreamPathTemplate": "/CasosPorComite", "DownstreamPathTemplate": "/CasosPorComite",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -37,7 +37,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/CasosPorComite", "UpstreamPathTemplate": "/CasosPorComite",
"DownstreamPathTemplate": "/CasosPorComite", "DownstreamPathTemplate": "/CasosPorComite",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -55,7 +55,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/ComiteTC", "UpstreamPathTemplate": "/ComiteTC",
"DownstreamPathTemplate": "/ComiteTC", "DownstreamPathTemplate": "/ComiteTC",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -73,7 +73,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/ComiteTC/Reservar", "UpstreamPathTemplate": "/ComiteTC/Reservar",
"DownstreamPathTemplate": "/ComiteTC/Reservar", "DownstreamPathTemplate": "/ComiteTC/Reservar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -91,7 +91,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/ComiteTC/Test", "UpstreamPathTemplate": "/ComiteTC/Test",
"DownstreamPathTemplate": "/ComiteTC/Test", "DownstreamPathTemplate": "/ComiteTC/Test",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -109,7 +109,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/ComiteTC/Guardar", "UpstreamPathTemplate": "/ComiteTC/Guardar",
"DownstreamPathTemplate": "/ComiteTC/Guardar", "DownstreamPathTemplate": "/ComiteTC/Guardar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -127,7 +127,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/ComiteTC/Limpiar", "UpstreamPathTemplate": "/ComiteTC/Limpiar",
"DownstreamPathTemplate": "/ComiteTC/Limpiar", "DownstreamPathTemplate": "/ComiteTC/Limpiar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -145,7 +145,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAutCTC", "UpstreamPathTemplate": "/SolicitudAutCTC",
"DownstreamPathTemplate": "/SolicitudAutCTC", "DownstreamPathTemplate": "/SolicitudAutCTC",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -163,7 +163,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAutCTC", "UpstreamPathTemplate": "/SolicitudAutCTC",
"DownstreamPathTemplate": "/SolicitudAutCTC", "DownstreamPathTemplate": "/SolicitudAutCTC",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -181,7 +181,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAutCTC/Reservar", "UpstreamPathTemplate": "/SolicitudAutCTC/Reservar",
"DownstreamPathTemplate": "/SolicitudAutCTC/Reservar", "DownstreamPathTemplate": "/SolicitudAutCTC/Reservar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -199,7 +199,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAutCTC/Rechazar", "UpstreamPathTemplate": "/SolicitudAutCTC/Rechazar",
"DownstreamPathTemplate": "/SolicitudAutCTC/Rechazar", "DownstreamPathTemplate": "/SolicitudAutCTC/Rechazar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -217,7 +217,7 @@
] ]
}, },
{ {
"SwaggerKey": "ComiteTC", "SwaggerKey": "MsComiteTC",
"UpstreamPathTemplate": "/SolicitudAutCTC/LimpiarTabla", "UpstreamPathTemplate": "/SolicitudAutCTC/LimpiarTabla",
"DownstreamPathTemplate": "/SolicitudAutCTC/LimpiarTabla", "DownstreamPathTemplate": "/SolicitudAutCTC/LimpiarTabla",
"DownstreamScheme": "http", "DownstreamScheme": "http",

View File

@ -1,7 +1,7 @@
{ {
"Routes": [ "Routes": [
{ {
"SwaggerKey": "DatosMaestros", "SwaggerKey": "MsDatosMaestros",
"UpstreamPathTemplate": "/DatosMaestros", "UpstreamPathTemplate": "/DatosMaestros",
"DownstreamPathTemplate": "/DatosMaestros", "DownstreamPathTemplate": "/DatosMaestros",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -19,7 +19,7 @@
] ]
}, },
{ {
"SwaggerKey": "DatosMaestros", "SwaggerKey": "MsDatosMaestros",
"UpstreamPathTemplate": "/DatosMaestros", "UpstreamPathTemplate": "/DatosMaestros",
"DownstreamPathTemplate": "/DatosMaestros", "DownstreamPathTemplate": "/DatosMaestros",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -37,7 +37,7 @@
] ]
}, },
{ {
"SwaggerKey": "DatosMaestros", "SwaggerKey": "MsDatosMaestros",
"UpstreamPathTemplate": "/DatosMaestros/Dato", "UpstreamPathTemplate": "/DatosMaestros/Dato",
"DownstreamPathTemplate": "/DatosMaestros/Dato", "DownstreamPathTemplate": "/DatosMaestros/Dato",
"DownstreamScheme": "http", "DownstreamScheme": "http",
@ -55,7 +55,7 @@
] ]
}, },
{ {
"SwaggerKey": "DatosMaestros", "SwaggerKey": "MsDatosMaestros",
"UpstreamPathTemplate": "/DatosMaestros/Relacion", "UpstreamPathTemplate": "/DatosMaestros/Relacion",
"DownstreamPathTemplate": "/DatosMaestros/Relacion", "DownstreamPathTemplate": "/DatosMaestros/Relacion",
"DownstreamScheme": "http", "DownstreamScheme": "http",

View File

@ -2,7 +2,7 @@
"Routes": [ "Routes": [
{ {
"SwaggerKey": "Email", "SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email", "UpstreamPathTemplate": "/Email",
"UpstreamHttpMethod": [ "POST" ], "UpstreamHttpMethod": [ "POST" ],

View File

@ -2,7 +2,7 @@
"Routes": [ "Routes": [
{ {
"SwaggerKey": "Externo", "SwaggerKey": "MsExterno",
"UpstreamPathTemplate": "/Ext/Login", "UpstreamPathTemplate": "/Ext/Login",
"UpstreamHttpMethod": [ "POST" ], "UpstreamHttpMethod": [ "POST" ],
@ -18,7 +18,7 @@
{ {
"SwaggerKey": "Externo", "SwaggerKey": "MsExterno",
"UpstreamPathTemplate": "/UPC", "UpstreamPathTemplate": "/UPC",
"UpstreamHttpMethod": [ "Get" ], "UpstreamHttpMethod": [ "Get" ],

View File

@ -0,0 +1,76 @@
{
"Routes": [
{
"SwaggerKey": "MsHabilitacionServicios",
"UpstreamPathTemplate": "/AutoevaluacionServicioHabilitado",
"DownstreamPathTemplate": "/AutoevaluacionServicioHabilitado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8171
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsHabilitacionServicios",
"UpstreamPathTemplate": "/AutoevaluacionServicioHabilitado",
"DownstreamPathTemplate": "/AutoevaluacionServicioHabilitado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8171
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsHabilitacionServicios",
"UpstreamPathTemplate": "/CondicionesHabilitacion",
"DownstreamPathTemplate": "/CondicionesHabilitacion",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8171
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsHabilitacionServicios",
"UpstreamPathTemplate": "/CondicionesHabilitacion",
"DownstreamPathTemplate": "/CondicionesHabilitacion",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8171
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}

View File

@ -0,0 +1,220 @@
{
"Routes": [
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/InfoAfiliadoImg",
"DownstreamPathTemplate": "/InfoAfiliadoImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/InfoAfiliadoImg",
"DownstreamPathTemplate": "/InfoAfiliadoImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg",
"DownstreamPathTemplate": "/OrdenImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg",
"DownstreamPathTemplate": "/OrdenImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg/Ordenados",
"DownstreamPathTemplate": "/OrdenImg/Ordenados",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg/OrdenResultados",
"DownstreamPathTemplate": "/OrdenImg/OrdenResultados",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg/OrdenEntregaResultado",
"DownstreamPathTemplate": "/OrdenImg/OrdenEntregaResultado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg/SelloCopia",
"DownstreamPathTemplate": "/OrdenImg/SelloCopia",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/OrdenImg/NotaAclaratoria",
"DownstreamPathTemplate": "/OrdenImg/NotaAclaratoria",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/ResultadoImg",
"DownstreamPathTemplate": "/ResultadoImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/ResultadoImg",
"DownstreamPathTemplate": "/ResultadoImg",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/ResultadoImg/FechaEntrega",
"DownstreamPathTemplate": "/ResultadoImg/FechaEntrega",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
}
]
}

View File

@ -2,8 +2,26 @@
"Routes": [ "Routes": [
{ {
"SwaggerKey": "MsInformes", "SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Informes/ConsultaEstructuraTabla", "UpstreamPathTemplate": "/Consultas",
"DownstreamPathTemplate": "/Informes/ConsultaEstructuraTabla", "DownstreamPathTemplate": "/Consultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8164
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Consultas/Validar",
"DownstreamPathTemplate": "/Consultas/Validar",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -20,8 +38,44 @@
}, },
{ {
"SwaggerKey": "MsInformes", "SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Informes/Consulta", "UpstreamPathTemplate": "/Consultas/Guardar",
"DownstreamPathTemplate": "/Informes/Consulta", "DownstreamPathTemplate": "/Consultas/Guardar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8164
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Consultas/Ejecutar",
"DownstreamPathTemplate": "/Consultas/Ejecutar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8164
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Tablas/ConsultarEstructura",
"DownstreamPathTemplate": "/Tablas/ConsultarEstructura",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {

View File

@ -0,0 +1,670 @@
{
"Routes": [
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/AreasLabClinico",
"DownstreamPathTemplate": "/AreasLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/AreasLabClinico",
"DownstreamPathTemplate": "/AreasLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/AreasLabClinico",
"DownstreamPathTemplate": "/AreasLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/AreasLabClinico/Estado",
"DownstreamPathTemplate": "/AreasLabClinico/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsItems",
"DownstreamPathTemplate": "/CupsItems",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsItems",
"DownstreamPathTemplate": "/CupsItems",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsLab",
"DownstreamPathTemplate": "/CupsLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsLab",
"DownstreamPathTemplate": "/CupsLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsLab",
"DownstreamPathTemplate": "/CupsLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ExamenPorSeccion",
"DownstreamPathTemplate": "/ExamenPorSeccion",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ExamenPorSeccion",
"DownstreamPathTemplate": "/ExamenPorSeccion",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ExamenPorSeccion/Estado",
"DownstreamPathTemplate": "/ExamenPorSeccion/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/GruposEtareosLab",
"DownstreamPathTemplate": "/GruposEtareosLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/GruposEtareosLab",
"DownstreamPathTemplate": "/GruposEtareosLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/GruposEtareosLab",
"DownstreamPathTemplate": "/GruposEtareosLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/InfoAfiliadoLabClinic",
"DownstreamPathTemplate": "/InfoAfiliadoLabClinic",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/InfoAfiliadoLabClinic",
"DownstreamPathTemplate": "/InfoAfiliadoLabClinic",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ItemsLab",
"DownstreamPathTemplate": "/ItemsLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ItemsLab",
"DownstreamPathTemplate": "/ItemsLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes",
"DownstreamPathTemplate": "/RecepcionExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes",
"DownstreamPathTemplate": "/RecepcionExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes",
"DownstreamPathTemplate": "/RecepcionExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes/Masivo",
"DownstreamPathTemplate": "/RecepcionExamenes/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes/RecepcionesAfiliado",
"DownstreamPathTemplate": "/RecepcionExamenes/RecepcionesAfiliado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes/Estado",
"DownstreamPathTemplate": "/RecepcionExamenes/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RecepcionExamenes/CambioEstadoEntrega",
"DownstreamPathTemplate": "/RecepcionExamenes/CambioEstadoEntrega",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RefExmClnItms",
"DownstreamPathTemplate": "/RefExmClnItms",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RefExmClnItms",
"DownstreamPathTemplate": "/RefExmClnItms",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/RefExmClnItms",
"DownstreamPathTemplate": "/RefExmClnItms",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ResultadosExamenes",
"DownstreamPathTemplate": "/ResultadosExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ResultadosExamenes",
"DownstreamPathTemplate": "/ResultadosExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ResultadosExamenes",
"DownstreamPathTemplate": "/ResultadosExamenes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/ResultadosExamenes/APIWinsisLab",
"DownstreamPathTemplate": "/ResultadosExamenes/APIWinsisLab",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamPathTemplate": "/SeccionesLabClinico",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/SeccionesLabClinico/Estado",
"DownstreamPathTemplate": "/SeccionesLabClinico/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8162
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
}
]
}

View File

@ -0,0 +1,292 @@
{
"Routes": [
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamPathTemplate": "/MsProgramacionComite/Comite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/Comite/Estado",
"DownstreamPathTemplate": "/MsProgramacionComite/Comite/Estado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamPathTemplate": "/MsProgramacionComite/DesarrolloComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamPathTemplate": "/MsProgramacionComite/IntegranteComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamPathTemplate": "/MsProgramacionComite/NovedadComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsProgramacionComite",
"UpstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamPathTemplate": "/MsProgramacionComite/ReunionComite",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8156
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
}
]
}

View File

@ -0,0 +1,94 @@
{
"Routes": [
{
"SwaggerKey": "MsRIAS",
"UpstreamPathTemplate": "/MsRias/GpEtarioGpRiesgo",
"DownstreamPathTemplate": "/GpEtarioGpRiesgo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8169
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsRIAS",
"UpstreamPathTemplate": "/MsRias/GpEtarioGpRiesgo",
"DownstreamPathTemplate": "/GpEtarioGpRiesgo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8169
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsRIAS",
"UpstreamPathTemplate": "/MsRias/GpEtarioGpRiesgo",
"DownstreamPathTemplate": "/GpEtarioGpRiesgo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8169
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsRIAS",
"UpstreamPathTemplate": "/MsRias/Rias",
"DownstreamPathTemplate": "/Rias",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8169
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsRIAS",
"UpstreamPathTemplate": "/MsRias/Rias",
"DownstreamPathTemplate": "/Rias",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8169
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}

View File

@ -12,7 +12,7 @@
"MicroservicioAdminUsuarios": { "MicroservicioAdminUsuarios": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:7292;http://localhost:5292", "applicationUrl": "https://localhost:7292;http://localhost:5292",
"environmentVariables": { "environmentVariables": {
@ -22,7 +22,7 @@
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": false,
"launchUrl": "swagger", "launchUrl": "swagger",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"