Validate Ip Pool
Show optional properties
{
"ipAddressPoolSpec": {
"name": "string"
}
}
{
"ipAddressPoolSpec": {
"name": "string",
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"subnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"cidr": "string",
"gateway": "string"
}
]
},
"nsxtClusterId": "string"
}
This specification contains the parameters required to create or reuse an IP address pool.
nsxtClusterId
OK
"Validation Object"
ID of the validation
Description of the validation
Execution status of the validation. One among: IN_PROGRESS, FAILED, COMPLETED, UNKNOWN, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS
Result status of the validation after it has completed its execution. One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, UNKNOWN, CANCELLATION_IN_PROGRESS
List of one or more validation checks that are performed as part of the validation
additionalProperties
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"ipAddressPoolSpec:"object"}' https://{api_host}/v1/nsxt-clusters/ip-address-pools/validations