Anycast Loadbalancer
List
Retrieve a paginated list of Anycast Loadbalancer records. Supports filtering, sorting, and search.
get/api/cp/setup/anycast-loadbalancer
Query parameters
insertion'stateless' | 'transactional' | 'dialog'
Filter by Insertion
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"ip": "192.168.1.1",
"cost": 99.99,
"uac_test": "example_uac_test",
"alg": 1,
"cps": 123,
"created_on": "2025-01-17T10:30:00Z",
"internal_only": 1,
"validate": "example_validate",
"compress_in": "example_compress_in",
"compress_out": "example_compress_out",
"insertion": "stateless",
"flags": "example_flags",
"primary_attempts": 1,
"secondary_attempts": 1
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.