exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    VPC環境で利用できる

    概要

    Cloud DB for Redisバックアップファイルを Object Storageに送ります。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    regionCodeは、getRegionListアクションを通じて取得できる
    Default: getRegionList照会結果の最初のリージョンを選択する
    fileNameYesString- バックアップファイル名
    fileNameは、getCloudRedisBackupDetailListgetCloudRedisManualBackupDetailListアクションを通じて取得できる
    bucketNameYesString- Object Storageバケット名
    bucketNameは、getCloudRedisBucketListアクションを通じて取得できる
    cloudRedisInstanceNoYesString- バックアップファイルがある Cloud DB for Redisインスタンス番号
    cloudRedisInstanceNoは、getCloudRedisInstanceListアクションを通じて取得できる
    backupTypeModeYesString- Cloud DB for Redisバックアップタイプ
    Cloud DB for Redisのバックアップタイプを決定する
    Options: SYSTEM, MANUAL
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    Options: xml | json
    Default: xml

    リクエスト例

    GET {API_URL}/exportBackupToObjectStorage
    ?regionCode=KR
    &fileName=20210528
    &bucketName=redis-backup
    &cloudRedisInstanceNo=****821
    &backupTypeMode=SYSTEM
    

    レスポンス例

    {
      "exportBackupToObjectStorageResponse": {
        "requestId": "18fe5b24-2663-4cc7-8a2a-aa0f44c0c46c",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    
    <exportBackupToObjectStorageResponse>
        <requestId>fb01982a-8107-4a13-ac0d-1720f551cc61</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </exportBackupToObjectStorageResponse>
    

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

    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.