Anycast Loadbalancer Destination

List

Retrieve a paginated list of Anycast Loadbalancer Destination records. Supports filtering, sorting, and search.

get/api/cp/setup/anycast-loadbalancer-destination

Query parameters

proto'default' | 'udp' | 'tcp'

Filter by Proto

state'Active' | 'Inactive' | 'Probing'

Filter by State

Response

Successful response

idinteger

Id

anycast_dispatcher_idinteger

Anycast Dispatcher Id (references anycast_dispatcher.id)

destinationstring

Destination

proto'default' | 'udp' | 'tcp'

Proto

weightinteger

Weight

priorityinteger

Priority

state'Active' | 'Inactive' | 'Probing'

State

zonestring

Zone

backup_zonestring

Backup Zone

Example response

[
  {
    "id": 12345,
    "anycast_dispatcher_id": 1,
    "destination": "example_destination",
    "proto": "default",
    "weight": 1,
    "priority": 1,
    "state": "Active",
    "zone": "example_zone",
    "backup_zone": "example_backup_zone"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.