Ip Pool Manager Release Ip Allocation

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.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/IpPoolManager/{moId}/ReleaseIpAllocation
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Request Body
ReleaseIpAllocationRequestType of type(s) application/json
Required
{
    "dc": {
        "type": "string",
        "value": "string"
    },
    "poolId": 0,
    "allocationId": "string"
}
dc
Required

Reference to an instance of the Datacenter managed object.

integer As int32 As int32
poolId
Required

The unique ID of the pool

string
allocationId
Required

The unique ID for this allocation

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure