Documentation Index

Fetch the complete documentation index at: https://api-gov.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

getAutoScalingConfigurationLogList

Prev Next

개요

과거 6주 동안의 모든 설정 로그를 결과로 받습니다. 최근 설정된 설정번호가 리스트 앞에 나타납니다.

또한 페이징이 가능하여, 사용자가 각 페이지 사이즈(항목 수)와 페이지 번호를 지정할 수 있습니다.

요청

요청 파라미터

파라미터 명 필수 여부 타입 제약사항 설명
configurationNoList No List Min : 1, Max : 255 론치 설정 번호를 입력하지 않을 경우 계정 내 생성된 모든 론치목록 정보가 보여짐
론치 설정 번호 목록을 입력하면 요청한 론치에 해당되는 목록정보만 보여짐
autoScalingGroupName No String Min : 1, Max : 255 조회하고자 하는 Auto Scaling 그룹명 입력
pageNo No Integer Min:0, Max:2147483647 리스트조회시 Pagination의 페이지 정보 입력
기본 값 0으로 입력한 경우 모든 리스트 조회
pageSize No Integer Min:0, Max:2147483647 리스트 조회시 Pagination의 보여질 정보의 개수 입력
기본 값 0으로 입력한 경우 모든 목록 조회
responseFormatType No String - 응답 결과의 포맷 타입
Options : xml | json
Default : xml

응답

응답 바디

예시

요청 예시

{AUTOSCALILNG_API_URL}/getAutoScalingConfigurationLogList
?configurationNoList.1= 6798

응답 예시

<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>