getCloudRedisBackupDetailList
    • PDF

    getCloudRedisBackupDetailList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    使用可能なCloud DB for Redisバックアップ詳細情報リストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制約事項説明
    regionCodeNoStringリージョンコード
    Cloud DB for Redisバックアップ詳細リストが照会されるリージョン(Region)を決定できます。
    regionCodeはgetRegionListアクションを通じて取得できます。
    Default:getRegionList照会結果の最初のリージョンを選択
    cloudRedisInstanceNoYesStringCloud DB for Redisインスタンス番号
    バックアップ詳細情報を照会するCloud DB for Redisインスタンス番号を決定できます。
    cloudRedisInstanceNoはgetCloudRedisInstanceListアクションを通じて取得できます。
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options: xml | json
    Default: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/getCloudRedisBackupDetailList
    ?regionCode=KR
    &cloudRedisInstanceNo=****821
    

    レスポンス例

    <getCloudRedisBackupDetailListResponse>
      <requestId>2e320a76-469e-4f28-81b0-a03ea6c8053b</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <cloudRedisBackupDetailList>
        <cloudRedisBackupDetail>
          <startTime>2021-05-12T16:00:00+0900</startTime>
          <endTime>2021-05-12T16:00:00+0900</endTime>
          <backupSize>116</backupSize>
          <dataStorageSize>10737418240</dataStorageSize>
            <fileName>2022****</fileName>
        </cloudRedisBackupDetail>
      </cloudRedisBackupDetailList>
    </getCloudRedisBackupDetailListResponse>
    

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

    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.