v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

get/zone/count_available_ips

Query parameters

zonestring

name of the Zone

pool_ip_typestring

use in case you want to get the amount of ISP IPs available, the default amount for that API endpoint is data center peer IPs.

ips_typestring

type of IPs.

shared: For shared

selective: For selective

dedicated: For dedicated

countrystring

IPs location country

country_citystring

defines the city location of the IPs

cityboolean

required with country_city parameter

domain_whiteliststring

Space separated list of domains

Note: for curl the spaces should be urlencoded : d1.com%20d2.com

Response

OK

object required

Example response

{
  "count": 1234
}