Get Audit Activity Timeline
Returns the audited user-action timeline for the group for a given month - who performed which management action (START, STOP, RESIZE, ATTACH_SG, ATTACH_VPC, ATTACH_PUBLIC_IP, UPDATE_POLICY, LAUNCH, and so on), when, from which client IP, and whether it succeeded. Filter with the required year and month query parameters.
GET
/api/v1/scaler/scalegroups/timeline/{scaler_id}/Path parameters
scaler_idPathintegerrequiredThe
idof the auto scaling group, as returned by List.- required
- must be a valid auto scaling group ID
example12345
Query parameters
yearQueryintegerrequiredFour-digit year to filter the timeline by.
- required
- four-digit year
example2026monthQueryintegerrequiredMonth (1-12) to filter the timeline by.
- required
- integer between 1 and 12
example6project_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 group.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Responses
200Successful response
Audited user-action timeline for the group for the requested month.
example
200example
Success