NSX-T Data Center REST API

IpAddressBlockCidrAllocations (type)

{
  "additionalProperties": false,
  "description": "This contains details of allocations.",
  "id": "IpAddressBlockCidrAllocations",
  "module_id": "PolicyIpam",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "allocation_time": {
      "description": "Time of allocation in milliseconds since epoch.",
      "title": "Time of allocation",
      "type": "integer"
    },
    "cidr": {
      "description": "This represents allocated cidr.",
      "readonly": true,
      "title": "cidr of allocation",
      "type": "string"
    }
  },
  "title": "Details of allocations",
  "type": "object"
}