Skip to content

/AWS1/CL_ASC=>DESCRIBEINSTANCEREFRESHES()

About DescribeInstanceRefreshes

Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks.

This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes.

To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.

Method Signature

IMPORTING

Required arguments:

IV_AUTOSCALINGGROUPNAME TYPE /AWS1/ASCXMLSTRINGMAXLEN255 /AWS1/ASCXMLSTRINGMAXLEN255

The name of the Auto Scaling group.

Optional arguments:

IT_INSTANCEREFRESHIDS TYPE /AWS1/CL_ASCINSTREFRESHIDS_W=>TT_INSTANCEREFRESHIDS TT_INSTANCEREFRESHIDS

One or more instance refresh IDs.

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ASCDSCINSTREFRESHES01 /AWS1/CL_ASCDSCINSTREFRESHES01