getBackupList
    • PDF

    getBackupList

    • PDF

    Article Summary

    Overview

    Gets a list of automatic backups.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    cloudDBInstanceNoYStringCloud DB instance number
    databaseNameNStringDatabase name
    typeNStringBackup type code
    D (Database), L (TrasactionLog)
    responseFormatTypeNStringResponse format

    Examples

    Request example

    {CloudDB_API_URL}/getBackupList?cloudDBInstanceNo=1057304
    

    Response example

    <getBackupListResponse>
        <requestId>6f416c7f-dd74-42fc-b067-02553147e8da</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <backupFileList>
            <backupFile>
                <hostName>m-1057304-001</hostName>
                <fileName>msdb_20181109_173443.full</fileName>
                <databaseName>msdb</databaseName>
                <firstLsn>137000000047600037</firstLsn>
                <lastLsn>137000000050000001</lastLsn>
                <backupType>
                <code>D</code>
                <codeName>Database Log</codeName>
                </backupType>
                <backupStartTime>2018-11-09T17:34:44+0900</backupStartTime>
                <backupEndTime>2018-11-09T17:34:44+0900</backupEndTime>
            </backupFile>
            <backupFile>
                <hostName>m-1057304-001</hostName>
                <fileName>msdb_20181110_000108.full</fileName>
                <databaseName>msdb</databaseName>
                <firstLsn>137000000080600017</firstLsn>
                <lastLsn>137000000081500001</lastLsn>
                <backupType>
                <code>D</code>
                <codeName>Database Log</codeName>
                </backupType>
                <backupStartTime>2018-11-10T00:03:10+0900</backupStartTime>
                <backupEndTime>2018-11-10T00:03:10+0900</backupEndTime>
            </backupFile>
        </backupFileList>
    </getBackupListResponse>
    

    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.