getAutoScalingConfigurationLogList
    • PDF

    getAutoScalingConfigurationLogList

    • PDF

    Article Summary

    概要

    過去6週間のすべての設定ログを結果として受け取ります。最近設定された設定番号がリストの前に表示されます。
    また、ページングが可能であるため、ユーザーが各ページサイズ(項目数)とページ番号を指定できます。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    configurationNoListNoListMin : 1, Max : 255ローンチ設定番号を入力しない場合、アカウント内に作成されたすべてのローンチリストの情報が表示されます。
    ローンチ設定番号リストを入力するとリクエストしたローンチに該当するリスト情報のみが表示されます。
    autoScalingGroupNameNoStringMin : 1, Max : 255照会しようとするオートスケーリンググループ名を入力します。
    pageNoNoIntegerMin:0, Max:2147483647リストを照会する時、Paginationのページ情報を入力します。
    基本値の0を入力した場合、すべてのリストを照会します。
    pageSizeNoIntegerMin:0, Max:2147483647リストを照会する月、Paginationに表示される情報の個数を入力します。
    基本値の0を入力した場合、すべてのリストを照会します。

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

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

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

    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.