Full result details for a Synthetic test execution.

Hierarchy

  • SyntheticsTestResultDetail

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

Assertion results produced by the test.

Storage bucket keys for artifacts produced during a step or test.

callType?: string

gRPC call type (for example, unary, healthCheck, or reflection).

SSL/TLS certificate information returned from an SSL test.

compressedJsonDescriptor?: string

Compressed JSON descriptor for the test (internal format).

compressedSteps?: string

Compressed representation of the test steps (internal format).

connectionOutcome?: string

Outcome of the connection attempt (for example, established, refused).

DNS resolution details recorded during the test execution.

duration?: number

Duration of the test execution (in milliseconds).

exitedOnStepSuccess?: boolean

Whether the test exited early because a step marked with exitIfSucceed passed.

Details about the failure of a Synthetic test.

finishedAt?: number

Timestamp of when the test finished (in milliseconds).

Handshake request and response for protocol-level tests.

id?: string

The unique identifier for this result.

initialId?: string

The initial result ID before any retries.

isFastRetry?: boolean

Whether this result is from a fast retry.

isLastRetry?: boolean

Whether this result is from the last retry.

Network Path test result capturing the path between source and destination.

Aggregated network statistics from the test execution.

OCSP response received while validating a certificate.

A network probe result, used for traceroute hops and ping summaries.

receivedEmailCount?: number

Number of emails received during the test (email tests).

receivedMessage?: string

Message received from the target (for WebSocket/TCP/UDP tests).

Details of the outgoing request made during the test execution.

resolvedIp?: string

IP address resolved for the target host.

Details of the response received during the test execution.

The type of run for a Synthetic test result.

sentMessage?: string

Message sent to the target (for WebSocket/TCP/UDP tests).

startUrl?: string

Start URL for the test (browser tests).

startedAt?: number

Timestamp of when the test started (in milliseconds).

Status of a Synthetic test result.

Step results (for browser, mobile, and multistep API tests).

timeToInteractive?: number

Time to interactive in milliseconds (browser tests).

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

Timing breakdown of the test request phases (for example, DNS, TCP, TLS, first byte).

Type declaration

  • [key: string]: any

Trace identifiers associated with a Synthetic test result.

Traceroute hop results (for network tests).

triggeredAt?: number

Timestamp of when the test was triggered (in milliseconds).

tunnel?: boolean

Whether the test was executed through a tunnel.

Turns executed by a goal-based browser test.

unhealthy?: boolean

Whether the test runner was unhealthy at the time of execution.

Variables captured during a test step.

Generated using TypeDoc