getBackupList

Prev Next

概要

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

リクエスト

リクエストヘッダ

パラメータ名 必須 タイプ 制約事項 説明
cloudDBInstanceNo Yes String クラウドDBインスタンス番号を入力します。
databaseName No String データベース名を入力します。
backupTypeCode No String バックアップタイプコード
D(Database) , L(TrasactionLog)
responseFormatType No String responseの結果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>