get-export-apply-detail

Prev Next

Available in VPC

Get detailed information about a file export request.

Request

This section describes the request format. The method and URI are as follows:

Method URI
GET /api/v1/export/get-export-apply-detail

Request headers

For information about the headers common to all Cloud Data Box APIs, see Cloud Data Box request headers.

Request query parameters

You can use the following query parameters with your request:

Field Type Required Description
dataBoxNo Integer Required Data box number
  • Number displayed in common for server names in the Infrastructure tab menu that appears after clicking the [View Server Details] button in the My Space menu of the NAVER Cloud Platform Console.
exportNo Integer Required Export request number

Request example

The request example is as follows:

curl --location --request GET 'https://databox.apigw.ntruss.com/api/v1/export/get-export-apply-detail?dataBoxNo=****&exportNo=****' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'

Response

This section describes the response format.

Response body

The response body includes the following data:

Field Type Required Description
exportNo Integer - Export request number
nasInstanceNo Integer - Source NAS instance number
bucketName String - Target bucket name
nasName String - Source NAS name
fileName String - Export file name
status String - Export status
  • Review requested (before file transfer) | Review requested (file transfer in progress) | Review requested (file transfer completed) | Approved (bucket transfer in progress) | Approved (bucket transfer completed) | Rejected
    • Review request (before file transfer): Prepare to transfer the file to Object Storage for review.
    • Review requested (file transfer in progress): Transfer the file Object Storage for review.
    • Review requested (file transfer completed): File transfer to Object Storage for review completed.
    • Approved (bucket transfer in progress): After approval of the export, proceed with the file transfer to the target bucket.
    • Approved (bucket transfer completed): After approval of the export, file transfer to the target bucket is completed.
    • Rejected: Export review rejected.

Response status codes

For information about the HTTP status codes common to all Cloud Data Box APIs, see Cloud Data Box response status codes.

Response example

The response example is as follows:

{
    "exportNo": 3294,
    "nasInstanceNo": ********,
    "bucketName": "bckt111",
    "nasName": "nasw1",
    "fileName": "T1_member.txt",
    "status": "Approved (bucket transfer completed)"
}