get-export-file-approve-list
    • PDF

    get-export-file-approve-list

    • PDF

    Article summary

    It views the target list for export review within Data Box Frame.

    GET https://{endpoint}/export-approve/get-export-file-approve-list
    

    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
    

    Response examples

    {
      "totalCount": 3,
      "content": [
        {
          "exportApplyId": "-",
          "dataBoxName": "BOX#3",
          "dataBoxNo": "194",
          "sslVpnId": "-",
          "sourceFileName": "-",
          "applyDate": "2023-05-03 09:51:45",
          "approveDate": "2023-05-03 09:55:02",
          "status": "COPY_CMPL",
          "fileSize": "10"
        },
        {
          "exportApplyId": "-",
          "dataBoxName": "BOX#3",
          "dataBoxNo": "194",
          "sslVpnId": "-",
          "sourceFileName": "-",
          "applyDate": "2023-05-03 09:36:52",
          "approveDate": "2023-05-03 09:37:05",
          "status": "COPY_CMPL",
          "fileSize": "0"
        },
        {
          "exportApplyId": "-",
          "dataBoxName": "BOX#3",
          "dataBoxNo": "194",
          "sslVpnId": "-",
          "sourceFileName": "-",
          "applyDate": "2023-04-28 13:55:36",
          "status": "REQ_CMPL",
          "fileSize": "10"
        }
      ]
    }
    

    Properties

    ItemsRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerTotal targets for export review
    exportApplyIdYesStringExport request ID
    dataBoxNameYesStringData Box name
    dataBoxNoYesStringData Box number
    sslVpnIdYesStringExport requested SSLVPN ID
    sourceFileNameYesStringFile name of target for export review
    applyDateYesStringDate and time of export requests
    approveDateYesStringDate and time of export reviews
    statusYesStringFile export status codeExport review status code
    fileSizeYesStringFile capacity of target for export review

    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.