getAdjustmentTypeList

Prev Next

Overview

Get configurable policy adjustment types in a list.

Request

Request parameters

Parameter name Required Type Restrictions Description
responseFormatType No String - Response result's format type
Options: xml | json
Default: xml

Response

Response body

Examples

Request example

{AUTOSCALILNG_API_URL}/getAdjustmentTypeList

Response example

<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>