NSX-T Data Center REST API
ListDhcpManagedPortAllocations (type)
{
"additionalProperties": false,
"description": "List of allocate IP state of each DHCP-managed VPC subnet port.",
"id": "ListDhcpManagedPortAllocations",
"module_id": "PolicyVpcSubnetStatistics",
"nsx_feature": "DDHCPOptimizations",
"properties": {
"ports": {
"items": {
"$ref": "AllocationDetails"
},
"required": true,
"type": "array"
}
},
"title": "List dhcp managed port allocations.",
"type": "object"
}