Skip to content

Health check

GET
/v1/sys/health
curl --request GET \
--url http://localhost:8693/v1/sys/health

Returns the health status of the Starfly unit.

Healthy

Media type application/json
object
initialized
required
boolean
locked
required
boolean
version
required
string
unit_id
required
string
Example
{
"initialized": true,
"locked": false,
"version": "1.0.0",
"unit_id": "abc123def456"
}