The Delete Downtime API removes downtime details of monitors and monitor groups.
Supported HTTP methods: POST
Allowed roles: Administrator
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| resourceid | The resource Id of the monitor whose downtime is to be deleted. |
| from | The time from when the downtime should be removed. It can be found under the From column on the window that pops up when the availability chart of the monitor is clicked. |
| fromInMillis | The From time in Milliseconds. |
| to | The time till when the downtime should be removed. It can be found under the To column on the window that pops up when the availability chart of the monitor is clicked. |
| toInMillis | The To time in milliseconds. |
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development