NSX-T Data Center REST API

ProjectIpAddressBlockState (type)

{
  "additionalProperties": false,
  "description": "Shows Projects and VPC subnets and their allocations statistics of an IpAddressBlock.",
  "id": "ProjectIpAddressBlockState",
  "module_id": "PolicyIpam",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "allocations": {
      "description": "This contains list of both /32 and cidr allocations",
      "items": {
        "$ref": "IpAddressBlockCidrAllocations"
      },
      "required": false,
      "title": "Details of allocations",
      "type": "array"
    },
    "path": {
      "description": "This represents policy path of the project.",
      "readonly": true,
      "title": "Policy path of the project",
      "type": "string"
    },
    "vpc_subnets": {
      "description": "This contains list of VPC subnets",
      "items": {
        "$ref": "IpAddressBlockVPCSubnets"
      },
      "required": false,
      "title": "Details of VPC subnets",
      "type": "array"
    }
  },
  "title": "Details of IpAddressBlock for Projects",
  "type": "object"
}