Queries the details of a scaling activity.
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 that you want to query. You can call DescribeScalingActivities to query scaling activity IDs. |
asa-bp1c9djwrgxjyk31**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B13527BF-1FBD-4334-A512-20F5E9D3FB4D |
| ScalingActivityId |
string |
The ID of the scaling activity. |
asa-bp1c9djwrgxjyk31**** |
| Detail |
string |
The details of the scaling activity, including whether the scaling activity succeeded or failed. This parameter is not returned when the scaling activity is in the reject state. |
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.