Gets information about the scaling activities in the account and Region
Source:R/autoscaling_operations.R
autoscaling_describe_scaling_activities.RdGets information about the scaling activities in the account and Region.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_scaling_activities/ for full documentation.
Usage
autoscaling_describe_scaling_activities(
ActivityIds = NULL,
AutoScalingGroupName = NULL,
IncludeDeletedGroups = NULL,
MaxRecords = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- ActivityIds
The activity IDs of the desired scaling activities. If unknown activity IDs are requested, they are ignored with no error. Only activities started within the last six weeks can be returned regardless of the activity IDs specified. If other filters are specified with the request, only results matching all filter criteria can be returned.
Array Members: Maximum number of 50 IDs.
- AutoScalingGroupName
The name of the Auto Scaling group.
Omitting this property performs an account-wide operation, which can result in slower or timed-out requests.
- IncludeDeletedGroups
Indicates whether to include scaling activity from deleted Auto Scaling groups.
- MaxRecords
The maximum number of items to return with this call. The default value is
100and the maximum value is100.- NextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Filters
One or more filters to limit the results based on specific criteria. The following filters are supported:
StartTimeLowerBound- The earliest scaling activities to return based on the activity start time. Scaling activities with a start time earlier than this value are not included in the results. Only activities started within the last six weeks can be returned regardless of the value specified.StartTimeUpperBound- The latest scaling activities to return based on the activity start time. Scaling activities with a start time later than this value are not included in the results. Only activities started within the last six weeks can be returned regardless of the value specified.Status- TheStatusCodevalue of the scaling activity. This filter can only be used in combination with theAutoScalingGroupNameparameter. For validStatusCodevalues, see Activity in the Amazon EC2 Auto Scaling API Reference.
StartTimeLowerBoundandStartTimeUpperBoundaccept ISO 8601 formatted timestamps. Timestamps without a timezone offset are assumed to be UTC.2000-01-18T08:15:00Z2000-01-18T16:15:00+08:00