v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

post/zone/ips/refresh

Request body

zonestring required

Zone name

vipsstring[]

IPs to refresh

Note: If refresh is needed for all allocated IPs, then vips parameter should be omitted.

Note: Only works for Dedicated Residential IPs

ipsstring[]

IPs to refresh

Note: If refresh is needed for all allocated IPs, then ips parameter should be omitted

countrystring

new IPs' country (e.g. us)

country_citystring

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

Example request

{
  "zone": "zone1",
  "vips": [
    "vip1",
    "vip2"
  ],
  "ips": [
    "ip1",
    "ip2"
  ]
}

Response

OK

object required

Example response

{
  "vips": [
    {
      "vip": "tr_9121_07_antalya_10",
      "country": "tr"
    },
    {
      "vip": "tr_9121_07_antalya_17",
      "country": "tr"
    }
  ]
}