exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    Available in VPC

    Overview

    Transfer Cloud DB for Redis backup files to Object Storage.

    Requests

    Request Parameters

    Parameter NameRequirement StatusTypeRestrictionsDescription
    regionCodeNoString- Region code
    regionCode can be obtained via the getRegionList action
    Default: selects the first region of the getRegionList query results
    fileNameYesString- Backup file name
    fileName can be obtained via the getCloudRedisBackupDetailList and getCloudRedisManualBackupDetailList actions
    bucketNameYesString- Object Storage bucket name
    bucketName can be obtained via the getCloudRedisBucketList action
    cloudRedisInstanceNoYesString- The instance number of Cloud DB for Redis that has the backup file
    cloudRedisInstanceNo can be obtained via the getCloudRedisInstanceList action
    backupTypeModeYesString- Cloud DB for Redis backup type
    - Determines the backup type of Cloud DB for Redis
    Options: SYSTEM, MANUAL
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Examples

    Request Examples

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

    Response examples

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