Ip Pool Manager Release Ip Allocation
Releases an IP allocation back to it's IP pool.
Attempting to release an IP allocation that is not allocated from the specified IP pool with the specified allocation ID silently fails. This makes it possible to release IP allocations idempotently.
All IP addresses allocated by an extension are automatically released if the extension is unregistered from vCenter.
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 8.0.2.0 APIs.
{
"dc": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"poolId": 0,
"allocationId": "string"
}
The unique ID of the pool
The unique ID for this allocation
No Content