getScheduledActionList
    • PDF

    getScheduledActionList

    • PDF

    Article Summary

    概要

    まだ実行されてないユーザーのすべてのScaling actionスケジュールをリストアップします。既に実行されたaction記録はgetAutoScalingActivityLogListを呼び出すと表示できます。
    また、ページを区分して表示できます。ユーザーが各ページサイズ(項目数)とページ番号を指定できます。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    autoScalingGroupNameNoStringMin : 1
    Max : 255
    照会しようとするオートスケーリンググループ名を入力します。
    scheduledActionNameListNoListMin : 1
    Max : 255
    結果で受け取るスケーリングアクションスケジュール名がリストで表示されます。
    startTimeNoDateyyyy-MM-dd'T'HH:mm:ssZスケジュール開始日付より小さいか同じ時間 datetime
    scheduledActionNameListが明示されている場合、現在のフィールドを無視することが可能
    format : yyyy-MM-dd'T'HH:mm:ssZ
    ex) 2018-07-25T17:50:00+0900
    endTimeNoDateyyyy-MM-dd'T'HH:mm:ssZスケジュールの開始日付より小さいか同じ時間 datetime
    scheduledActionNameList が明示されている場合、現在のフィールドを無視することが可能
    format : yyyy-MM-dd'T'HH:mm:ssZ
    ex) 2018-07-25T17:50:00+0900
    pageNoNoIntegerMin:0
    Max:2147483647
    リストを照会する時、Paginationのページ情報を入力します。
    基本値の0を入力した場合、すべてのリストを照会します。
    pageSizeNoIntegerMin:0
    Max:2147483647
    リストを照会する時、Paginationに表示される情報の個数を入力します。
    基本値の0を入力した場合、すべてのリストを照会します。
    sortedByNoString-scheduledActionName(スケジュールアクション名)
    createDate(作成日付)
    default : scheduledActionName(スケジュールアクション名)
    sortingOrderNoString-ascending(アセンディング)
    descending(ディセンディング)
    default : ascending(アセンディング)

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    {AUTOSCALILNG_API_URL}/getScheduledActionList
    ?autoScalingGroupName=asg-1
    &startTime=2018-03-01T20%3A00%3A00%2B0900
    

    レスポンス例示

    <getScheduledActionListResponse>
       <requestId>4cea4b3c-1c15-4598-8188-37a413c74b2c</requestId>
       <returnCode>0</returnCode>
       <returnMessage>success</returnMessage>
       <totalRows>2</totalRows>
       <scheduledUpdateGroupActionList>
          <scheduledUpdateGroupAction>
             <autoScalingGroupName>asg-1</autoScalingGroupName>
             <scheduledActionName>sa-0228-4</scheduledActionName>
             <minSize>0</minSize>
             <startTime>2014-03-10T00:00:00+0900</startTime>
             <endTime>2014-03-10T00:00:00+0900</endTime>
             <recurrenceInKST>0 0 10 * *</recurrenceInKST>
          </scheduledUpdateGroupAction>
          <scheduledUpdateGroupAction>
             <autoScalingGroupName>asg-1</autoScalingGroupName>
             <scheduledActionName>sa-0228-5</scheduledActionName>
             <minSize>0</minSize>
             <startTime>2018-03-10T05:00:00+0900</startTime>
             <endTime>2018-03-10T05:00:00+0900</endTime>
             <recurrenceInKST>0 5 10 * *</recurrenceInKST>
          </scheduledUpdateGroupAction>
       </scheduledUpdateGroupActionList>
    </getScheduledActionListResponse>
    

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

    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.