MENU
      getAutoScalingActivityLogList

        getAutoScalingActivityLogList


        記事の要約

        概要

        過去6週間のすべてのscaling actionログを結果として受け取ります。進行中であるactionはリストの前に表示されます。
        また、ページに区分して表示できます。ユーザーが各ページサイズ(項目数)とページ番号を指定できます。

        リクエスト

        リクエストパラメータ

        パラメータ名必須タイプ制約事項説明
        activityNoListNoList-スケーリングアクション(activity)の識別番号です。
        autoScalingGroupNameNoStringMin : 1, Max : 255照会しようとするオートスケーリンググループ名を入力します。
        pageNoNoIntegerMin:0, Max:2147483647リストを照会する時、Paginationのページ情報を入力します。
        基本値の0を入力した場合、すべてのリストを照会します。
        pageSizeNoIntegerMin:0, Max:2147483647リストを照会する時、Paginationに表示される情報の個数を入力します。
        基本値の0を入力した場合、すべてのリストを照会します。

        レスポンス

        レスポンスボディ

        例示

        リクエスト例示

        {AUTOSCALILNG_API_URL}/getAutoScalingActivityLogList
        ?activityNoList.1=1939
        &activityNoList.2=1943
        HTTP

        レスポンス例示

        <getAutoScalingActivityLogListResponse>
           <requestId>c9df714e-29b7-42dd-9a38-7ac2be68f191</requestId>
           <returnCode>0</returnCode>
           <returnMessage>success</returnMessage>
           <totalRows>2</totalRows>
           <activityLogList>
              <activityLog>
                 <activityNo>1939</activityNo>
                 <autoScalingGroupName>psw26-auto</autoScalingGroupName>
                 <status>
                    <code>INPRG</code>
                    <codeName>IN_PROGRESS</codeName>
                 </status>
                 <statusMessage />
                 <actionCause>MAINTAIN_INSTANCE_LEVEL psw26-auto</actionCause>
                 <description>MAINTAIN_INSTANCE_LEVEL psw26-auto</description>
                 <details>{}</details>
                 <startTime>2014-02-17T13:28:47+0900</startTime>
              </activityLog>
              <activityLog>
                 <activityNo>1943</activityNo>
                 <autoScalingGroupName>asg-1</autoScalingGroupName>
                 <status>
                    <code>SUCCS</code>
                    <codeName>SUCCESSFUL</codeName>
                 </status>
                 <statusMessage />
                 <actionCause>updateAutoScalingGroup asg-1</actionCause>
                 <description>updateAutoScalingGroup asg-1</description>
                 <details>updateAutoScalingGroup {autoScalingGroupNo=273, autoScalingGroupName=asg-1, requestTypeCode=API, zoneNoList=null, launchConfigurationName=null, desiredCapacity=0, oldDesiredCapacity=1, healthCheckTypeCode=SVR, minSize=0, healthCheckGracePeriod=null, clientIp=10.64.49.152, launchConfigurationNo=293, maxSize=0, memberNo=212}</details>
                 <startTime>2014-02-24T13:47:52+0900</startTime>
                 <endTime>2014-02-24T13:52:55+0900</endTime>
              </activityLog>
           </activityLogList>
        </getAutoScalingActivityLogListResponse>
        XML

        この記事は役に立ちましたか?

        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.