Resumes the suspended processes in a scaling group.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ResumeProcesses

The operation that you want to perform. Set the value to ResumeProcesses.

ScalingGroupId String Yes asg-bp15oubotmrq11xe****

The ID of the scaling group.

ClientToken String No 123e4567-e89b-12d3-a456-42665544****

The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.

RegionId String No cn-qingdao

The ID of the region where the scaling group resides.

Process.N String Yes ScaleIn

The type of process N that you want to resume. Valid values of N: 1 to 100.

Valid values:

  • ScaleIn
  • ScaleOut
  • HealthCheck
  • AlarmNotification
  • ScheduledAction

You can resume the preceding types of scaling processes. If you specify more than five types, the system removes the duplicate types.

Response parameters

Parameter Type Example Description
RequestId String E38EB733-D714-4658-8A5F-0688AB680414

The ID of the request.

Examples

Sample request

http(s)://ess.aliyuncs.com/?Action=ResumeProcesses
&ScalingGroupId=asg-bp15oubotmrq11xe****
&ClientToken=123e4567-e89b-12d3-a456-42665544****
&Process=["ScaleIn"]
&RegionId=cn-qingdao
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ResumeProcessesResponse>
    <RequestId>E38EB733-D714-4658-8A5F-0688AB680414</RequestId>
</ResumeProcessesResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "E38EB733-D714-4658-8A5F-0688AB680414"
}

Error codes

For a list of error codes, visit the API Error Center.

HTTP status code

Error code

Error message

Description

404

InvalidScalingGroupId.NotFound

The specified scaling group does not exist.

The error message returned because the specified scaling group does not exist within the current account.

400

InvalidParameter

The specified value of parameter "%s" is not valid.

The error message returned because the specified parameter is invalid.