deleteAutoScalingGroup
    • PDF

    deleteAutoScalingGroup

    • PDF

    Article Summary

    概要

    オートスケーリンググループの削除

    説明

    指定されたオートスケーリンググループを削除します。グループ所属のサーバインスタンスがない場合、そして、 スケーリングアクションがなにも進行中でない場合のみに可能です。

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    autoScalingGroupNameYesStringMin : 1, Max : 255削除されるオートスケーリンググループ名を入力します。

    レスポンスデータタイプ

    • CommonResponseタイプ
    CommonResponse extends BaseObject
    private String requestId;
    private String returnCode;
    private String returnMessage;

    例示

    呼び出し

    ncloud autoscaling deleteAutoScalingGroup --autoScalingGroupName test01
    

    レスポンス

    {
      "deleteAutoScalingGroupResponse": {
        "requestId": "6343f27a-8fd5-4de4-ac07-5a088c21ea3d",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteAutoScalingGroupResponse>
      <requestId>6343f27a-8fd5-4de4-ac07-5a088c21ea3d</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteAutoScalingGroupResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.