ConnectivityInformationOutput interface
Information on the connectivity status.
Properties
| avg |
Average latency in milliseconds. |
| connection |
The connection status. |
| hops | List of hops between the source and the destination. |
| max |
Maximum latency in milliseconds. |
| min |
Minimum latency in milliseconds. |
| probes |
Number of failed probes. |
| probes |
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