Details of the outgoing request made during the test execution.

Hierarchy

  • SyntheticsTestResultRequestInfo

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
allowInsecure?: boolean

Whether insecure certificates are allowed for this request.

body?: string

Body sent with the request.

callType?: string

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

destinationService?: string

Destination service for a Network Path test.

dnsServer?: string

DNS server used to resolve the target host.

dnsServerPort?: number

Port of the DNS server used for resolution.

e2eQueries?: number

Number of end-to-end probe queries issued.

Files attached to the request.

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

Headers sent with the request.

Type declaration

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

Host targeted by the request.

maxTtl?: number

Maximum TTL for network probe packets.

message?: string

Message sent with the request (for WebSocket/TCP/UDP tests).

method?: string

HTTP method used for the request.

noSavingResponseBody?: boolean

Whether the response body was not saved.

port?: any

Port targeted by the request. Can be a number or a string variable reference.

service?: string

Service name targeted by the request (for gRPC tests).

sourceService?: string

Source service for a Network Path test.

timeout?: number

Request timeout in milliseconds.

toolName?: string

Name of the MCP tool called (MCP tests only).

tracerouteQueries?: number

Number of traceroute probe queries issued.

url?: string

URL targeted by the request.

Generated using TypeDoc