NSX-T Data Center REST API

IpBlockQuotaUsageForConsumer (type)

{
  "additionalProperties": false,
  "description": "Represents the consumption details of an IP block for a user",
  "id": "IpBlockQuotaUsageForConsumer",
  "module_id": "PolicyLimit",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "cidrs_consumed": {
      "title": "Number of CIDRs allocated to the consumer",
      "type": "int"
    },
    "consumer_path": {
      "title": "Policy path of the consumer",
      "type": "string"
    },
    "single_ips_consumed": {
      "title": "Number of single IPs allocated to the consumer",
      "type": "int"
    }
  },
  "title": "Consumption details for IP block",
  "type": "object"
}