v1

latestOpenAPI 3.1.02026-07-26363186558.0 KB
Monitors

Estimate how many alerts will be created for the backfill of an updated monitor

patch/monitors/{id}/backfill/esimate

Path parameters

idstring required

The monitor ID.

Query parameters

sincestring date-time

Backfill alerts starting from this date in RFC3339 format

untilstring

Backfill alerts ending at this date in RFC3339 format

Headers

x-apikeystring required

Your API key

Content-Typestring required
Example:application/json

application/json

Request body

created_atstring date-time

The timestamp the monitor was created.

created_by_user_emailstring

The user's name that created the monitor.

created_by_user_idstring

The ID of the user that created the monitor.

descriptionstring

The description of the monitor.

email_notify_enabledboolean

If email notifications are enabled for this monitor.

email_notify_immediateboolean

If immediate email delivery is enabled for this monitor.

enabledboolean

If the monitor is enabled or not.

idstring

The ID of the monitor.

last_updated_by_user_idstring

The ID of the user that last updated the monitor.

last_updated_user_emailstring

The user's name that last updated the monitor.

namestring

The name of the monitor.

template_idstring

If a monitor was created from a template, then this field is populated with the template's ID. It cannot be changed after creation.

updated_atstring date-time

The timestamp the monitor was last updated.

versioninteger

The version number for the monitor. A monitor's version is incremented each time the monitor is updated.

Response

OK

alert_countinteger

The estimated number of alerts that will be created when backfilling alerts for the monitor.