exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article summary

    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

    ParameterTypeRequiredDescriptionService limits
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - Default: selects the first region of the getRegionList search results
    -
    objectNameStringYObject name
    - You can obtain objectName through the getCloudMongoDbBackupDetailList action
    -
    bucketNameStringYObject Storage bucket name
    - You can obtain bucketName through the getCloudMongoDbBucketList action
    -
    cloudMongoDbInstanceNoStringYCloud DB for MongoDB instance number
    - cloudMongoDbInstanceNo obtained via the getCloudMongoDbInstanceList action
    -
    responseFormatTypeStringNFormat 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>
    

    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.