Proxy
Refresh allocated IPs or gIPs in determined zone
post/refresh_ips
Request body
Example request
{
"ips": [
"10.0.0.0",
"10.0.0.1"
],
"vips": [
"gIP_1",
"gIP_2"
]
}Response
Successful response
Refresh allocated IPs or gIPs in determined zone
{
"ips": [
"10.0.0.0",
"10.0.0.1"
],
"vips": [
"gIP_1",
"gIP_2"
]
}Successful response