curl "http://127.0.0.1:22999/api/allocated_ips?zone=ZONE"
{
"ips": [
"10.0.0.1",
"20.0.0.1"
]
}
curl "http://127.0.0.1:22999/api/allocated_ips?zone=ZONE"
{
"ips": [
"10.0.0.1",
"20.0.0.1"
]
}
GET
/api/allocated_ips
{
"ips": [
"10.0.0.1",
"20.0.0.1"
]
}
curl "http://127.0.0.1:22999/api/allocated_ips?zone=ZONE"
Was this page helpful?