NSX-T Data Center REST API

RangeUsageDetails (type)

{
  "additionalProperties": false,
  "description": "Represents used and available IP statistics for IP Ranges in an Ip Address Block",
  "id": "RangeUsageDetails",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPSpaces",
  "properties": {
    "available_ip_ranges": {
      "description": "Represents free IP ranges in the IP RangeList",
      "items": {
        "type": "string"
      },
      "title": "Available IP ranges",
      "type": "array"
    },
    "available_ips_count": {
      "description": "Represents free IP count in the IP RangeList",
      "title": "Available IPs count",
      "type": "string"
    },
    "overall_used_ip_ranges": {
      "description": "Represent the overall IP ranges allocated from the IP Ranges, 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 IP Ranges, not limited to the user's scope",
      "title": "Overall Used IPs count",
      "type": "string"
    },
    "range": {
      "description": "This is one of the IP range from RangeList in IpAddressBlock.",
      "title": "IP range from IpAddressBlock",
      "type": "string"
    },
    "used_ip_ranges": {
      "description": "Represents IP ranges that are allocated from the IP Range 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 IP Range in the user's scope",
      "title": "Scoped used IP count",
      "type": "string"
    }
  },
  "title": "Usage statistics of IP Range",
  "type": "object"
}