Daemons
internal
deprecated
Receive daemon heartbeat (DEPRECATED - for backwards compatibility with pre-v0.14.0 daemons)
Internal endpoint for legacy daemons to send periodic heartbeats. New daemons (v0.14.0+) use the /request-work endpoint which includes heartbeat functionality. This endpoint is kept for backwards compatibility and will be removed in a future version.
post/api/daemons/{id}/heartbeat
Path parameters
idstring uuid required
Daemon ID
Request body
Response
Heartbeat received
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.17.13"
}
}