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


Hardware Operations : Tape Library and Component Operations : Verify Tapes

Verify Tapes
Description
Verifies the media contents across all tapes. This request may take a very long time.
Note:
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape?operation=VERIFY[&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. Verify tasks can be interrupted every 30 minutes if a job with a higher priority is received.
Values: URGENT, HIGH, NORMAL, LOW (default)
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request verifies the content on all tapes.
PUT http://blackpearl-hostname/_rest_/tape?operation=VERIFY HTTP/1.1
Sample Response
HTTP/1.1 204 No Content