Object containing details about your Synthetic test.

Hierarchy

  • SyntheticsTestDetails

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

Configuration object for a Synthetic test.

creator?: v1.Creator

Object describing the creator of the shared element.

locations?: string[]

Array of locations used to run the test.

message?: string

Notification message associated with the test.

monitorId?: number

The associated monitor ID.

name?: string

Name of the test.

Object describing the extra options for a Synthetic test.

publicId?: string

The test public ID.

Define whether you want to start (live) or pause (paused) a Synthetic test.

steps?: SyntheticsStep[]

For browser test, the steps of the test.

The subtype of the Synthetic API test, http, ssl, tcp, dns, icmp, udp, websocket, grpc or multi.

tags?: string[]

Array of tags attached to the test.

Type of the Synthetic test, either api or browser.

Generated using TypeDoc