{ "additionalProperties": false, "description": "Pool usage statistics in a pool.", "id": "PoolUsage", "module_id": "Ipam", "properties": { "allocated_ids": { "readonly": true, "title": "Total number of allocated IDs in a pool", "type": "integer" }, "free_ids": { "readonly": true, "title": "Total number of free IDs in a pool", "type": "integer" }, "total_ids": { "readonly": true, "title": "Total number of IDs in a pool", "type": "integer" } }, "type": "object" }