A single hop along a network path.

Hierarchy

  • SyntheticsTestResultNetpathHop

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

Resolved hostname of the hop.

ipAddress?: string

IP address of the hop.

reachable?: boolean

Whether this hop was reachable.

rtt?: number

Round-trip time to this hop in milliseconds.

ttl?: number

Time-to-live value of the probe packet at this hop.

Generated using TypeDoc