All Products
Search
Document Center

Auto Scaling:DescribeScalingActivityDetail

Last Updated:May 16, 2024

Queries the details about a scaling activity.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ScalingActivityIdstringYes

The ID of the scaling activity that you want to query. You can call the DescribeScalingActivities operation to query the IDs of scaling activities.

asa-bp1c9djwrgxjyk31****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

B13527BF-1FBD-4334-A512-20F5E9D3FB4D
ScalingActivityIdstring

The ID of the scaling activity.

asa-bp1c9djwrgxjyk31****
Detailstring

Details of the scaling activity.

new ECS instances \"i-bp16t2cgmiiymeqv****\" are created.

Examples

Sample success responses

JSONformat

{
  "RequestId": "B13527BF-1FBD-4334-A512-20F5E9D3FB4D",
  "ScalingActivityId": "asa-bp1c9djwrgxjyk31****",
  "Detail": "new ECS instances \\\"i-bp16t2cgmiiymeqv****\\\" are created."
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history