Class SyntheticsDowntimeDataAttributesRequest

Attributes for creating or updating a Synthetics downtime.

Hierarchy

  • SyntheticsDowntimeDataAttributesRequest

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
description?: string

An optional description of the downtime.

isEnabled: boolean

Whether the downtime is enabled.

name: string

The name of the downtime.

tags?: string[]

List of tags associated with a Synthetics downtime.

testIds: string[]

List of Synthetics test public IDs associated with a downtime.

List of time slots for a Synthetics downtime create or update request.

Generated using TypeDoc