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
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
{
"extensionKeys": [
"string"
]
}
List of extensions whose IP allocation is being queried. If no extension keys are specified then allocation data for all registered extensions are returned.
List of IP allocation usage.
[
{
"_typeName": "string",
"extensionKey": "string",
"numAddresses": 0
}
]
This data object type contains usage information about an extension's IP allocation usage.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/sdk/vim25/{release}/ExtensionManager/{moId}/QueryExtensionIpAllocationUsage