getCloudMysqlBackupList
    • PDF

    getCloudMysqlBackupList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the detailed list of Cloud DB for MySQL instance backups

    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
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getCloudMysqlBackupList
    ?regionCode=KR
    

    Response examples

    <getCloudMysqlBackupListResponse>
        <requestId>2086d40d-d152-49a7-aa26-effaecb5a616</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlBackupList>
            <cloudMysqlBackup>
                <cloudMysqlInstanceNo>****890</cloudMysqlInstanceNo>
                <cloudMysqlServiceName>test-****</cloudMysqlServiceName>
                <backupFileRetentionPeriod>10</backupFileRetentionPeriod>
                <backupTime>02:00</backupTime>
                <backupSize>571482767</backupSize>
                <lastBackupDate>2021-05-28T02:10:00+0900</lastBackupDate>
            </cloudMysqlBackup>
        </cloudMysqlBackupList>
    </getCloudMysqlBackupListResponse>
    

    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.