NSX-T Data Center REST API

PingReachabilityResult (type)

{
  "additionalProperties": false,
  "id": "PingReachabilityResult",
  "properties": {
    "resolved_ip_address": {
      "title": "Resolved IP address of the requested destination host or IP",
      "type": "string"
    },
    "statistics": {
      "$ref": "PingReachabilityStatistics"
    },
    "status_code": {
      "title": "Status or exit code of ping test result, where non-zero\nmeans equivalent ping failure and 0 means success\n",
      "type": "integer"
    }
  },
  "title": "Ping reachability test result",
  "type": "object"
}