getAutoScalingConfigurationLogList
- Print
- PDF
getAutoScalingConfigurationLogList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
configurationNoList | N | List | Min: 1, Max: 255 | If 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. |
autoScalingGroupName | N | String | Min: 1, Max: 255 | Name of the Auto Scaling group to get |
pageNo | N | Integer | Min: 0, Max: 2147483647 | Page number for pagination If it is set to 0 by default, all items are displayed. |
pageSize | N | Integer | Min: 0, Max: 2147483647 | Number 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?