NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PingReachabilityRequest (schema)
Ping reachability test request
| Name | Description | Type | Notes |
|---|---|---|---|
| count | perform ping test for |
int | Default: "4" |
| destination | valid IPv4 or IPv6 or hostname for ping test | string | Required |
| force_ipv6 | by default hostname will be tested with IPv4 ping utility, this behaviour can be overriden by enabling this property, such that when force_ipv6 is true, hostname will be tested with IPv6 ping utility | boolean | Default: "False" |