/AWS1/CL_ASC=>DESCRIBESCALINGACTIVITIES()
¶
About DescribeScalingActivities¶
Gets information about the scaling activities in the account and Region.
When scaling events occur, you see a record of the scaling activity in the scaling activities. For more information, see Verify a scaling activity for an Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
If the scaling event succeeds, the value of the StatusCode
element in the
response is Successful
. If an attempt to launch instances failed, the
StatusCode
value is Failed
or Cancelled
and
the StatusMessage
element in the response indicates the cause of the
failure. For help interpreting the StatusMessage
, see Troubleshooting Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IT_ACTIVITYIDS
TYPE /AWS1/CL_ASCACTIVITYIDS_W=>TT_ACTIVITYIDS
TT_ACTIVITYIDS
¶
The activity IDs of the desired scaling activities. If you omit this property, 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.
Array Members: Maximum number of 50 IDs.
IV_AUTOSCALINGGROUPNAME
TYPE /AWS1/ASCXMLSTRINGMAXLEN255
/AWS1/ASCXMLSTRINGMAXLEN255
¶
The name of the Auto Scaling group.
IV_INCLUDEDELETEDGROUPS
TYPE /AWS1/ASCINCLUDEDELETEDGROUPS
/AWS1/ASCINCLUDEDELETEDGROUPS
¶
Indicates whether to include scaling activity from deleted Auto Scaling groups.
IV_MAXRECORDS
TYPE /AWS1/ASCMAXRECORDS
/AWS1/ASCMAXRECORDS
¶
The maximum number of items to return with this call. The default value is
100
and the maximum value is100
.
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.)
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_ASCACTIVITIESTYPE
/AWS1/CL_ASCACTIVITIESTYPE
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC