getAutoScalingConfigurationLogList

Prev Next

Overview

Get all the configuration logs for the past six weeks as a result. The most recently configured configuration number appears at the top of the list.
In addition, pagination is available, allowing the user to specify the page size (number of items) and page number.

Request

Request parameters

Parameter name Required Type Restrictions Description
configurationNoList No List Min: 1, Max: 255 If you do not enter a launch configuration number, all launch list information created in the account is displayed.
If you enter a launch configuration number list, only the list information corresponding to the requested launch will be displayed.
autoScalingGroupName No String Min: 1, Max: 255 Enter the name of the auto scaling group you want to query.
pageNo No Integer Min: 0, Max: 2147483647 Enter the page information of pagination when querying the list.
If you enter the default value 0, all lists will be queried.
pageSize No Integer Min: 0, Max: 2147483647 Enter the number of information per page in pagination when querying the list.
If you enter the default value 0, all lists will be queried.
responseFormatType No String - Response result's format type
Options: xml | json
Default: xml

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>