Eject Tapes Description Ejects all tapes that are eligible to be ejected. 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 Parameter Description Required operation The operation to perform. For this request, the operation is eject. Value: EJECT yes eject_label Enter information to assist in the handling of the tape. no eject_location Enter information to describe where the ejected tape can be located. no Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 207: Multi-Status (with list of errors) 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