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


Hardware Operations : Tape Library and Component Operations : Eject Tapes

Eject Tapes
Description
Ejects all tapes that are eligible to be ejected. Tapes are not eligible for ejection if mediaEjectionAllowed=FALSE for the storage domain (see media_ejection_ allowed). If a tape is in use, it is ejected once it is no longer in use.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/tape?operation=EJECT[&eject_label={string}][&eject_location={string}]
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request queues all eligible tapes to be ejected.
PUT http://blackpearl-hostname/_rest_/tape?operation=EJECT HTTP/1.1
Sample Response
HTTP/1.1 204 No Content