Network Path test result capturing the path between source and destination.

Hierarchy

  • SyntheticsTestResultNetpath

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

Destination endpoint of a network path measurement.

Hops along the network path.

origin?: string

Origin of the network path (for example, probe source).

pathtraceId?: string

Identifier of the path trace.

protocol?: string

Protocol used for the path trace (for example, tcp, udp, icmp).

Source endpoint of a network path measurement.

tags?: string[]

Tags associated with the network path measurement.

timestamp?: number

Unix timestamp (ms) of the network path measurement.

Generated using TypeDoc