Object containing details about a Synthetic mobile test.

Hierarchy

  • SyntheticsMobileTest

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

deviceIds?: string[]

Array with the different device IDs 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 of the test.

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

Array of steps for the test.

tags?: string[]

Array of tags attached to the test.

Type of the Synthetic test, mobile.

Generated using TypeDoc