create_uptime_monitor
Set up automated URL health checks by creating an uptime monitor that periodically verifies availability and response status.
Instructions
Create a new uptime monitor to check URL availability
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to monitor (must include protocol, e.g., https://) | |
| name | Yes | Display name for the monitor | |
| method | No | HTTP method to use (default: GET) | |
| intervalMinutes | No | Check interval in minutes (default: 5) | |
| expectedStatusCode | No | Expected HTTP status code (default: 200) |