HTTP Upstreams
Method GET
Return configuration of a server in an HTTP upstream server group
Returns configuration of a particular server in the HTTP upstream server group.
get/http/upstreams/{httpUpstreamName}/servers/{httpUpstreamServerId}
Response
Success
Example response
{
"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.