Skip to content

Live hermes node objects

GET
/v1/internal/lb/nodes
curl --request GET \
--url https://example.com/v1/internal/lb/nodes

Raw live hermes:node:* objects (bypasses the snapshot), for inspection.

OK

Media typeapplication/json
Array<object>
object
host
string
name
string
status
string
Allowed values: pending ready maintenance shutting_down
stats
object
active_calls
integer
version
string
http_port
integer
updated_at
string format: date-time
Example
[
{
"host": "10.0.0.3",
"name": "hermes-prod-0",
"status": "pending",
"stats": {
"active_calls": 10
},
"http_port": 8080
}
]