exportBackupToObjectStorage

Prev Next

Available in VPC

exportBackupToObjectStorage CLI

This section describes the request and response formats for the exportBackupToObjectStorage CLI.

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.
cloudCacheInstanceNo Yes String - Cloud DB for Cache instance number
cloudCacheInstanceNo 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: json

Examples

Call examples

ncloud vcache exportBackupToObjectStorage --regionCode KR --fileName 2021**** --bucketName cache-****** --cloudCacheInstanceNo ****821 --backupTypeMode SYSTEM

Response example

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