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

概要

指定された Auto Scaling Groupの scalingプロセスを保留(suspend)します。

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
autoScalingGroupName Yes String 最小: 1, 最大: 255 照会対象のオートスケーリンググループ名を入力
scalingProcessCodeList No List 最小: 1, 最大: 5 保留対象の processコードリスト
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 - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

{AUTOSCALILNG_API_URL}/suspendProcesses
?autoScalingGroupName=asg-1

レスポンス例

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