Response
200 - application/json
Server debug information
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)
curl --request GET \
--url http://localhost:3000/api/server/servers
{
"servers": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"agents": [
"<string>"
]
}
]
}
Server debug information
Show child attributes
Was this page helpful?