Send ping
pingSend a heartbeat signal to report a check's status: success, failure, or start. Optionally include a log message and exit code for detailed tracking.
Instructions
Send a ping (heartbeat) signal for a check. Use this to report success, failure, or manually test a check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The check's UUID (ping key) | |
| state | No | Ping state; omit for a plain success ping | |
| message | No | Optional log message sent as the request body | |
| exitStatus | No | Optional exit code, appended as /<uuid>/<exitStatus> |