get-export-file-approve-detail
    • PDF

    get-export-file-approve-detail

    • PDF

    Article summary

    It views the detailed information of the target for export review within Data Box Frame.

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

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxFrameNoYesIntegerData Box Frame number
    dataBoxNoNoIntegerData Box number
    exportApplyIdYesIntegerExport request ID

    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-approve/get-export-file-approve-detail?dataBoxFrameNo=1046&dataBoxNo=194&exportApplyId=367
    

    Response examples

    {
      "totalCount": 1,
      "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",
          "description": "for testing",
          "exportPurpose": "This is a test.",
          "memo": "test",
          "fileSize": "10"
        }
      ]
    }
    

    Properties

    ItemsRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerNumber of 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
    descriptionYesStringExport target file description
    exportPurposeYesStringExport purpose
    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.