NSX-T Data Center REST API
VpcAllocationStateQueryParams (type)
{
"additionalProperties": false,
"extends": {
"$ref": "AllocationStateQueryParams"
},
"id": "VpcAllocationStateQueryParams",
"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"
},
"ip_address_block_path": {
"description": "Policy path of the IpAddressBlock",
"type": "string"
}
},
"title": "VPC AllocationState common parameters",
"type": "object"
}