exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    Available in VPC

    Overview

    Transfer Cloud DB for MySQL backup files to Object Storage

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can obtain regionCode through the getRegionList action
    Default: selects the first region of the getRegionList query results
    fileNameYesString- Backup file name
    You can obtain fileName through thegetCloudMysqlBackupDetailList action
    bucketNameYesString- Object Storage bucket name
    You can obtain bucketName through the ListBuckets action
    folderPathNoString- Upload folder path
    The file is sent to the entered folder path
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    You can obtain cloudMysqlInstanceNo through the getCloudMysqlInstanceList action
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Examples

    Request examples

    GET {API_URL}/exportBackupToObjectStorage
    ?regionCode=KR
    &fileName=20210528
    &bucketName=mysql-backup
    &folderPath=cloud-db-for-mysql/
    &cloudMysqlInstanceNo=****890
    

    Response examples

    <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.