get-import-apply-detail
    • PDF

    get-import-apply-detail

    • PDF

    Article summary

    Get the list of import requests in Cloud Data Box.

    GET https://{endpoint}/import/get-import-apply-detail
    

    Request

    Request parameter

    Parameter nameRequiredTypeRestrictionsDescription
    dataBoxNoYesIntegerData box number
    importNoYesInteger1 - 1000Import 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/import/get-import-apply-detail?dataBoxNo=1&importNo=1
    

    Response example

    {
      "importNo": 1,
      "nasInstanceNo": 3217297,
      "bucketName": "databox",
      "nasName": "nasw1",
      "fileName": "10m.bin",
      "status": "Import completed",
      "statusCode": "SCSS"
    }
    

    Property

    CategoryRequiredTypeRestrictionsDescription
    importNoYesStringImport request ID
    nasInstanceNoYesStringImport destination NAS instance ID
    nasNameYesStringImport destination NAS name
    bucketNameYesStringImport source bucket name
    fileNameYesStringImport file name
    statusYesStringImport status
    statusCodeYesStringImport status code

    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.