Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional assertionsResults of each assertion evaluated during the test.
Optional callgRPC call type (for example, unary, healthCheck, or reflection).
Optional certTLS certificate details, present for SSL tests.
Optional durationTotal duration of the test in milliseconds.
Optional failureFailure details if the fast test did not pass.
Optional finishedUnix timestamp (ms) of when the test finished.
Optional idThe result ID. Set to the fast test UUID because no persistent result ID exists for fast tests.
Optional isWhether this result is from an automatic fast retry.
Optional requestDetails of the outgoing request made during the test.
Optional resolvedIP address resolved for the target host.
Optional responseDetails of the response received during the test.
Optional runRun type indicating how this test was triggered (for example, fast).
Optional startedUnix timestamp (ms) of when the test started.
Optional statusStatus of the test result (passed or failed).
Optional stepsStep results for multistep API tests.
Optional timingsTiming breakdown of the test request phases (for example, DNS, TCP, TLS, first byte).
Optional tracerouteTraceroute hop results, present for ICMP and TCP tests.
Optional triggeredUnix timestamp (ms) of when the test was triggered.
Optional tunnelWhether the test was run through a Synthetics tunnel.
Generated using TypeDoc
Detailed result data for the fast test run. The exact shape of nested fields (
request,response,assertions, etc.) depends on the test subtype.