getCloudMysqlBackupDetailList
    • PDF

    getCloudMysqlBackupDetailList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the detailed list of Cloud DB for MySQL 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
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    You can obtain cloudMysqlInstanceNo through the getCloudMysqlInstanceList action
    pageNoNoIntegerMin: 0- Page number of paged result
    Paging can be handled using pageNo and pageSize
    pageSizeConditionalIntegerMin: 1- Sets the page size when paging
    Paging can be handled using pageNo and pageSize
    It must be entered when entering pageNo
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getCloudMysqlBackupDetailList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &pageNo=0
    &pageSize=30
    

    Response examples

    <getCloudMysqlBackupDetailListResponse>
        <requestId>11ca8ac0-841c-4776-aef5-3feb6eb9440e</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlBackupDetailList>
            <cloudMysqlBackupDetail>
                <fileName>20210528</fileName>
                <startTime>2021-05-28T02:10:00+0900</startTime>
                <endTime>2021-05-28T02:10:10+0900</endTime>
                <backupSize>571482767</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
            </cloudMysqlBackupDetail>
        </cloudMysqlBackupDetailList>
    </getCloudMysqlBackupDetailListResponse>
    

    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.