v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

Add Static IPs for Datacenter and ISP

post/zone/ips

Request body

customerstring required

Customer

zonestring required

Zone name

countnumber required

Number of IPs

countrystring

new IPs' country (e.g. us)

country_citystring

new IPs' city (e.g. us-chicago)

Example request

{
  "country": "us",
  "country_city": "us-chicago"
}

Response

OK

ipsstring[]
new_ipsstring[]

Example response

{
  "ips": [
    "1.1.1.1",
    "1.1.1.2",
    "1.1.1.3"
  ],
  "new_ips": [
    "1.1.1.1",
    "1.1.1.3"
  ]
}