get-import-apply-list
    • PDF

    get-import-apply-list

    • PDF

    Article summary

    Views the imported request list in Cloud Data Box.

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

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxNoYesIntegerData Box number
    applyStartDateNoStringyyyyMMddHHmmssStarting time of request list view
    applyEndDateNoStringyyyyMMddHHmmssEnding time of request list view
    pageNoNoInteger1 ~ 1000Page number
    pageSizeNoInteger1 ~ 1000Number of items searched per page

    Responses

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

    Examples

    Request examples

    GET https://databox.apigw.ntruss.com/api/v1/import/get-import-apply-list?dataBoxNo=1
    

    Response examples

    {
      "totalCount": 1,
      "content": [
        {
          "importNo": 1178,
          "nasInstanceNo": 3217297,
          "nasName": "nasw1",
          "bucketName": "databox",
          "fileName": "10m.bin",
          "status": "import complete",
          "statusCode": "SCSS"
        }
      ]
    }
    

    Property

    ItemRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerTotal number of import request
    importNoYesStringImport request number
    nasInstanceNoYesStringNAS instance number of import destination
    nasNameYesStringNAS name of import destination
    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.