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
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.