NSX-T Data Center REST API

CidrUsageDetails (type)

{
  "additionalProperties": false,
  "description": "Represents used and available IP statistics for CIDRs in an Ip Address Block",
  "id": "CidrUsageDetails",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPSpaces",
  "properties": {
    "available_ip_ranges": {
      "description": "Represents free IP ranges in the CIDR",
      "items": {
        "type": "string"
      },
      "title": "Available IP ranges",
      "type": "array"
    },
    "available_ips_count": {
      "description": "Represents free IP count in the CIDR",
      "title": "Available IPs count",
      "type": "string"
    },
    "cidr": {
      "description": "This is one of the CIDR from CidrList in IpAddressBlock.",
      "title": "CIDR in IPAddressBlock CidrList",
      "type": "string"
    },
    "overall_used_ip_ranges": {
      "description": "Represent the overall IP ranges allocated from the CIDR, not limited to the user's scope",
      "items": {
        "type": "string"
      },
      "title": "Overall used IP ranges",
      "type": "array"
    },
    "overall_used_ips_count": {
      "description": "Represent the overall IP count allocated from the CIDR, not limited to the user's scope",
      "title": "Overall used IP count",
      "type": "string"
    },
    "used_ip_ranges": {
      "description": "Represents IP ranges that are allocated from the CIDR in the user's scope",
      "items": {
        "type": "string"
      },
      "title": "Scoped used IP ranges",
      "type": "array"
    },
    "used_ips_count": {
      "description": "Represents IP count that are allocated from the CIDR in the user's scope",
      "title": "Scoped used IP count",
      "type": "string"
    }
  },
  "title": "CIDR list usage statistics",
  "type": "object"
}