Object describing the extra options for a Synthetic test.

Hierarchy

  • SyntheticsTestOptions

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

Minimum amount of time in failure required to trigger an alert.

minLocationFailed?: number

Minimum number of locations in failure required to trigger an alert.

monitorName?: string

The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs.

Object containing the options for a Synthetic test as a monitor (for example, renotification).

monitorPriority?: number

Integer from 1 (high) to 5 (low) indicating alert severity.

restrictedRoles?: string[]

A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.

Object describing the retry strategy to apply to a Synthetic test.

Object containing timeframes and timezone used for advanced scheduling.

tickEvery?: number

The frequency at which to run the Synthetic test (in seconds).

Generated using TypeDoc