Skip to main content

downtimes

Overview

Namedowntimes
TypeResource
Iddatadog.downtimes.downtimes

Fields

NameDatatypeDescription
idstringThe downtime ID.
attributesobjectDowntime details.
relationshipsobjectAll relationships associated with downtime.
typestringDowntime resource type.

Methods

NameAccessible byRequired ParamsDescription
get_downtimeSELECTdowntime_id, dd_siteGet downtime detail by downtime_id.
list_downtimesSELECTdd_siteGet all scheduled downtimes.
create_downtimeINSERTdata__data, dd_siteSchedule a downtime.
_get_downtimeEXECdowntime_id, dd_siteGet downtime detail by downtime_id.
_list_downtimesEXECdd_siteGet all scheduled downtimes.
cancel_downtimeEXECdowntime_id, dd_siteCancel a downtime.
update_downtimeEXECdowntime_id, data__data, dd_siteUpdate a downtime by downtime_id.