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.
/api/v1/appliances/load-balancer-timeline/{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
yearQuerystringoptionalFilter the timeline to this calendar year.
- optional
- four-digit year
example2026monthQuerystringoptionalFilter the timeline to this month (zero-padded).
- optional
- two-digit month, 01 to 12
example06project_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
200Success