Spectra Logic
1-800-833-1132 : 1-303-449-6400


Hardware Operations : Tape Library and Component Operations : Import All LTFS Foreign Tapes

Import All LTFS Foreign Tapes
Description
Imports all non-BlackPearl LTFS foreign tapes. See Import All BlackPearl Foreign Tapes to import BlackPearl foreign tapes.
Notes:
§
No matter the specifics of the data policy associated with the bucket to which the tape is imported, the BlackPearl system does not make additional copies of the objects on the tape.
§
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape?operation=IMPORT
&bucket_id={string}[&storage_domain_id={string}]
[&task_priority=URGENT|HIGH|NORMAL|LOW]
Request Parameters
The priority for processing this task. The task_priority determines the resources assigned and the processing order.
Values: URGENT, HIGH, NORMAL, LOW (default)
Responses
Response Elements
The operation returns status only. Notable status codes:
§
§
Example
Sample Request
This request imports all non-BlackPearl LTFS tapes into the bucket named “AdminBucket”.
PUT http://blackpearl-hostname/_rest_/tape?operation=IMPORT&bucket_id=AdminBucket HTTP/1.1
Sample Response
HTTP/1.1 204 No Content