Available in VPC
Overview
Send Cloud DB for Cache backup files to Object Storage.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code regionCode can be obtained through the getRegionList action. Default: Select the first Region of the getRegionList search results. |
|
fileName | Yes | String | - Backup file name fileName can be obtained through the getCloudCacheBackupDetailList and getCloudCacheManualBackupDetailList actions. |
|
bucketName | Yes | String | - Object Storage bucket name bucketName can be obtained through the getCloudCacheBucketList action. |
|
cloudRedisInstanceNo | Yes | String | - Cloud DB for Cache instance number to delete cloudRedisInstanceNo can be obtained through the getCloudCacheInstanceList action. |
|
backupTypeMode | Yes | String | - Cloud DB for Cache backup type Determine the Cloud DB for Cache backup type. Options: SYSTEM, MANUAL |
|
output | No | String | - Format type of the response result Options: xml | json Default: xml |
Examples
Call
ncloud vredis exportBackupToObjectStorage --regionCode KR --fileName 20210528 --bucketName redis-backup --cloudRedisInstanceNo ****821 --backupTypeMode SYSTEM
Response
{
"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>