This commit is contained in:
Dario F. Gomez Z 2024-02-28 15:10:50 -05:00
commit 7ac78840bc
12 changed files with 1129 additions and 505 deletions

View File

@ -34,7 +34,8 @@ namespace ApiGateway
string calledUrl = ctx.Items.DownstreamRoute().UpstreamPathTemplate.OriginalValue; string calledUrl = ctx.Items.DownstreamRoute().UpstreamPathTemplate.OriginalValue;
logger.LogError(71, $"DownstreamRoute: {calledUrl}"); //logger.LogError(71, $"DownstreamRoute: {calledUrl}");
// Excepcion para login, no requiere token // Excepcion para login, no requiere token
if ( if (
String.Equals(calledUrl, "/ldap/Conectar") || String.Equals(calledUrl, "/ldap/Conectar") ||
@ -164,7 +165,7 @@ namespace ApiGateway
} }
catch (Exception e) catch (Exception e)
{ {
//logger.LogError(71, e.Message); logger.LogError(71, e.Message);
ctx.Items.SetError(new UnauthenticatedError(e.Message)); ctx.Items.SetError(new UnauthenticatedError(e.Message));
return false; return false;
} }

View File

@ -20,7 +20,7 @@ builder.Configuration.AddOcelotWithSwaggerSupport(options =>
var loggerFactory = LoggerFactory.Create(builder => builder.AddConsole().AddEventLog()); var loggerFactory = LoggerFactory.Create(builder => builder.AddConsole().AddEventLog());
//var logger = loggerFactory.CreateLogger("Gateway"); var logger = loggerFactory.CreateLogger("Gateway");
builder.Configuration.SetBasePath(builder.Environment.ContentRootPath) builder.Configuration.SetBasePath(builder.Environment.ContentRootPath)
.AddJsonFile("ocelot.json", optional: false, reloadOnChange: true) .AddJsonFile("ocelot.json", optional: false, reloadOnChange: true)
@ -61,7 +61,7 @@ var pipeConfig = new OcelotPipelineConfiguration
.Append("Date: ").AppendLine(date) .Append("Date: ").AppendLine(date)
.Append("Errors: ") .Append("Errors: ")
.AppendLine(downStreamContext.Items.Errors().ToString()); .AppendLine(downStreamContext.Items.Errors().ToString());
//logger.LogWarning(27, sb2.ToString()); logger.LogWarning(27, sb2.ToString());
//downStreamContext.Items.SetError(new UnauthenticatedError("Nel wey, no estas autorizado")); //downStreamContext.Items.SetError(new UnauthenticatedError("Nel wey, no estas autorizado"));
return; return;
} }

View File

