Object with the results of a Synthetic batch.

Hierarchy

  • SyntheticsBatchResult

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

The device ID.

duration?: number

Total duration in millisecond of the test.

Execution rule for a Synthetic test.

location?: string

Name of the location.

resultId?: string

The ID of the result to get.

retries?: number

Number of times this result has been retried.

Determines whether the batch has passed, failed, or is in progress.

testName?: string

Name of the test.

testPublicId?: string

The public ID of the Synthetic test.

Type of the Synthetic test, either api or browser.

Generated using TypeDoc