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

idinteger

Id

account_idinteger

Account Id (references account.id)

ipstring ipv4

Ip

costnumber

Cost

uac_teststring

Uac Test

alginteger

Alg

cpsinteger

Cps

created_onstring date-time

Created On

internal_onlyinteger

Internal Only

validatestring

Validate

compress_instring

Compress In

compress_outstring

Compress Out

insertion'stateless' | 'transactional' | 'dialog'

Insertion

flagsstring

Flags

primary_attemptsinteger

Primary Attempts

secondary_attemptsinteger

Secondary Attempts

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.