|
|
- {
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalogapi.eshoponservicefabric",
- "Port": 5101
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basketapi.eshoponservicefabric",
- "Port": 5103
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "orderingapi.eshoponservicefabric",
- "Port": 5102
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "mobileshoppingagg.eshoponservicefabric",
- "Port": 5120
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "orderingapi.eshoponservicefabric",
- "Port": 5102
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basketapi.eshoponservicefabric",
- "Port": 5103
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalogapi.eshoponservicefabric",
- "Port": 5101
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "paymentapi.eshoponservicefabric",
- "Port": 5108
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
|