curl --request GET \
--url http://localhost:3000/api/server/status
{
"status": "ok",
"agentCount": 123,
"timestamp": "2023-11-07T05:31:56Z"
}
Returns the current status of the system with agent count and timestamp
curl --request GET \
--url http://localhost:3000/api/server/status
{
"status": "ok",
"agentCount": 123,
"timestamp": "2023-11-07T05:31:56Z"
}
System status information
The response is of type object
.
Was this page helpful?