apply-file-import
    • PDF

    apply-file-import

    • PDF

    Article summary

    Requests file import to Cloud Data Box.

    POST https://{endpoint}/import/apply-file-import
    

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxNoYesIntegerData Box number
    bucketNameYesStringImport source bucket name
    fileList.nameYesString- Maximum of 5 files per import
    - Maximum of 500 MB per file
    Import source file name
    nasInstanceNoYesIntegerNAS instance number of import destination

    Responses

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

    Examples

    Request examples

    {
      "dataBoxNo": 1,
      "bucketName": "databox",
      "fileList": [
        {
          "name": "10m.bin"
        }
      ],
      "nasInstanceNo": 3217297
    }
    

    Response examples

    {
      "totalCount": 1,
      "content": [
        {
          "importNo": 1178,
          "nasInstanceNo": 3217297,
          "nasName": "nasw1",
          "bucketName": "databox",
          "fileName": "10m.bin",
          "status": "import complete",
          "statusCode": "SCSS"
        }
      ]
    }
    
    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?

    What's Next
    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.