v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

Migrate Static IPs between zones (Datacenter/ISP)

post/zone/ips/migrate

Request body

fromstring required

Zone which IPs will be migrated from

tostring required

Zone to which IPs will be migrated

ipsstring required

IPs to migrate

Example request

{
  "from": "zone1",
  "to": "zone2"
}

Response

OK

object required

Example response

{
  "from": "zone1",
  "to": "zone2",
  "count": 3
}