exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    It can be used in a VPC environment.

    Overview

    Sends Cloud DB for Redis backup files to Object Storage.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can obtain regionCode through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    fileNameYesStringBackup file name
    You can obtain the fileName through the getCloudRedisBackupDetailList and getCloudRedisManualBackupDetailList actions.
    bucketNameYesStringObject Storage bucket name
    You can obtain bucketName through the ListBuckets action.
    cloudRedisInstanceNoYesStringCloud DB for Redis instance number to delete
    You can obtain cloudRedisInstanceNo through the getCloudRedisInstanceList action.
    backupTypeModeYesStringCloud DB for Redis backup type
    Determines the backup type of Cloud DB for Redis.
    Options: SYSTEM, MANUAL
    outputNoStringFormat type for the response result
    Options: xml | json
    Default: json

    Example

    Examples of requests

    ncloud vredis exportBackupToObjectStorage --regionCode KR --fileName 2021**** --bucketName redis-****** --cloudRedisInstanceNo ****821 --backupTypeMode SYSTEM
    

    Examples of responses

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

    Was this article helpful?

    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.