exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article summary

    Available in VPC

    Overview

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

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoString- Region code
    regionCode can be obtained through the getRegionList action.
    Default: Select the first Region of the getRegionList search results
    fileNameYesString- Backup file name
    fileName can be obtained through the getCloudMysqlBackupDetailList action
    bucketNameYesString- Object Storage bucket name
    bucketName can be obtained through the View bucket list action
    folderPathNoString- Upload folder path
    Files are sent to the folder path entered
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained through the getCloudMysqlInstanceList action
    outputNoString- Format type of the response result
    Options: xml | json
    Default: json

    Examples

    Request example

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

    Response example

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