Migrate Static IPs between zones (Datacenter/ISP)
post/zone/ips/migrate
Request body
Example request
{
"from": "zone1",
"to": "zone2"
}Response
OK
object required
Example response
{
"from": "zone1",
"to": "zone2",
"count": 3
}Migrate Static IPs between zones (Datacenter/ISP)
{
"from": "zone1",
"to": "zone2"
}OK
{
"from": "zone1",
"to": "zone2",
"count": 3
}