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.

suspendProcesses

Prev Next

Overview

Suspend 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 suspended
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}/suspendProcesses
?autoScalingGroupName=asg-1

Response example

<suspendProcessesResponse>
   <requestId>61964cd5-e29d-4d38-b0c8-5e5009c66b7b</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
</suspendProcessesResponse>