ping_monitor
Send a heartbeat ping to a cron monitor to confirm the job ran successfully. Use ping_type='ping' for simple heartbeats, 'start'+'complete' for duration tracking, or 'fail' to immediately mark it down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ping_type | No | Type of ping event | ping |
| monitor_id | Yes | Monitor ID to ping |