Skip to content

/AWS1/CL_ASC=>DESCRIBEAUTOSCALINGGROUPS()

About DescribeAutoScalingGroups

Gets information about the Auto Scaling groups in the account and Region.

If you specify Auto Scaling group names, the output includes information for only the specified Auto Scaling groups. If you specify filters, the output includes information for only those Auto Scaling groups that meet the filter criteria. If you do not specify group names or filters, the output includes information for all Auto Scaling groups.

This operation also returns information about instances in Auto Scaling groups. To retrieve information about the instances in a warm pool, you must call the DescribeWarmPool API.

Method Signature

IMPORTING

Optional arguments:

IT_AUTOSCALINGGROUPNAMES TYPE /AWS1/CL_ASCAUTOSCGROUPNAMES_W=>TT_AUTOSCALINGGROUPNAMES TT_AUTOSCALINGGROUPNAMES

The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

If you omit this property, all Auto Scaling groups are described.

IV_NEXTTOKEN TYPE /AWS1/ASCXMLSTRING /AWS1/ASCXMLSTRING

The token for the next set of items to return. (You received this token from a previous call.)

IV_MAXRECORDS TYPE /AWS1/ASCMAXRECORDS /AWS1/ASCMAXRECORDS

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

IT_FILTERS TYPE /AWS1/CL_ASCFILTER=>TT_FILTERS TT_FILTERS

One or more filters to limit the results based on specific tags.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ASCAUTOSCGROUPSTYPE /AWS1/CL_ASCAUTOSCGROUPSTYPE