Request URL

GET https://api.dotcom-monitor.com/config_api_v1/api2/device/{device_id}/PostponeTimed

Returns timed postpone status for the device. If the device has been postponed for a specific period of time, the result will return the start and end date and time of the maintenance window (pause in monitoring).

Path Parameters

Field Type Required Description
device_id

string

true

The unique id of a monitoring device. To request a list of devices’ IDs within a platform see API: Get Device List by Platform.

Success Response

Example Timed Postpone Status JSON Object
{
    "Success": true,
    "Result": {
        "From": "",
        "To": "2023-05-22 19:47",
        "TimedPostponeSet": true
    }
}

Fields Description

Field Type Description
TimedPostponeSet

boolean

Set to “true” if the device has been postponed for a specific period of time.
From

string

Timestamp reflecting the moment when the device will be postponed.

The “From” parameter is empty if the device is currently in a postponed state.

To

string

Timestamp reflecting the moment when the device will be enabled.