getAdjustmentTypeList

Prev Next

概要

設定可能なポリシー(policy)調整タイプをリスト形式で取得します。

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
responseFormatType No String - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

{AUTOSCALILNG_API_URL}/getAdjustmentTypeList

レスポンス例

<getAutoScalingPolicyListResponse>
   <requestId>9fc03056-b3c4-40c0-b52d-8538c1df8b9b</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
   <totalRows>3</totalRows>
   <adjustmentTypeList>
      <adjustmentType>
         <code>CHANG</code>
         <codeName>ChangeInCapacity</codeName>
      </adjustmentType>
      <adjustmentType>
         <code>EXACT</code>
         <codeName>ExactCapacity</codeName>
      </adjustmentType>
      <adjustmentType>
         <code>PRCNT</code>
         <codeName>PercentChangeInCapacity</codeName>
      </adjustmentType>
   </adjustmentTypeList>
</getAutoScalingPolicyListResponse>