Anycast Loadbalancer Destination
Update
Update an existing Anycast Loadbalancer Destination record by ID.
put/api/cp/setup/anycast-loadbalancer-destination/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"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"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.