cURL
curl --request GET \ --url http://localhost:3000/api/server/servers
{ "servers": [ { "id": "<string>", "name": "<string>", "status": "<string>", "agents": [ "<string>" ] } ] }
Get debug information about active servers (debug endpoint)
Server debug information
Show child attributes
Was this page helpful?