diff --git a/ApiGateway/Routes/ocelot.afiliados.json b/ApiGateway/Routes/ocelot.afiliados.json index 4bbed73..35785ea 100644 --- a/ApiGateway/Routes/ocelot.afiliados.json +++ b/ApiGateway/Routes/ocelot.afiliados.json @@ -1,5 +1,113 @@ { "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", "UpstreamPathTemplate": "/Afiliados", @@ -252,6 +360,42 @@ "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", "UpstreamPathTemplate": "/AportesAfil",