downtimes
Overview
Name | downtimes |
Type | Resource |
Id | datadog.downtimes.downtimes |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The downtime ID. |
attributes | object | Downtime details. |
relationships | object | All relationships associated with downtime. |
type | string | Downtime resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_downtime | SELECT | downtime_id, dd_site | Get downtime detail by downtime_id . |
list_downtimes | SELECT | dd_site | Get all scheduled downtimes. |
create_downtime | INSERT | data__data, dd_site | Schedule a downtime. |
_get_downtime | EXEC | downtime_id, dd_site | Get downtime detail by downtime_id . |
_list_downtimes | EXEC | dd_site | Get all scheduled downtimes. |
cancel_downtime | EXEC | downtime_id, dd_site | Cancel a downtime. |
update_downtime | EXEC | downtime_id, data__data, dd_site | Update a downtime by downtime_id . |