getAutoScalingConfigurationLogList
    • PDF

    getAutoScalingConfigurationLogList

    • PDF

    Article Summary

    Overview

    Gets all configuration logs for the past 6 weeks. The latest configuration numbers will be shown on the top of the list.
    You can specify each page size (the number of items) and page number.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    configurationNoListNListMin: 1, Max: 255If a launch configuration number is not specified, all launch configurations created in the account are displayed.
    If a launch configuration number is specified, only the specified launch information is displayed.
    autoScalingGroupNameNStringMin: 1, Max: 255Name of the Auto Scaling group to get
    pageNoNIntegerMin: 0, Max: 2147483647Page number for pagination
    If it is set to 0 by default, all items are displayed.
    pageSizeNIntegerMin: 0, Max: 2147483647Number of items to be shown per page.
    If it is set to 0 by default, all items are displayed.

    Response

    Response body

    Examples

    Request example

    {AUTOSCALILNG_API_URL}/getAutoScalingConfigurationLogList
    ?configurationNoList.1= 6798
    

    Response example

    <getAutoScalingConfigurationLogListResponse>
       <requestId>b41fdd2c-539f-4792-9fa9-96b08550e2d6</requestId>
       <returnCode>0</returnCode>
       <returnMessage>success</returnMessage>
       <totalRows>4</totalRows>
       <configurationLogList>
          <configurationNo>6798</configurationNo>
          <configurationActionName>executePolicy</configurationActionName>
          <parameters />
          <launchConfigurationName>test-autoscaling</launchConfigurationName>
          <autoScalingGroupName>soso02</autoScalingGroupName>
          <scheduledActionName />
          <settingTime>2018-04-05T16:57:06+0900</settingTime>
       </configurationLogList>
    </getAutoScalingConfigurationLogListResponse>
    

    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.