NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PingReachabilityStatistics (schema)
Ping reachability result statistics
| Name | Description | Type | Notes |
|---|---|---|---|
| errors | The number of packet transit errors encountered | integer | |
| packet_loss | The percentage of packets that were lost during transmission | number | |
| packets_received | The number of ICMP Echo Replies received back | integer | |
| packets_transmitted | The total number of ICMP Echo Requests that were sent | integer | |
| round_trip_time | StatisticsRoundTripTime | ||
| total_time | The total time for all packets to be transmitted and the replies received, in milliseconds (ms) | integer |