Detailed result data for the fast test run. The exact shape of nested fields (request, response, assertions, etc.) depends on the test subtype.

Hierarchy

  • SyntheticsFastTestResultDetail

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

Results of each assertion evaluated during the test.

callType?: string

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

SSL/TLS certificate information returned from an SSL test.

duration?: number

Total duration of the test in milliseconds.

Details about the failure of a Synthetic test.

finishedAt?: number

Unix timestamp (ms) of when the test finished.

id?: string

The result ID. Set to the fast test UUID because no persistent result ID exists for fast tests.

isFastRetry?: boolean

Whether this result is from an automatic fast retry.

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.

startedAt?: number

Unix timestamp (ms) of when the test started.

status?: string

Status of the test result (passed or failed).

Step results for multistep API tests.

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

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

Type declaration

  • [key: string]: any

Traceroute hop results, present for ICMP and TCP tests.

triggeredAt?: number

Unix timestamp (ms) of when the test was triggered.

tunnel?: boolean

Whether the test was run through a Synthetics tunnel.

Generated using TypeDoc