Ip Pool Manager Query IP Allocations
Query IP allocations by IP pool and extension key.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case IpPoolManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"dc": {},
"poolId": 0,
"extensionKey": "string"
}
{
"dc": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"poolId": 0,
"extensionKey": "string"
}
The datacenter on which to find the pool
Required privileges: Datacenter.IpPoolQueryAllocations
The unique ID of the pool
The key of the extension
The resulting list of IpPoolManagerIpAllocation.
[
{
"_typeName": "string",
"ipAddress": "string",
"allocationId": "string"
}
]
Describes an IP allocation.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"dc":"{}","poolId":"integer","extensionKey":"string"}' https://{api_host}/sdk/vim25/{release}/IpPoolManager/{moId}/QueryIPAllocations