apply-file-export
    • PDF

    apply-file-export

    • PDF

    기사 요약

    Cloud Data Box에 파일 반출을 요청합니다.

    POST https://{endpoint}/export/apply-file-export
    

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    dataBoxNoYesIntegerData Box 번호
    nasInstanceNoYesInteger반출 Source NAS Instance 번호
    bucketNameYesString반출 목적지 Bucket 이름
    fileList.nameYesString반출 Source 파일명
    fileList.descriptionYesString반출 Source 파일 설명
    fileList.typeYesString반출 Source 파일 타입

    1. TABLE: 구분자로 나누어진 텍스트 파일
    2. IMAGE: 이미지 파일
    3. MODEL: 분석 모델 파일
    4. LICENCE: 라이센스 파일
    fileList.tableDetailConditionalStringTABLE 타입 파일의 구분자 상세

    1. TAB: 탭 구분자
    2. SPACE: 띄어쓰기 구분자
    3. COMMA: 콤마 구분자
    4. CUSTOM: 사용자 정의 구분자
    fileList.delimiterConditionalStringTABLE 타입의 CUSTOM 구분자 상세
    fileList.imageDetailConditionalStringIMAGE 타입 파일의 확장자

    1. BMP: bmp 파일
    2. GIF: gif 파일
    3. JPEG: jpeg 파일
    4. TIFF: tiff 파일
    fileList.modelDetailConditionalStringMODEL 분석 모델 형식

    1. TENSORFLOW: Tensorflow 분석 파일
    2. PYTORCH: PyTorch 분석 파일
    3. SCIKIT_LEARN: scikit-learn 분석 파일
    4. R: R 분석 파일
    fileList.modelVersionConditionalStringMODEL 분석 모델 버전

    응답

    HTTP 상태코드설명
    200성공
    400요청 정보 오류
    401인증 실패
    403요청 정보에 대한 권한 없음
    404리소스가 존재하지 않음
    500서버 오류

    예시

    요청 예시

    {
      "dataBoxNo": 1,
      "bucketName": "export-bucket",
      "fileList": [
        {
          "name": "test.csv",
          "description": "테스트용 csv 파일",
          "type": "TABLE",
          "tableDetail": "COMMA"
        }
      ],
      "nasInstanceNo": 12345
    }
    

    응답 예시

    {
      "totalCount": 1,
      "content": [
        {
          "exportNo": 1,
          "nasInstanceNo": 12345,
          "bucketName": "export-bucket",
          "nasName": "nasw1",
          "fileName": "test.csv",
          "status": "승인(버킷 전송완료)"
        }
      ]
    }
    
    항목필수 여부타입제약 사항설명
    totalCountYesInteger총 반출 요청 수
    exportNoYesString반출 요청 번호
    nasInstanceNoYesString반출 Source NAS 인스턴스 번호
    nasNameYesString반출 Source NAS 이름
    bucketNameYesString반출 목적지 Bucket 이름
    fileNameYesString반출 파일명
    statusYesString반출 상태

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

    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.