suspendProcesses
- Print
- PDF
suspendProcesses
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Suspends scaling processes for the specified Auto Scaling group.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
autoScalingGroupName | Y | String | Min: 1, Max: 255 | Name of the Auto Scaling group to get |
scalingProcessCodeList | N | List | Min: 1, Max: 5 | List of process codes to suspendLANCH (LAUNCH) TERMT (TERMINATE) HTHCK (HEALTH_CHECK) RPUNH (RELACE_UNHEALTHY) ZNRBL (ZONE_REBALANCE) SCACT (SCHEDULED_ACTIONS) ADTLB (ADD_TO_LOAD_BALANCER) ALMNO (ALARM_NOTIFICATION) |
Response
Response body
Examples
Request example
{AUTOSCALILNG_API_URL}/suspendProcesses
?autoScalingGroupName=asg-1
Response example
<suspendProcessesResponse>
<requestId>61964cd5-e29d-4d38-b0c8-5e5009c66b7b</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</suspendProcessesResponse>
Was this article helpful?