Anycast Loadbalancer Destination

Read

Retrieve a single Anycast Loadbalancer Destination record by ID.

get/api/cp/setup/anycast-loadbalancer-destination/{id}

Path parameters

idinteger required

Id identifier

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.