Share via


ConnectivityInformationOutput interface

Information on the connectivity status.

Properties

avgLatencyInMs

Average latency in milliseconds.

connectionStatus

The connection status.

hops

List of hops between the source and the destination.

maxLatencyInMs

Maximum latency in milliseconds.

minLatencyInMs

Minimum latency in milliseconds.

probesFailed

Number of failed probes.

probesSent

Total number of probes sent.

Property Details

avgLatencyInMs

Average latency in milliseconds.

avgLatencyInMs?: number

Property Value

number

connectionStatus

The connection status.

connectionStatus?: "Connected" | "Disconnected" | "Unknown" | "Degraded"

Property Value

"Connected" | "Disconnected" | "Unknown" | "Degraded"

hops

List of hops between the source and the destination.

hops?: ConnectivityHopOutput[]

Property Value

maxLatencyInMs

Maximum latency in milliseconds.

maxLatencyInMs?: number

Property Value

number

minLatencyInMs

Minimum latency in milliseconds.

minLatencyInMs?: number

Property Value

number

probesFailed

Number of failed probes.

probesFailed?: number

Property Value

number

probesSent

Total number of probes sent.

probesSent?: number

Property Value

number