Queries the details of a scaling activity by its ID, including the scaling activity status, error code, and error message. You can use the error message to troubleshoot issues and analyze performance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:DescribeScalingActivityDetail |
get |
*ScalingGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ScalingActivityId |
string |
Yes |
The ID of the scaling activity. You can call the DescribeScalingActivities operation to query scaling activity IDs. |
asa-bp1c9djwrgxjyk31**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
B13527BF-1FBD-4334-A512-20F5E9D3FB4D |
| ScalingActivityId |
string |
The ID of the scaling activity. |
asa-bp1c9djwrgxjyk31**** |
| Detail |
string |
The details of the scaling activity. A scaling activity result is either successful or failed. If the scaling activity is rejected, no details are returned. |
new ECS instances \"i-bp16t2cgmiiymeqv****\" are created. |
Examples
Success response
JSON format
{
"RequestId": "B13527BF-1FBD-4334-A512-20F5E9D3FB4D",
"ScalingActivityId": "asa-bp1c9djwrgxjyk31****",
"Detail": "new ECS instances \\\"i-bp16t2cgmiiymeqv****\\\" are created."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.