GET
/api/allocated_vips
查询参数
住宅/移动专属区域名称
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"