Class SyntheticsTestResultResponseInfo

Details of the response received during the test execution.

Hierarchy

  • SyntheticsTestResultResponseInfo

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
body?: string

Body of the response.

bodyCompressed?: string

Compressed representation of the response body.

bodyHashes?: string

Hashes computed over the response body.

bodySize?: number

Size of the response body in bytes.

cacheHeaders?: {
    [key: string]: string;
}

Cache-related response headers.

Type declaration

  • [key: string]: string

CDN provider details inferred from response headers.

WebSocket close frame information for WebSocket test responses.

compressedMessage?: string

Compressed representation of the response message.

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

Response headers.

Type declaration

  • [key: string]: any

Health check information returned from a gRPC health check call.

httpVersion?: string

HTTP version of the response.

isBodyTruncated?: boolean

Whether the response body was truncated.

isMessageTruncated?: boolean

Whether the response message was truncated.

message?: string

Message received in the response (for WebSocket/TCP/UDP tests).

metadata?: {
    [key: string]: string;
}

Additional metadata returned with the response.

Type declaration

  • [key: string]: string

DNS records returned in the response (DNS tests only).

Redirect hops encountered while performing the request.

statusCode?: number

HTTP status code of the response.

Generated using TypeDoc