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


Hardware Operations : Tape Library and Component Operations : Inspect Tapes

Inspect Tapes
Description
Add all tapes that have not already been inspected or are not already in the queue to be inspected, to the inspection queue.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape?operation=INSPECT[&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 queues all tapes that have not previously been inspected to be inspected.
PUT http://blackpearl-hostname/_rest_/tape?operation=INSPECT HTTP/1.1
Sample Response
HTTP/1.1 204 No Content