NSX-T Data Center REST API

PingReachabilityStatistics (type)

{
  "additionalProperties": false,
  "id": "PingReachabilityStatistics",
  "properties": {
    "errors": {
      "title": "The number of packet transit errors encountered",
      "type": "integer"
    },
    "packet_loss": {
      "title": "The percentage of packets that were lost during transmission",
      "type": "number"
    },
    "packets_received": {
      "title": "The number of ICMP Echo Replies received back",
      "type": "integer"
    },
    "packets_transmitted": {
      "title": "The total number of ICMP Echo Requests that were sent",
      "type": "integer"
    },
    "round_trip_time": {
      "$ref": "StatisticsRoundTripTime"
    },
    "total_time": {
      "title": "The total time for all packets to be transmitted and\nthe replies received, in milliseconds (ms)\n",
      "type": "integer"
    }
  },
  "title": "Ping reachability result statistics",
  "type": "object"
}