MENU
      get-export-apply-list

        get-export-apply-list


        Article summary

        It views the export request list in Data Box Frame.

        GET https://{endpoint}/export/get-export-apply-list
        HTTP

        Requests

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        dataBoxFrameNoYesIntegerData Box Frame number
        dataBoxNoNoIntegerData Box number
        applyStartDateNoStringyyyyMMddHHmmssStart period to view request list
        applyEndDateNoStringyyyyMMddHHmmssEnd period to view request list
        pageNoNoInteger1 ~ 1000Page number
        pageSizeNoInteger1 ~ 1000Number of items viewed per page
        statusNoStringFile export status codeExport request status code

        Responses

        HTTP status codeDescription
        200Success
        400Request information error
        401Authentication failed
        403No permission to request information
        404Resource not found
        500Server error

        Examples

        Request examples

        GET https://databoxframe.apigw.ntruss.com/api/v1/export/get-export-apply-list?dataBoxFrameNo=1046
        HTTP

        Response examples

        {
          "totalCount": 3,
          "content": [
            {
              "exportApplyId": "-",
              "dataBoxName": "BOX#3",
              "dataBoxNo": "194",
              "vpnId": "-",
              "sourceNasName": "nasw194n1",
              "sourceFileName": "-",
              "targetBucketName": "databoxuserout",
              "status": "COPY_CMPL",
              "applyDate": "2023-05-03 09:51:45",
              "resultDate": "2023-05-03 09:55:02",
              "memo": "test"
            },
            {
              "exportApplyId": "-",
              "dataBoxName": "BOX#3",
              "dataBoxNo": "194",
              "vpnId": "-",
              "sourceNasName": "nasw194n1",
              "sourceFileName": "-",
              "targetBucketName": "databoxuser",
              "status": "COPY_CMPL",
              "applyDate": "2023-05-03 09:36:52",
              "resultDate": "2023-05-03 09:37:05",
              "memo": "test"
            },
            {
              "exportApplyId": "-",
              "dataBoxName": "BOX#3",
              "dataBoxNo": "194",
              "vpnId": "-",
              "sourceNasName": "nasw194n1",
              "sourceFileName": "-",
              "targetBucketName": "databoxuser",
              "status": "REQ_CMPL",
              "applyDate": "2023-04-28 13:55:36",
              "memo": "test"
            }
          ]
        }
        JSON

        Properties

        ItemsRequirement statusTypeRestrictionsDescription
        totalCountYesIntegerTotal number of export requests
        exportApplyIdYesStringExport request ID
        dataBoxNameYesStringData Box name
        dataBoxNoYesStringData Box number
        vpnIdYesStringExport requested SSLVPN ID
        sourceNasNameYesStringExport Source NAS name
        sourceFileNameYesStringExport Source file name
        targetBucketNameYesStringBucket name of export target
        applyDateYesStringDate and time of export requests
        resultDateYesStringDate and time of approving/rejecting export
        statusYesStringFile export status codeExport request status code
        memoYesStringExport request memo

        Errors

        HTTP Status CodeReturn codeDescription
        200-Successful normal request
        40010001,
        130***
        Request information and parameter error
        40310002No permission to request information
        40410009Resource not found
        500130000Service internal error
        500139999Integration service API call error

        Was this article helpful?

        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.