exportBackupToObjectStorage

Prev Next

The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

Available in VPC

Transfer backups of the cloud DB for MongoDB to the object storage.

Requests

Request parameters

Parameter Type Required Description Service limits
regionCode String N Region code
- regionCode can be obtained via the getRegionList action
- Default: selects the first region of the getRegionList search results
-
objectName String Y Object name
- You can obtain objectName through the getCloudMongoDbBackupDetailList action
-
bucketName String Y Object Storage bucket name
- You can obtain bucketName through the getCloudMongoDbBucketList action
-
cloudMongoDbInstanceNo String Y Cloud DB for MongoDB instance number
- cloudMongoDbInstanceNo obtained via the getCloudMongoDbInstanceList action
-
responseFormatType String N Format type of the response result
- options: xml | json
- default: xml
-

Examples

Request examples

The following is an example of a request syntax.

GET {API_URL}/exportBackupToObjectStorage
?regionCode=KR
&objectName=659d7b9791288**
&bucketName=MongoDb-backup
&cloudMongoDbInstanceNo=****890

Response examples

The following is an example of a response syntax.

If the response shows that format type (responseFormatType) is JSON

{
  "exportBackupToObjectStorageResponse": {
    "requestId": "cf51da47-c561-4ae1-b48e-e94f1c501da7",
    "returnCode": "0",
    "returnMessage": "success"
  }
}

If the response shows that format type (responseFormatType) is XML


<exportBackupToObjectStorageResponse>
    <requestId>cf51da47-c561-4ae1-b48e-e94f1c501da7</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
</exportBackupToObjectStorageResponse>