[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf

Get NSX-T IP Address Pools

Description

Get the NSX-T IP address pools

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/nsxt-clusters/{nsxt-cluster-id}/ip-address-pools
Copy

Path Parameters

Path Parameters

string
nsxt-cluster-id Required

NSX-T cluster ID


Response

Response

Response Body

Response Body

200 OK

Returns NsxtIpAddressPool of type(s) application/json
{
	"availableIpAddresses": 0,
	"blockSubnets": [
		{
			"cidr": "string",
			"gatewayAssigned": false,
			"size": 0
		}
	],
	"description": "string",
	"name": "string",
	"staticSubnets": [
		{
			"cidr": "string",
			"gateway": "string",
			"ipAddressPoolRanges": [
				{
					"end": "string",
					"start": "string"
				}
			]
		}
	],
	"totalIpAddresses": 0
}
integer as int32
availableIpAddresses Optional

The number of IP addresses available in the IP address pool


blockSubnets Optional

The list of IP address pool block subnets


string
description Optional

Description of the IP address pool


string
name Optional

Name of the IP address pool


staticSubnets Optional

The list of IP address pool static subnets


integer as int32
totalIpAddresses Optional

The total number of IP addresses in the IP address pool

Errors

Errors

Error
404

IP address pools not found


Error
500

InternalServerError

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/nsxt-clusters/{nsxt-cluster-id}/ip-address-pools


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Feedback

Was this page helpful?