Action Logs
Returns a paginated audit trail of actions performed on the load balancer (configuration updates, IPv6 attach/detach, alert pause/resume, and so on). Each entry records the timestamp, event, originating client_ip, a human-readable details string, the project_name, and the created_by_user_email.
GET
/api/v1/appliances/load-balancer-actionlog/{lb_id}/Path parameters
lb_idPathintegerrequiredThe
idof the load balancer, as returned by the List Load Balancers endpoint.- required
- must be a valid load balancer (appliance) ID
example12345
Query parameters
page_noQueryintegeroptional1-based page number to retrieve.
- optional
- positive integer
example1per_pageQueryintegeroptionalNumber of log entries to return per page.
- optional
- positive integer
example5project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion of the load balancer.
- must be a non-empty string
example{{location}}
Responses
200Successful response
example
200example
Successexample
5example
23