MENU
      getAutoScalingPolicyList

        getAutoScalingPolicyList


        記事の要約

        概要

        Auto Scalingポリシー(policy)に対する説明をリストの形で受け取ります。

        リクエスト

        リクエストパラメータ

        パラメータ名必須タイプ制約事項説明
        policyNameListNoListMin : 1, Max : 255ポリシー名(識別子)リストです。
        指定されてない場合、ユーザーが保有しているすべてのポリシー情報を受け取ります。
        autoScalingGroupNameNoStringMin : 1, Max : 255照会しようとするオートスケーリンググループ名を入力します。
        pageNoNoIntegerMin:0, Max:2147483647リストを照会する時、Paginationのページ情報を入力します。
        基本値の0を入力した場合、すべてのリストを照会します。
        pageSizeNoIntegerMin:0, Max:2147483647リストを照会する時、Pagination表示される情報の個数を入力します。
        基本値の0を入力した場合、すべてのリストを照会します。

        レスポンス

        レスポンスボディ

        例示

        リクエスト例示

        {AUTOSCALILNG_API_URL}/getAutoScalingPolicyList
        ?autoScalingGroupName=asg-0602b
        &pageNo=1
        &pageSize=10
        &policyNameList.1=scale-out
        &policyNameList.2=scale-in
        HTTP

        レスポンス例示

        <getAutoScalingPolicyListResponse>
           <requestId>b3b5947c-a4fd-4104-b619-ba472665d50c</requestId>
           <returnCode>0</returnCode>
           <returnMessage>success</returnMessage>
           <totalRows>2</totalRows>
           <scalingPolicyList>
              <scalingPolicy>
                 <policyName>scale-in</policyName>
                 <autoScalingGroupName>asg-0602b</autoScalingGroupName>
                 <adjustmentType>
                    <code>CHANG</code>
                    <codeName>ChangeInCapacity</codeName>
                 </adjustmentType>
                 <scalingAdjustment>-1</scalingAdjustment>
              </scalingPolicy>
              <scalingPolicy>
                 <policyName>scale-out</policyName>
                 <autoScalingGroupName>asg-0602b</autoScalingGroupName>
                 <adjustmentType>
                    <code>PRCNT</code>
                    <codeName>PercentChangeInCapacity</codeName>
                 </adjustmentType>
                 <scalingAdjustment>50</scalingAdjustment>
                 <cooldown>600</cooldown>
                 <minAdjustmentStep>2</minAdjustmentStep>
              </scalingPolicy>
           </scalingPolicyList>
        </getAutoScalingPolicyListResponse>
        XML

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

        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.