Object describing a downtime that matches this monitor.

Hierarchy

  • MatchingDowntime

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
end?: number

POSIX timestamp to end the downtime.

id: number

The downtime ID.

scope?: string[]

The scope(s) to which the downtime applies. Must be in key:value format. For example, host:app2. Provide multiple scopes as a comma-separated list like env:dev,env:prod. The resulting downtime applies to sources that matches ALL provided scopes (env:dev AND env:prod).

start?: number

POSIX timestamp to start the downtime.

Generated using TypeDoc