Get Nsx Ip Address Pool
Retrieve an NSX IP Address Pool by its name
NSX cluster ID
IP address pool name
Ok
{
"name": "string",
"description": "string",
"availableIpAddresses": 0,
"totalIpAddresses": 0,
"blockSubnets": [
{
"size": 0,
"gatewayAssigned": false,
"cidr": "string"
}
],
"staticSubnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"gateway": "string",
"cidr": "string"
}
]
}
Name of the IP address pool
Description of the IP address pool
The number of IP addresses available in the IP address pool
The total number of IP addresses in the IP address pool
The list of IP address pool block subnets
The list of IP address pool static subnets
IP address pool not found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -H 'Authorization: <value>' https://{api_host}/v1/nsxt-clusters/{nsxt-cluster-id}/ip-address-pools/{name}