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