Class SyntheticsDowntimeDataAttributesResponse

Attributes of a Synthetics downtime response object.

Hierarchy

  • SyntheticsDowntimeDataAttributesResponse

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
createdAt: Date

The timestamp when the downtime was created.

createdBy: string

The UUID of the user who created the downtime.

createdByName: string

The display name of the user who created the downtime.

description: string

The 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 in a Synthetics downtime response.

updatedAt: Date

The timestamp when the downtime was last updated.

updatedBy: string

The UUID of the user who last updated the downtime.

updatedByName: string

The display name of the user who last updated the downtime.

Generated using TypeDoc