@ -1,16 +1,5 @@
{ {
"SwaggerEndPoints": [ "SwaggerEndPoints": [
{
"Key": "MsPing",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsPing",
"Version": "1.0",
"Url": "http://localhost:8198/swagger/v1/swagger.json"
}
]
},
{ {
"Key": "ApiGetway", "Key": "ApiGetway",
"TransformByOcelotConfig": false, "TransformByOcelotConfig": false,
@ -22,15 +11,80 @@
} }
] ]
}, },
{ {
"Key": "MsDatosMaestros", "Key": "MsAdminUsuarios",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsDatosMaestros", "Name": "MsAdminUsuarios",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8146/swagger/v1/swagger.json" "Url": "http://localhost:8151/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAfiliados",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAfiliados",
"Version": "1.0",
"Url": "http://localhost:8145/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAgendaMedica",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAgendaMedica",
"Version": "1.0",
"Url": "http://localhost:8155/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAudMedConcurrente",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAudMedConcurrente",
"Version": "1.0",
"Url": "http://localhost:8163/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAuditarHC",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditarHC",
"Version": "1.0",
"Url": "http://localhost:8168/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAuditoria",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditoria",
"Version": "1.0",
"Url": "http://localhost:8167/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAuditoriaHC",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAuditoriaHC",
"Version": "1.0",
"Url": "http://localhost:8157/swagger/v1/swagger.json"
} }
] ]
}, },
@ -46,51 +100,38 @@
] ]
}, },
{ {
"Key": "MsAdminUsuarios", "Key": "MsCajaFacturacion",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsAdminUsuarios", "Name": "MsCajaFacturacion",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8151/swagger/v1/swagger.json" "Url": "http://localhost:8150/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAfiliados",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAfiliados",
"Version": "1.0",
"Url": "http://localhost:8145/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "MsExterno", "Key": "MsCalidad",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsExterno", "Name": "MsCalidad",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8199/swagger/v1/swagger.json" "Url": "http://localhost:8172/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "MsEmail", "Key": "MsComTecCientifico",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsEmail", "Name": "MsComTecCientifico",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8170/swagger/v1/swagger.json" "Url": "http://localhost:8161/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "MsContratos", "Key": "MsContratos",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
@ -124,96 +165,47 @@
} }
] ]
}, },
{ {
"Key": "MsAgendaMedica", "Key": "MsCuentasMedicas",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsAgendaMedica", "Name": "MsCuentasMedicas",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8155/swagger/v1/swagger.json" "Url": "http://localhost:8174/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsCajaFacturacion",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsCajaFacturacion",
"Version": "1.0",
"Url": "http://localhost:8150/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsReferencia",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsReferencia",
"Version": "1.0",
"Url": "http://localhost:8160/swagger/v1/swagger.json"
}
]
},
//{
// "Key": "MsComiteTC",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "MsComiteTC",
// "Version": "1.0",
// "Url": "http://localhost:8166/swagger/v1/swagger.json"
// }
// ]
//},
{
"Key": "MsInformes",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsInformes",
"Version": "1.0",
"Url": "http://localhost:8164/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAudMedConcurrente",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAudMedConcurrente",
"Version": "1.0",
"Url": "http://localhost:8163/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsHistoriaClinica",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsHistoriaClinica",
"Version": "1.0",
"Url": "http://localhost:8154/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "MsAuditarHC", "Key": "MsDatosMaestros",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsAuditarHC", "Name": "MsDatosMaestros",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8168/swagger/v1/swagger.json" "Url": "http://localhost:8146/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsEmail",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsEmail",
"Version": "1.0",
"Url": "http://localhost:8170/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsExterno",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsExterno",
"Version": "1.0",
"Url": "http://localhost:8199/swagger/v1/swagger.json"
} }
] ]
}, },
@ -228,6 +220,17 @@
} }
] ]
}, },
{
"Key": "MsHistoriaClinica",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsHistoriaClinica",
"Version": "1.0",
"Url": "http://localhost:8154/swagger/v1/swagger.json"
}
]
},
{ {
"Key": "MsImagenologia", "Key": "MsImagenologia",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
@ -239,6 +242,28 @@
} }
] ]
}, },
{
"Key": "MsIncapacidadesLicencias",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsIncapacidadesLicencias",
"Version": "1.0",
"Url": "http://localhost:8177/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsInformes",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsInformes",
"Version": "1.0",
"Url": "http://localhost:8164/swagger/v1/swagger.json"
}
]
},
{ {
"Key": "MsLaboratorioClinico", "Key": "MsLaboratorioClinico",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
@ -250,6 +275,39 @@
} }
] ]
}, },
{
"Key": "MsLdap",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsLdap",
"Version": "1.0",
"Url": "http://localhost:8173/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsPing",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsPing",
"Version": "1.0",
"Url": "http://localhost:8198/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsProcesosEstrategicos",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsProcesosEstrategicos",
"Version": "1.0",
"Url": "http://localhost:8175/swagger/v1/swagger.json"
}
]
},
{ {
"Key": "MsProgramacionComite", "Key": "MsProgramacionComite",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
@ -273,83 +331,40 @@
] ]
}, },
{ {
"Key": "MsAuditoriaHC", "Key": "MsReferencia",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsAuditoriaHC", "Name": "MsReferencia",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8157/swagger/v1/swagger.json" "Url": "http://localhost:8160/swagger/v1/swagger.json"
} }
] ]
}, },
{ {
"Key": "MsAuditoria", "Key": "MsTracking",
"TransformByOcelotConfig": true, "TransformByOcelotConfig": true,
"Config": [ "Config": [
{ {
"Name": "MsAuditoria", "Name": "MsTracking",
"Version": "1.0", "Version": "1.0",
"Url": "http://localhost:8167/swagger/v1/swagger.json" "Url": "http://localhost:8176/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsCalidad",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsCalidad",
"Version": "1.0",
"Url": "http://localhost:8172/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsLdap",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsLdap",
"Version": "1.0",
"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"
}
]
},
{
"Key": "MsComTecCientifico",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsComTecCientifico",
"Version": "1.0",
"Url": "http://localhost:8161/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsProcesosEstrategicos",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsProcesosEstrategicos",
"Version": "1.0",
"Url": "http://localhost:8175/swagger/v1/swagger.json"
} }
] ]
} }
] ]
} }
//{
// "Key": "MsComiteTC",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "MsComiteTC",
// "Version": "1.0",
// "Url": "http://localhost:8166/swagger/v1/swagger.json"
// }
// ]
//},

View File

