Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

resumeProcesses

Prev Next

Overview

Resume the scaling process for the specified Auto Scaling Group.

Request

Request parameters

Parameter name Required Type Restrictions Description
autoScalingGroupName Yes String Min: 1, Max: 255 Enter the name of the auto scaling group you want to query.
scalingProcessCodeList No List Min: 1, Max: 5 List of process codes to be resumed
LANCH(LAUNCH)
TERMT(TERMINATE)
HTHCK(HEALTH_CHECK)
RPUNH(RELACE_UNHEALTHY)
ZNRBL(ZONE_REBALANCE)
SCACT(SCHEDULED_ACTIONS)
ADTLB(ADD_TO_LOAD_BALANCER)
ALMNO(ALARM_NOTIFICATION)
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

Response

Response body

Examples

Request example

{AUTOSCALILNG_API_URL}/resumeProcesses
?autoScalingGroupName=asg-1

Response example

<resumeProcessesResponse>
   <requestId>c9c75402-73f6-4980-8131-f6b866de5477</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
</resumeProcessesResponse>