Skip to main content

Activity Timeline

Returns the activity timeline for a load balancer, optionally filtered to a given year and month. Compared with Action Logs, each timeline entry additionally records who performed the operation (operation_performed_by, performer_type, performer_name) and whether it succeeded (status). Events include CREATE, UPDATE, RENAME, UPGRADE_PLAN, POWER_OFF, IPV6_ATTACH / IPV6_DETACH, ENABLE_ACCESS_LOGS / DISABLE_ACCESS_LOGS, ACTIVATE_BITNINJA_LICENSE / TERMINATE_BITNINJA_LICENSE, and PAUSE_ALERT / RESUME_ALERT.

GET/api/v1/appliances/load-balancer-timeline/{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

  • yearQuerystringoptional

    Filter the timeline to this calendar year.

    • optional
    • four-digit year
    example2026
  • monthQuerystringoptional

    Filter the timeline to this month (zero-padded).

    • optional
    • two-digit month, 01 to 12
    example06
  • 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