@ -1,5 +1,113 @@
{ {
"Routes": [ "Routes": [
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoCE",
"DownstreamPathTemplate": "/Adres/ArchivoCE",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoCE",
"DownstreamPathTemplate": "/Adres/ArchivoCE",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoME",
"DownstreamPathTemplate": "/Adres/ArchivoME",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoME",
"DownstreamPathTemplate": "/Adres/ArchivoME",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoNE",
"DownstreamPathTemplate": "/Adres/ArchivoNE",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Adres/ArchivoNE",
"DownstreamPathTemplate": "/Adres/ArchivoNE",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados", "UpstreamPathTemplate": "/Afiliados",
@ -72,6 +180,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/ConsentiAutor",
"DownstreamPathTemplate": "/Afiliados/ConsentiAutor",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/Aceptar", "UpstreamPathTemplate": "/Afiliados/Aceptar",
@ -198,6 +324,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/ActualizarUnisalud",
"DownstreamPathTemplate": "/Afiliados/ActualizarUnisalud",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/Contacto", "UpstreamPathTemplate": "/Afiliados/Contacto",
@ -234,6 +378,42 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/ObtenerAfiliados",
"DownstreamPathTemplate": "/Afiliados/ObtenerAfiliados",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/Afiliados/NotificarAfiliado",
"DownstreamPathTemplate": "/Afiliados/NotificarAfiliado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/AportesAfil", "UpstreamPathTemplate": "/AportesAfil",
@ -540,6 +720,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes",
"DownstreamPathTemplate": "/PermisosCotizantes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes",
"DownstreamPathTemplate": "/PermisosCotizantes",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PermisosCotizantes/{nuIdCotizanteAfil}",
"DownstreamPathTemplate": "/PermisosCotizantes/{nuIdCotizanteAfil}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8145
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsAfiliados", "SwaggerKey": "MsAfiliados",
"UpstreamPathTemplate": "/PreguntasDeclaratorias", "UpstreamPathTemplate": "/PreguntasDeclaratorias",

View File

@ -90,6 +90,24 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CitasMedicas/Masivo",
"DownstreamPathTemplate": "/CitasMedicas/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CitasMedicas/CitasEstadoNovedad", "UpstreamPathTemplate": "/CitasMedicas/CitasEstadoNovedad",
@ -198,6 +216,42 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamPathTemplate": "/CuotasSeguimientos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/CupsAM/Buscar", "UpstreamPathTemplate": "/CupsAM/Buscar",
@ -648,6 +702,78 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/SeguimientosMultas",
"DownstreamPathTemplate": "/SeguimientosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/SeguimientosMultas",
"DownstreamPathTemplate": "/SeguimientosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosMultas",
"DownstreamPathTemplate": "/TablerosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosMultas",
"DownstreamPathTemplate": "/TablerosMultas",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8155
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsAgendaMedica", "SwaggerKey": "MsAgendaMedica",
"UpstreamPathTemplate": "/TablerosPendientes", "UpstreamPathTemplate": "/TablerosPendientes",

View File

@ -1,59 +1,5 @@
{ {
"Routes": [ "Routes": [
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamPathTemplate": "/AdminPlanesArrayDto",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/BloqueoCAPCTT", "UpstreamPathTemplate": "/BloqueoCAPCTT",
@ -180,6 +126,24 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT/FechaBloqueo", "UpstreamPathTemplate": "/CapCTTPorCTT/FechaBloqueo",
@ -198,24 +162,6 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamPathTemplate": "/CapCTTPorCTT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/CapCTTPorCTT/Eliminar", "UpstreamPathTemplate": "/CapCTTPorCTT/Eliminar",
@ -288,42 +234,6 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Contratos/CambioEstado",
"DownstreamPathTemplate": "/Contratos/CambioEstado",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Contratos/EditarCUPMDT",
"DownstreamPathTemplate": "/Contratos/EditarCUPMDT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Contratos/Eliminar", "UpstreamPathTemplate": "/Contratos/Eliminar",
@ -414,24 +324,6 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios",
"DownstreamPathTemplate": "/Convenios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Convenios", "UpstreamPathTemplate": "/Convenios",
@ -558,6 +450,24 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Cups/CargueMasivo",
"DownstreamPathTemplate": "/Cups/CargueMasivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EAPBS", "UpstreamPathTemplate": "/EAPBS",
@ -666,6 +576,114 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamPathTemplate": "/EscalaPorMedicamento",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorServicio",
"DownstreamPathTemplate": "/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorServicio",
"DownstreamPathTemplate": "/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalaPorServicio",
"DownstreamPathTemplate": "/EscalaPorServicio",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/EscalasSocioeconomicas", "UpstreamPathTemplate": "/EscalasSocioeconomicas",
@ -792,6 +810,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamPathTemplate": "/MedicamentoPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Medicamentos", "UpstreamPathTemplate": "/Medicamentos",
@ -882,6 +954,42 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/PlanBeneficios",
"DownstreamPathTemplate": "/PlanBeneficios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/PlanBeneficios",
"DownstreamPathTemplate": "/PlanBeneficios",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Planes", "UpstreamPathTemplate": "/Planes",
@ -1242,6 +1350,60 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamPathTemplate": "/ServiciosPorPlan",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPrestador/GrupoCups", "UpstreamPathTemplate": "/ServiciosPrestador/GrupoCups",
@ -1260,24 +1422,6 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/ServiciosPrestador/IPS",
"DownstreamPathTemplate": "/ServiciosPrestador/IPS",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasBase", "UpstreamPathTemplate": "/TarifasBase",
@ -1334,8 +1478,8 @@
}, },
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasBase/Eliminar", "UpstreamPathTemplate": "/TarifasBase/Servicios",
"DownstreamPathTemplate": "/TarifasBase/Eliminar", "DownstreamPathTemplate": "/TarifasBase/Servicios",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -1347,7 +1491,25 @@
"permisos": "any" "permisos": "any"
}, },
"UpstreamHttpMethod": [ "UpstreamHttpMethod": [
"PATCH" "GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasBase/Medicamentos",
"DownstreamPathTemplate": "/TarifasBase/Medicamentos",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
] ]
}, },
{ {
@ -1404,29 +1566,6 @@
"PATCH" "PATCH"
] ]
}, },
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorCUPMDT/CargueMasivo", "UpstreamPathTemplate": "/TarifasPorCUPMDT/CargueMasivo",
@ -1447,8 +1586,8 @@
}, },
{ {
"SwaggerKey": "MsContratos", "SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/Cups/CargueMasivo", "UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/Cups/CargueMasivo", "DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -1460,9 +1599,26 @@
"permisos": "any" "permisos": "any"
}, },
"UpstreamHttpMethod": [ "UpstreamHttpMethod": [
"POST" "GET"
]
},
{
"SwaggerKey": "MsContratos",
"UpstreamPathTemplate": "/TarifasPorMDT",
"DownstreamPathTemplate": "/TarifasPorMDT",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8149
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
] ]
} }
] ]
} }

