ApplianceLatencyDataItem

ApplianceLatencyDataItem
ApplianceLatencyDataItem

Describes appliance latency data in detail.

JSON Example
{
    "destination_node_id": "string",
    "destination_node_ip": "string",
    "destination_node_name": "string",
    "packet_loss_percent": "string",
    "packet_received": 0,
    "packet_transmitted": 0,
    "rtt_avg": "number",
    "rtt_max": "number",
    "rtt_mdev": "number",
    "rtt_min": "number",
    "source_node_ip": "string",
    "status": "string",
    "total_time": 0
}
string
destination_node_id
Optional

Display the appliance node id.

string
destination_node_ip
Optional

Display the appliance node ip.

string
destination_node_name
Optional

Display the appliance node name.

string
packet_loss_percent
Optional

Display the percentage of lost packet.

integer As int64 As int64
packet_received
Optional

Display the received packets.

integer As int64 As int64
packet_transmitted
Optional

Display the transmitted packets in Ping

number
rtt_avg
Optional

Display the average Round Trip Time in milliseconds.

number
rtt_max
Optional

Display the max Round Trip Time in milliseconds.

number
rtt_mdev
Optional

Display the mean Round Trip Time in milliseconds.

number
rtt_min
Optional

Display the min Round Trip Time in milliseconds.

string
source_node_ip
Optional

Display the appliance node ip.

string
status
Optional

Display the connection status between source node and destination node.

Possible values are : UP, DOWN,
integer As int64 As int64
total_time
Optional

Display the total time of sending and receiving packets in milliseconds.