update_monitor
Update a synthetic monitor's configuration by providing its entity ID and a new monitor definition object.
Instructions
Update (replace) a synthetic monitor definition by entity ID (WRITE). Sends a full PUT to /monitors/{monitor-id} per the platform synthetic v1 spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Synthetic monitor entity ID. | |
| monitor | Yes | Updated monitor definition object matching platform synthetic v1. |