Get one monitor
get_monitorRetrieve complete monitoring details for a single monitor, including configuration, status, and type-specific fields like expected HTTP codes, port/protocol, or expiry dates to answer configuration-related questions.
Instructions
Read one monitor in full: its configuration, current status, and the type-specific detail the list view omits - expected status codes for HTTP, port and protocol for PORT, certificate or registration expiry date for SSL and DOMAIN. Use it after list_monitors when the answer depends on how the check is configured, for instance whether a timeout is too tight or which port is actually being watched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor id, as returned by list_monitors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor id, used by every other tool. | |
| url | No | ||
| name | No | ||
| type | No | ||
| isActive | No | False while the monitor is paused. | |
| frequency | No | Check interval in minutes. | |
| statusSummary | No | Current state, for example GOOD or ERROR. |