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.