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

API endpoint: GET /api/allocated_vips

Query Parameter

zone
string

Residential/Mobile exclusive zone name

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