Dry run before creation
Every import can be validated before monitors are created. The dry run reports accepted rows, malformed rows, duplicates, blocked rows, and plan quota impact.
- Clean hostname lists before they become noisy monitors.
- Spot duplicate client or environment rows before commit.
- Understand whether 3, 25, or 100 monitored hostnames fits the list.
| Row | Hostname | Status | Reason |
|---|---|---|---|
| 1 | app.example.com | Accepted | Creates one monitor on port 443. |
| 2 | api.example.com,443,api.example.com,API,prod platform | Accepted | SNI, label, and tags preserved. |
| 3 | app.example.com | Duplicate | Already present in the import or workspace. |
| 4 | https://bad.example.com/path | Invalid | Use hostnames without scheme or path. |
| 5 | legacy.example.com | Over quota | Plan limit reached before this row can be created. |