Stream Upstreams
Method GET
Return configuration of all servers in a stream upstream server group
Returns configuration of each server in a particular stream upstream server group.
get/stream/upstreams/{streamUpstreamName}/servers/
Response
Success
Example response
[
{
"id": 0,
"server": "10.0.0.1:12348",
"weight": 1,
"max_conns": 0,
"max_fails": 1,
"fail_timeout": "10s",
"slow_start": 0,
"backup": false,
"down": false
},
{
"id": 1,
"server": "10.0.0.1:12349",
"weight": 1,
"max_conns": 0,
"max_fails": 1,
"fail_timeout": "10s",
"slow_start": 0,
"backup": false,
"down": false
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.