Spring Cloud 概述:所有端点的列表
下表总结了Spring Cloud网关执行器端点。请注意,每个端点都有/actuator/gateway
作为基本路径。
ID | HTTP方法 | 描述 |
---|---|---|
|
GET |
Displays the list of global filters applied to the routes. |
|
GET |
Displays the list of GatewayFilter factories applied to a particular route. |
|
POST |
Clears the routes cache. |
|
GET |
Displays the list of routes defined in the gateway. |
|
GET |
Displays information about a particular route. |
|
POST |
Add a new route to the gateway. |
|
DELETE |
Remove an existing route from the gateway. |
更多建议: