Zones IPs
Refresh zone IPs
Refreshes (replaces with a new IP) one or more IPs from a datacenter
zone. Only valid when ip_type
is reserved
.
PUT
/
zones
/
{zone_id}
/
ips
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
zone_id
string
requiredThe ID of the zone to refresh IPs from.
Maximum length:
8
Body
application/json
ips
string[]
An array of strings containing the IPs from the zone you wish to refresh.
Response
200 - application/json
status
enum<string>
Available options:
ok
refreshed_ips
string[]
An array of IPs that were refreshed.