getCloudMssqlLogBackupFileList
    • PDF

    getCloudMssqlLogBackupFileList

    • PDF

    기사 요약

    VPC 환경에서 이용 가능합니다.

    Cloud DB for MSSQL 인스턴스의 로그 백업 파일 목록을 조회합니다.

    명령어

    명령어 구문은 다음과 같습니다.

    ncloud vmssql getCloudMssqlLogBackupFileList [regionCode] [cloudMssqlInstanceNo] [databaseName] [backupSetId] [output]
    

    파라미터

    파라미터에 대한 설명은 다음과 같습니다.

    파라미터타입필수 여부설명제약 사항
    regionCodeStringN리전 코드
    - regionCode는 getRegionList 액션을 통해 획득
    - default: getRegionList 조회 결과의 첫 번째 리전을 선택
    -
    cloudMssqlInstanceNoStringY백업 상세 정보를 조회할 Cloud DB for MSSQL 인스턴스 번호
    - cloudMssqlInstanceNo는 getCloudMssqlInstanceList 액션을 통해 획득
    -
    databaseNameStringYDB 명-
    backupSetIdStringY백업 ID-
    outputStringN응답 결과의 포맷 타입
    - options: xml | json
    - default: json
    -

    응답

    응답 데이터 타입

    • CloudMssqlLogBackupFileList 타입

      CloudMssqlLogBackupFileList extends CommonResponse설명
      private Integer totalRows;조회된 목록의 총 개수
      private List<cloudMssqlLogBackupFile> CloudMssqlLogBackupFileList = new ArrayList<>();Cloud DB for MSSQL 로그 백업 파일 목록
    • cloudMssqlLogBackupFile 타입

      cloudMssqlLogBackupFile설명
      private String fileName;파일 이름
      private String fullFileName;full 파일 이름
      private Date startTime;시작 일시
      private Date endTime;종료 일시
      private Long fileSize;파일 크기

    예시

    호출과 응답 예시를 설명합니다.

    호출 예시

    호출 예시는 다음과 같습니다.

    ncloud vmssql getCloudMssqlLogBackupFileList --regionCode KR --cloudMssqlInstanceNo ***890 --databaseName msdb --backupSetId 12
    

    응답 예시

    응답 예시는 다음과 같습니다.

    응답 결과 포맷 타입(output)이 json인 경우

    응답 결과 포맷 타입(output)이 json인 경우는 다음과 같습니다.

    {
        "getCloudMssqlLogBackupFileListResponse": {
            "totalRows":1,
            "cloudMssqlLogBackupFileList": [
                {
                    "fileName": "msdb_20240807_02****.full",
                    "fullFileName": "Z:\\cmssql_backup\\user_idx_276****\\cmssql_10-0-2520_m-3***-001\\msdb_20240807_172525.log",
                    "startTime": "2024-08-07T17:25:25+0900",
                    "endTime": "2024-08-07T17:25:25+0900",
                    "fileSize": 620280
                }
            ],
            "requestId": "93697d3d-****-****-****-953e20c67075",
            "returnCode": "0",
            "returnMessage": "success"
        }
    }
    

    응답 결과 포맷 타입(responseFormatType)이 xml인 경우

    응답 결과 포맷 타입(responseFormatType)이 xml인 경우는 다음과 같습니다.

    <?xml version="1.0" encoding="UTF-8"?>
    <getCloudMssqlLogBackupFileListResponse>
        <requestId>93697d3d-****-****-****-953e20c67075</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMssqlLogBackupFileList>
            <CloudMssqlLogBackupFile>
                <fileName>msdb_20240701_02****.full</fileName>
                <fullFileName>Z:\cmssql_backup\user_idx_276****\cmssql_10-0-2520_m-3***-001\msdb_20240807_172525.log</fullFileName>
                <startTime>2024-08-07T17:25:25+0900</startTime>
                <endTime>2024-08-07T17:25:25+0900</endTime>
                <fileSize>620280</fileSize>
            </CloudMssqlLogBackupFile>
        </cloudMssqlLogBackupFileList>
    </getCloudMssqlLogBackupFileListResponse>
    

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

    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.