HTTP Upstreams
Method GET
Return configuration of all servers in an HTTP upstream server group
Returns configuration of each server in a particular HTTP upstream server group.
get/http/upstreams/{httpUpstreamName}/servers/
Response
Success
Example response
[
{
"id": 0,
"server": "10.0.0.1:8088",
"weight": 1,
"max_conns": 0,
"max_fails": 0,
"fail_timeout": "10s",
"slow_start": "10s",
"route": "",
"backup": false,
"down": false
},
{
"id": 1,
"server": "10.0.0.1:8089",
"weight": 4,
"max_conns": 0,
"max_fails": 0,
"fail_timeout": "10s",
"slow_start": "10s",
"route": "",
"backup": true,
"down": true
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.