getCloudMysqlBackupList
    • PDF

    getCloudMysqlBackupList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Search the list of Cloud DB for MySQL instance backups.

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

    Responses

    Response data type

    • CloudMysqlBackupList type
    CloudMysqlBackupList extends CommonResponse
    private Integer totalRows;
    private List<CloudMysqlBackup> cloudMysqlBackupList = new ArrayList<>();
    CloudMysqlBackup
    private String cloudMysqlInstanceNo;
    private String cloudMysqlServiceName;
    private Integer backupFileRetentionPeriod;
    private String backupTime;
    private Long backupSize;
    private Date lastBackupDate;

    Examples

    Request examples

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