Describe Scaling Activities
GET {{aws_auto_scaling_api_base_url}}/?ActivityIds.member.N&AutoScalingGroupName&MaxRecords&NextToken&Action=DescribeScalingActivities
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ActivityIds.member.N | null | The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group. | |
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
MaxRecords | null | The maximum number of items to return with this call. The default value is 100 and the maximum value is 100. | |
NextToken | null | The token for the next set of items to return. (You received this token from a previous call.) | |
Action | string |