Describe Policies
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&MaxRecords&NextToken&PolicyNames.member.N&PolicyTypes.member.N&Action=DescribePolicies
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
MaxRecords | null | The maximum number of items to be returned with each call. The default value is 50 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.) | |
PolicyNames.member.N | null | The names of one or more policies. If you omit this parameter, all policies are described. If a group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error. | |
PolicyTypes.member.N | null | One or more policy types. The valid values are SimpleScaling, StepScaling, and TargetTrackingScaling. | |
Action | string |