Skip to main content

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_idPathintegerrequired

    The id of the load balancer, as returned by the List Load Balancers endpoint.

    • required
    • must be a valid load balancer (appliance) ID
    example12345

Query parameters

  • page_noQueryintegeroptional

    1-based page number to retrieve.

    • optional
    • positive integer
    example1
  • per_pageQueryintegeroptional

    Number of log entries to return per page.

    • optional
    • positive integer
    example5
  • project_idQueryintegerrequired

    Identifier of the project to scope the request to. Required integer project ID.

    • required
    • must be a valid integer project ID
    example{{project_id}}
  • apikeyQuerystringrequired

    API key used to authenticate the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringrequired

    Region of the load balancer.

    • must be a non-empty string
    example{{location}}

Responses

200Successful response
object
codeinteger
example200
dataarray
errorsobject
messagestring
exampleSuccess
total_page_numberinteger
example5
total_countinteger
example23