getObjectStorageBackupList
    • PDF

    getObjectStorageBackupList

    • PDF

    Article Summary

    개요

    오브젝트 스토리지에서 내부 백업 스토리로 올린 백업 파일 리스트를 조회합니다.
    데이터 베이스 리스토어는 내부 백업 스토리지로 옮겨진 파일을 대상으로 진행할 수 있습니다.
    내부 백업 스토리지 파일은 15일 후 완전히 삭제되며 사용자가 삭제할 수 없습니다.(같은 파일명으로 오브젝트 스토리지로부터 내부 백업 스토리지로 다운로드 명령을 수행하면 새로운 파일로 변경됩니다.)
    리스트를 출력해 온프레미스, 오브젝트 스토리지, 내부 백업 스토리지의 용량이 같은지 확인합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    cloudDBInstanceNoYesstring클라우드 DB 인스턴스 번호 입력
    folderNameYesstring폴더 이름 입력
    공백이나 /를 입력하면 내부 백업 스토리지의 root 폴더가 조회됨
    해당 폴더는 bucket의 root에 해당
    responseFormatTypeNostringAPI 실행 결과를 응답받을 format을 정함
    xml과 json 중에서 선택 가능

    예시

    요청 예시

    {CloudDB_API_URL}/getObjectStorageBackupList?cloudDBInstanceNo=1010059&folderName=/
    

    응답 예시

    <getObjectStorageBackupListResponse>
        <requestId>6a232815-2f74-4e19-8324-ac2f951bbd43</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <dmsFileList>
            <dmsFile>
                <fileLength>2906624</fileLength>
                <lastWriteTime>2018-11-10T17:03:53+0900</lastWriteTime>
                <fileName>CloudControl.full</fileName>
            </dmsFile>
        </dmsFileList>
    </getObjectStorageBackupListResponse>
    

    이 문서가 도움이 되었습니까?

    What's Next
    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.