exportBackupToObjectStorage
- Print
- PDF
exportBackupToObjectStorage
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It can be used in a VPC environment.
Overview
Sends Cloud DB for Redis backup files to Object Storage.
Request
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code You can obtain regionCode through the getRegionList action. Default: Selects the first region of the getRegionList search results. | |
fileName | Yes | String | Backup file name You can obtain the fileName through the getCloudRedisBackupDetailList and getCloudRedisManualBackupDetailList actions. | |
bucketName | Yes | String | Object Storage bucket name You can obtain bucketName through the ListBuckets action. | |
cloudRedisInstanceNo | Yes | String | Cloud DB for Redis instance number to delete You can obtain cloudRedisInstanceNo through the getCloudRedisInstanceList action. | |
backupTypeMode | Yes | String | Cloud DB for Redis backup type Determines the backup type of Cloud DB for Redis. Options: SYSTEM, MANUAL | |
output | No | String | Format 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?