Extension Manager Query Extension Ip Allocation Usage

Extension Manager Query Extension Ip Allocation Usage

Query statistics about IP allocation usage, either system wide or for specified extensions.

Refer to IpPoolManager for details.

Required privileges: System.View

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/ExtensionManager/{moId}/QueryExtensionIpAllocationUsage
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 ExtensionManager/{moId}.

string
release
Required

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


Request Body
Required
{
    "extensionKeys": [
        "string"
    ]
}
array of string
extensionKeys
Optional

List of extensions whose IP allocation is being queried. If no extension keys are specified then allocation data for all registered extensions are returned.

Authentication
This operation uses the following authentication methods.
Responses
200

List of IP allocation usage.

Returns Array of ExtensionManagerIpAllocationUsage of type(s) application/json
[
    {
        "_typeName": "string",
        "extensionKey": "string",
        "numAddresses": 0
    }
]