getAdjustmentTypeList
    • PDF

    getAdjustmentTypeList

    • PDF

    Article Summary

    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?

    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.