deleteScheduledAction
- 印刷する
- PDF
deleteScheduledAction
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
スケジュールアクションの削除
説明
以前PutScheduledUpdateGroupActionによって作成されたスケーリングアクションスケジュールを削除します。
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
autoScalingGroupName | No | String | Min : 1, Max : 255 | 照会しようとするオートスケーリンググループ名を入力します。 スケジュールアクション名はオートスケーリンググループ名でユニークな値であるため、該当する値がない場合、グループに関係なくスケジュールアクション名が同じスケジュールアクションを削除する。 |
scheduledActionName | Yes | String | Min : 1, Max : 255 | スケーリングアクションスケジュールの名称であり、スケジュールの識別子の役割をします。 指定されたオートスケーリンググループ内では、唯一の名称でなければならないし、リクエストしたスケジュール名がある場合、該当のスケジュールを削除します。 |
レスポンスデータタイプ
- CommonResponseタイプ
CommonResponse extends BaseObject |
---|
private String requestId; |
private String returnCode; |
private String returnMessage; |
例示
呼び出し
ncloud autoscaling deleteScheduledAction --autoScalingGroupName soso02 --scheduledActionName test-autoscaling-schedule
レスポンス
{
"deleteScheduledActionResponse": {
"requestId": "939d35b3-9ce9-4069-babf-cab79f591a9e",
"returnCode": "0",
"returnMessage": "success"
}
}
<?xml version="1.0" encoding="UTF-8" ?>
<deleteScheduledActionResponse>
<requestId>939d35b3-9ce9-4069-babf-cab79f591a9e</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteScheduledActionResponse>
この記事は役に立ちましたか?