MENU
      get-export-apply-detail

        get-export-apply-detail


        Article summary

        Get the list of export requests in Cloud Data Box.

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

        Request

        Request parameters

        Parameter nameRequiredTypeRestrictionsDescription
        dataBoxNoYesIntegerData box number
        exportNoYesIntegerExport request number

        Response

        HTTP status codeDescription
        200Succeeded
        400Request information error
        401Authentication failed
        403No permission for request information
        404Resource does not exist
        500Server error

        Examples

        Request example

        GET https://databox.apigw.ntruss.com/api/v1/export/get-export-apply-detail?dataBoxNo=1&exportNo=1
        HTTP

        Response example

        {
          "exportNo": 1,
          "nasInstanceNo": 12345,
          "nasName": "nasw1",
          "bucketName": "export-bucket",
          "fileName": "test.csv",
          "status": "Approved (bucket transfer completed)"
        }
        JSON

        Property

        CategoryRequiredTypeRestrictionsDescription
        exportNoYesStringExport request ID
        nasInstanceNoYesStringExport source NAS instance ID
        nasNameYesStringExport source NAS name
        bucketNameYesStringExport destination bucket name
        fileNameYesStringExport file name
        statusYesStringExport status

        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.