Heartbeat
Send a heartbeat ping (GET)
Record a heartbeat for a cron/scheduled-job monitor. The UUID in the URL acts as authentication — no API key required. GET is accepted for runners that can only issue GET requests. With no signal segment the ping is recorded as a success (liveness) ping.
Path Parameters
uuid*string
Unique heartbeat monitor identifier
Format
uuidResponse Body
application/json
curl -X GET "https://api.telescopealerts.com/api/heartbeat/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"status": "ok",
"message": "string",
"monitor_id": "ff93e0f3-22fc-4809-8875-a2d24a9803b1",
"signal": "start",
"received_at": "2019-08-24T14:15:22Z"
}