View File

@ -1,12 +1,9 @@
{ {
"Routes": [ "Routes": [
{ {
"SwaggerKey": "MsEmail", "SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email", "UpstreamPathTemplate": "/Email",
"UpstreamHttpMethod": [ "POST" ], "DownstreamPathTemplate": "/Email",
"DownstreamPathTemplate": "/api/Email",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -16,7 +13,10 @@
], ],
"RouteClaimsRequirement": { "RouteClaimsRequirement": {
"permisos": "any" "permisos": "any"
} },
"UpstreamHttpMethod": [
"POST"
]
} }
] ]
} }

View File

@ -414,6 +414,24 @@
"POST" "POST"
] ]
}, },
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/HistoriaClinica/HcPorDocExt",
"DownstreamPathTemplate": "/HistoriaClinica/HcPorDocExt",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"DELETE"
]
},
{ {
"SwaggerKey": "MsHistoriaClinica", "SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/HistoriaClinica/HcPorDocExt", "UpstreamPathTemplate": "/HistoriaClinica/HcPorDocExt",
@ -450,6 +468,96 @@
"GET" "GET"
] ]
}, },
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Incapacidad",
"DownstreamPathTemplate": "/Incapacidad",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"PATCH"
]
},
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Incapacidades/Notificar",
"DownstreamPathTemplate": "/Incapacidades/Notificar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Incapacidades/Masivo",
"DownstreamPathTemplate": "/Incapacidades/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/PagosLicencias",
"DownstreamPathTemplate": "/PagosLicencias",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/PagosLicencias/Masivo",
"DownstreamPathTemplate": "/PagosLicencias/Masivo",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8154
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{ {
"SwaggerKey": "MsHistoriaClinica", "SwaggerKey": "MsHistoriaClinica",
"UpstreamPathTemplate": "/Rias", "UpstreamPathTemplate": "/Rias",

View File

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

View File

@ -1,77 +1,5 @@
{ {
"Routes": [ "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", "SwaggerKey": "MsLaboratorioClinico",
"UpstreamPathTemplate": "/CupsItems", "UpstreamPathTemplate": "/CupsItems",
@ -611,78 +539,6 @@
"UpstreamHttpMethod": [ "UpstreamHttpMethod": [
"POST" "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,40 @@
{
"Routes": [
{
"SwaggerKey": "MsTracking",
"UpstreamPathTemplate": "/Tracking",
"DownstreamPathTemplate": "/Tracking",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8176
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsTracking",
"UpstreamPathTemplate": "/Tracking",
"DownstreamPathTemplate": "/Tracking",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8176
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}

View File

@ -0,0 +1,12 @@
{
"profiles": {
"Auth": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:58174;http://localhost:58175"
}
}
}