Class SyntheticsTestResultDnsResolution

DNS resolution details recorded during the test execution.

Hierarchy

  • SyntheticsTestResultDnsResolution

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

DNS resolution attempts made during the test.

resolvedIp?: string

Resolved IP address for the target host.

resolvedPort?: string

Resolved port for the target service.

server?: string

DNS server used for the resolution.

Generated using TypeDoc