Software Watchdog Timer
Arm a timer to trigger an email or a webhook with Software Watchdog Timer (WDT). If the timer is not reset (serviced) before its expiration, the action(s) will be executed. Possible actions: - send an email, with custom subject and body - trigger a webhook Pseudo Description: - Arm Watchdog: URL_CREATE_WDT (timeout, [email | url], [auto_rearm]) - Reset (Service) Watchdog: URL_RESET_WDT (wdt_id)…
Software Watchdog Timer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create WDT /wdt |
Create Timer Arm a new watchdog timer. Actions can be email or url or both API will return status code 400 if timeout is missing or if at least one action is not provided. |
| GET |
Get WDT data /wdt/ |
Retrieve data for an existing watchdog timer. |
| POST |
Reset WDT /wdt/reset |
Service an existing watchdog timer |
| DELETE |
Delete WDT /wdt |
Delete an existing watchdog timer. No action will be performed, unless timer expires in between request processing and expiration time. Cannot be reversed. |
Software Watchdog Timer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO Recommended | $3.99 / month | 20 / hour |
|
| MEGA | $7.99 / month | — |
|