Object containing details about a Synthetic API test.

Hierarchy

  • SyntheticsAPITest

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 API test.

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 public ID for the test.

Define whether you want to start (live) or pause (paused) a Synthetic 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, api.

Generated using TypeDoc