exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    Available in VPC

    Overview

    Transfer Cloud DB for MySQL instance backup files to Object Storage.

    Requests

    Request parameters

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

    Examples

    Request examples

    ncloud vmysql exportBackupToObjectStorage --regionCode KR --fileName 20210528 --bucketName mysql-backup --cloudMysqlInstanceNo ****890 --folderPath cloud-db-for-mysql/
    

    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.