cURL
curl --request GET \ --url http://aris.local/ready \ --header 'Authorization: Bearer <token>'
{ "ready": true }
Simple readiness check for container orchestration. Returns 200 if the Brain is ready to serve requests (MQTT connected).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
System is ready
true