Downtime details.

Hierarchy

  • DowntimeCreateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
displayTimezone?: string

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used as an offset for scheduling.

message?: string

A message to include with notifications for this downtime. Email notifications can be sent to specific users by using the same @username notation as events.

monitorIdentifier: DowntimeMonitorIdentifier

Monitor identifier for the downtime.

muteFirstRecoveryNotification?: boolean

If the first recovery notification during a downtime should be muted.

notifyEndStates?: DowntimeNotifyEndStateTypes[]

States that will trigger a monitor notification when the notify_end_types action occurs.

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

Schedule for the downtime.

scope: string

The scope to which the downtime applies. Must follow the common search syntax.

Generated using TypeDoc