getAdjustmentTypeList
- Print
- PDF
getAdjustmentTypeList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Gets a list of available policy adjustment types.
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>
Was this article helpful?