NSX-T Data Center REST API
AllocationStateQueryParams (type)
{
"additionalProperties": false,
"id": "AllocationStateQueryParams",
"module_id": "PolicyIpam",
"nsx_feature": "IPSpaces",
"properties": {
"cidr": {
"description": "CIDR allocated from the IpAddressBlock",
"type": "string"
},
"include_workload_details": {
"default": false,
"description": "If set to true, and if the allocated CIDR is being used by a VM, the API will return details about the VM.",
"title": "Filter details by Workload VM",
"type": "boolean"
}
},
"title": "AllocationState common parameters",
"type": "object"
}