|
|
@ -216,7 +216,7 @@ |
|
|
}, |
|
|
}, |
|
|
// �û�����֪ͨ |
|
|
// �û�����֪ͨ |
|
|
{ |
|
|
{ |
|
|
"DownstreamPathTemplate": "/api/my-notifilers/assignables", |
|
|
"DownstreamPathTemplate": "/api/notifications/my-notifilers/assignables", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamHostAndPorts": [ |
|
|
"DownstreamHostAndPorts": [ |
|
|
{ |
|
|
{ |
|
|
@ -224,7 +224,7 @@ |
|
|
"Port": 30020 |
|
|
"Port": 30020 |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"UpstreamPathTemplate": "/api/my-notifilers/assignables", |
|
|
"UpstreamPathTemplate": "/api/notifications/my-notifilers/assignables", |
|
|
"UpstreamHttpMethod": [ "GET" ], |
|
|
"UpstreamHttpMethod": [ "GET" ], |
|
|
"LoadBalancerOptions": { |
|
|
"LoadBalancerOptions": { |
|
|
"Type": "RoundRobin" |
|
|
"Type": "RoundRobin" |
|
|
@ -249,7 +249,7 @@ |
|
|
}, |
|
|
}, |
|
|
// �û�֪ͨ |
|
|
// �û�֪ͨ |
|
|
{ |
|
|
{ |
|
|
"DownstreamPathTemplate": "/api/my-notifilers", |
|
|
"DownstreamPathTemplate": "/api/notifications/my-notifilers", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamHostAndPorts": [ |
|
|
"DownstreamHostAndPorts": [ |
|
|
{ |
|
|
{ |
|
|
@ -257,7 +257,7 @@ |
|
|
"Port": 30020 |
|
|
"Port": 30020 |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"UpstreamPathTemplate": "/api/my-notifilers", |
|
|
"UpstreamPathTemplate": "/api/notifications/my-notifilers", |
|
|
"UpstreamHttpMethod": [ "GET" ], |
|
|
"UpstreamHttpMethod": [ "GET" ], |
|
|
"LoadBalancerOptions": { |
|
|
"LoadBalancerOptions": { |
|
|
"Type": "RoundRobin" |
|
|
"Type": "RoundRobin" |
|
|
@ -279,7 +279,7 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"DownstreamPathTemplate": "/api/my-notifilers/{id}", |
|
|
"DownstreamPathTemplate": "/api/notifications/my-notifilers/{id}", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamScheme": "http", |
|
|
"DownstreamHostAndPorts": [ |
|
|
"DownstreamHostAndPorts": [ |
|
|
{ |
|
|
{ |
|
|
@ -287,7 +287,7 @@ |
|
|
"Port": 30020 |
|
|
"Port": 30020 |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"UpstreamPathTemplate": "/api/my-notifilers/{id}", |
|
|
"UpstreamPathTemplate": "/api/notifications/my-notifilers/{id}", |
|
|
"UpstreamHttpMethod": [ |
|
|
"UpstreamHttpMethod": [ |
|
|
"GET", |
|
|
"GET", |
|
|
"POST", |
|
|
"POST", |
|
|
|