Stream Upstreams
Method GET
Return configuration of a server in a stream upstream server group
Returns configuration of a particular server in the stream upstream server group.
get/stream/upstreams/{streamUpstreamName}/servers/{streamUpstreamServerId}
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.