Ping with a client timestamp
POST /hb/ping/{uuid}
POST
/hb/ping/{uuid}
Same as the GET ping, but the body may carry a client-side timestamp so the recorded ping time reflects when the job finished rather than when the request arrived. Use it from jobs that batch their reporting or run behind a slow proxy.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” uuid
required
string
Request Body
Section titled “Request Body ”object
timestamp
Unix seconds when the job finished.
integer format: int64
Responses
Section titled “ Responses ”Ping recorded.
object
message
string
Example
pong status
string
Example
ok