System
Get health status
Check whether Blnk Core is running and reachable with the Python SDK.
GET
Get health status
Use This method takes no arguments.
blnk.system.health to check whether Core is reachable.
1
Call the method
blnk.system.health
2
Confirm Core is healthy
Check that
response.data["status"] is UP before running other SDK calls in health checks or startup probes.3
Response
200 OK