Skip to main content

Get Autoscaling Activity Logs

Returns the autoscaling activity log for the group - the chronological record of state transitions and scale up/down events (for example Role web scaling up from 2 to 3 nodes, New state: SCALING), each with a created_at timestamp.

GET/api/v1/scaler/scalegroups/logs/{scaler_id}

Path parameters

  • scaler_idPathintegerrequired

    The id of the auto scaling group, as returned by List.

    • required
    • must be a valid auto scaling group ID
    example12345

Query parameters

  • 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 group.

    • required
    • must be a valid region name (e.g., Delhi, Chennai)
    example{{location}}

Responses

200Successful response
object

Autoscaling activity log entries (state transitions and scale events).

codeinteger
example200
dataarray
errorsobject
messagestring
exampleSuccess