NSX-T Data Center REST API
DhcpIpPoolUsage (type) (Deprecated)
{ "deprecated": true, "id": "DhcpIpPoolUsage", "module_id": "AggSvcDhcp", "properties": { "allocated_number": { "required": false, "title": "allocated number. COULD BE INACCURATE, REFERENCE ONLY.", "type": "integer" }, "allocated_percentage": { "required": false, "title": "allocated percentage. COULD BE INACCURATE, REFERENCE ONLY.", "type": "integer" }, "consumed_number": { "description": "The consumed number is intended to display the total number of IP addresses consumed by DHCP clients. However, it may not always reflect an accurate count due to the asynchronous running DHCP data path.", "required": false, "title": "Consumed Number", "type": "integer" }, "dhcp_ip_pool_id": { "required": false, "title": "uuid of dhcp ip pool", "type": "string" }, "pool_size": { "required": false, "title": "pool size", "type": "integer" } }, "type": "object" }