Class SyntheticsTestResultExecutionInfo

Execution details for a Synthetic test result.

Hierarchy

  • SyntheticsTestResultExecutionInfo

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

Total duration of a Synthetic test execution.

errorMessage?: string

Error message if the execution encountered an issue.

isFastRetry?: boolean

Whether this result is from a fast retry.

timings?: {
    [key: string]: any;
}

Timing breakdown of the test execution in milliseconds.

Type declaration

  • [key: string]: any
tunnel?: boolean

Whether the test was executed through a tunnel.

unhealthy?: boolean

Whether the location was unhealthy during execution.

Generated using TypeDoc