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.

deleteScheduledAction

Prev Next

概要

以前 PutScheduledUpdateGroupActionによって作成された scaling actionスケジュールを削除します。

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
autoScalingGroupName No String 最小: 1, 最大: 255 照会対象のオートスケーリンググループ名を入力
スケジュールアクション名はオートスケーリンググループ名にユニークな値なので、その値がなければグループに関係なくスケジュールアクション名が一致するスケジュールアクションを削除
scheduledActionName Yes String 最小: 1, 最大: 255 スケーリングアクションスケジュール名。スケジュール識別子の役割
指定されたオートスケーリンググループ内では一意の名前でなければならず、リクエストしたスケジュール名がある場合は、そのスケジュールを削除
responseFormatType No String - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

{AUTOSCALILNG_API_URL}/deleteScheduledAction
&scheduledActionName=sa-1

レスポンス例

<deleteScheduledActionResponse>
   <requestId>1651a986-1de3-4a03-98ad-ae8c24fa25b7</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
</deleteScheduledActionResponse>