Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--datadog-monitors-downtime.json
Parent schema serverless-framework-configuration
Type: object

Datadog Monitors Downtime 3.1.0. Source:- No source definition found, add manually please

Properties

Scope string[] required

The scope(s) to which the downtime applies

Disabled boolean

Whether or not this downtime is disabled

End integer

POSIX timestamp to end the downtime. If not provided, the downtime is in effect indefinitely (i.e. until you cancel it).

Message string | Aws_CF_FunctionString

Message on the downtime

MonitorId integer

A single monitor to which the downtime applies. If not provided, the downtime applies to all monitors.

MonitorTags string[]

A comma-separated list of monitor tags, to which the downtime applies. The resulting downtime applies to monitors that match ALL provided monitor tags.

Start integer

POSIX timestamp to start the downtime. If not provided, the downtime starts the moment it is created.

Timezone string | Aws_CF_FunctionString

The timezone for the downtime

Definitions

DatadogCredentials object

Credentials for the Datadog API

ApiKey string | Aws_CF_FunctionString required

Datadog API key

ApplicationKey string | Aws_CF_FunctionString required

Datadog application key

ApiURL string | Aws_CF_FunctionString

Datadog API URL (defaults to https://api.datadoghq.com) Use https://api.datadoghq.eu for EU accounts.