개요
설정 가능한 정책(policy) 조정 유형들을 리스트 형태로 받습니다.
요청
요청 파라미터
| 파라미터 명 | 필수 여부 | 타입 | 제약사항 | 설명 | 
|---|---|---|---|---|
| responseFormatType | No | String | - 응답 결과의 포맷 타입 Options : xml | json Default : 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>