A CDN resource encountered while executing a browser step.

Hierarchy

  • SyntheticsTestResultCdnResource

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

CDN provider details inferred from response headers.

resolvedIp?: string

Resolved IP address for the CDN resource.

timestamp?: number

Unix timestamp (ms) of when the resource was fetched.

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

Timing breakdown for fetching the CDN resource.

Type declaration

  • [key: string]: any

Generated using TypeDoc