NSX-T Data Center REST API
PingReachabilityRequest (type)
{
"additionalProperties": false,
"id": "PingReachabilityRequest",
"properties": {
"count": {
"default": 4,
"title": "perform ping test for <count> replies",
"type": "int"
},
"destination": {
"required": true,
"title": "valid IPv4 or IPv6 or hostname for ping test",
"type": "string"
},
"force_ipv6": {
"default": false,
"title": "by default hostname will be tested with IPv4 ping utility,\nthis behaviour can be overriden by enabling this property,\nsuch that when force_ipv6 is true, hostname will be tested\nwith IPv6 ping utility\n",
"type": "boolean"
}
},
"title": "Ping reachability test request",
"type": "object"
}