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


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

Import All BlackPearl Foreign Tapes
Description
Imports all tapes in the library associated with a different BlackPearl system. If one or more buckets being imported does not already exist, the user ID and data policy to use for any new buckets must be specified. The storage domain to use may optionally be specified. If not specified, the BlackPearl system attempts to automatically determine the most logical storage domain in which to add the tape.
Notes:
§
§
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape?operation=IMPORT[&conflict_resolution_mode=ACCEPT_EXISTING|ACCEPT_MOST_RECENT|CANCEL][&data_policy_id={string}][&priority=CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND][&storage_domain_id={string}][&user_id={string}][&verify_data_after_import=CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND][&verify_data_prior_to_import=TRUE|FALSE]
Request Parameters
§
ACCEPT_EXISTING — Keep the file currently in the BlackPearl database.
§
ACCEPT_MOST_RECENT — Keep the file with the most recent creation date.
§
CANCEL (default) — Cancel the import process.
Note: If there are new buckets on the tape, the data_policy_id is required.
The priority for processing the import. The priority determines the resources assigned and the processing order. Imports can be interrupted every 30 minutes if a job with a higher priority is received.
Values: URGENT, HIGH, NORMAL, LOW
Values: URGENT, HIGH, NORMAL, LOW
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request imports all tapes in the library associated with a different BlackPearl system.
PUT http://blackpearl-hostname/_rest_/tape?operation=IMPORT HTTP/1.1
Sample Response
HTTP/1.1 204 No Content