exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

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

    要請

    レスポンスデータタイプ

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

    リクエスト例

    ncloud vredis exportBackupToObjectStorage --regionCode KR --fileName 2021**** --bucketName redis-****** --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.