Backends Action
Backends Action
Requestβ
GET /api/backends
Descriptionβ
Backends Action returns the Backends list, including Backend's IP, PORT and other information.
Path parametersβ
None
Query parametersβ
is_alive
Optional parameters. Whether to return the surviving BE nodes. The default is false, which means that all BE nodes are returned.
Request bodyβ
None
Responseβ
{
"msg": "success",
"code": 0,
"data": {
"backends": [
{
"ip": "192.1.1.1",
"http_port": 8040,
"is_alive": true
}
]
},
"count": 0
}