getBackupList
    • PDF

    getBackupList

    • PDF

    Article Summary

    概要

    自動バックアップリストを照会します。

    リクエスト

    リクエストヘッダ

    パラメータ名必須タイプ制約事項説明
    cloudDBInstanceNoYesStringクラウドDBインスタンス番号を入力します。
    databaseNameNoStringデータベース名を入力します。
    typeNoStringバックアップタイプコード
    D(Database) , L(TrasactionLog)
    responseFormatTypeNoStringresponseの結果format設定

    例示

    リクエスト例示

    {CloudDB_API_URL}/getBackupList?cloudDBInstanceNo=1057304
    

    レスポンス例示

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

    この記事は役に立ちましたか?

    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.