curl "http://127.0.0.1:22999/api/allocated_vips?zone=ZONE"
{
"ips": [
"gIP_1",
"gIP_2"
]
}
curl "http://127.0.0.1:22999/api/allocated_vips?zone=ZONE"
{
"ips": [
"gIP_1",
"gIP_2"
]
}
GET
/api/allocated_vips
{
"ips": [
"gIP_1",
"gIP_2"
]
}
curl "http://127.0.0.1:22999/api/allocated_vips?zone=ZONE"
Was this page helpful?