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
assertions?: {
    [key: string]: any;
}[]

Results of each assertion evaluated during the test.

callType?: string

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

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

TLS certificate details, present for SSL tests.

Type declaration

  • [key: string]: any
duration?: number

Total duration of the test in milliseconds.

Failure details if the fast test did not pass.

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.

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

Details of the outgoing request made during the test.

Type declaration

  • [key: string]: any
resolvedIp?: string

IP address resolved for the target host.

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

Details of the response received during the test.

Type declaration

  • [key: string]: any
runType?: string

Run type indicating how this test was triggered (for example, fast).

startedAt?: number

Unix timestamp (ms) of when the test started.

status?: string

Status of the test result (passed or failed).

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

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?: {
    [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