Class SyntheticsTestResultTracerouteHop

A network probe result, used for traceroute hops and ping summaries.

Hierarchy

  • SyntheticsTestResultTracerouteHop

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

Target hostname.

Latency statistics for a network probe.

packetLossPercentage?: number

Percentage of probe packets lost.

packetSize?: number

Size of each probe packet in bytes.

packetsReceived?: number

Number of probe packets received.

packetsSent?: number

Number of probe packets sent.

resolvedIp?: string

Resolved IP address for the target.

List of intermediate routers for the traceroute.

Generated using TypeDoc