ConnectivityValidationInput
ConnectivityValidationInput
JSON Example
{
"id": "string",
"value": "string",
"label": "string"
}
string
id
Optional
input value type, i.e. HOSTNAME_OR_IP, HOST_IP, HOSTNAME. Accept FQDN or IP address as input value when id = HOSTNAME_OR_IP, accept FQDN ONLY when id = HOSTNAME, accept IP address ONLY when id = HOST_IP.
Possible values are : HOSTNAME, HOST_IP, HOSTNAME_OR_IP,
string
value
Optional
the FQDN or IP address to run the test against, use #primary-dns or #secondary-dns as the on-prem primary/secondary DNS server IP.
string
label
Optional
(Optional, for UI display only) input value label.