NSX-T Data Center REST API

MaskBasedAllocationStatePathRequestParams (type)

{
  "additionalProperties": false,
  "description": "Query parameter for API that returns free subnets of a given size in an IpAddressBlock",
  "id": "MaskBasedAllocationStatePathRequestParams",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPSpaces",
  "properties": {
    "mask": {
      "description": "The subnet mask. For IpV4, its 0 to 32. For IpV6 its 0 to 128",
      "type": "int"
    }
  },
  "title": "Query Parameter for Free Subnets",
  "type": "object"
}