Cancel Online of Tapes Description Cancels the onlining, or movement of all tapes from the entry/exit pool to the storage pool. Onlining that is in process cannot be canceled. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/tape/?operation=CANCEL_ONLINE Request Parameters Parameter Description Required operation The operation to perform. For this request, the operation is cancel onlining. Value: CANCEL_ONLINE yes 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 cancels pending onlining for all tapes. PUT http://blackpearl-hostname/_rest_/tape/?operation=CANCEL_ONLINE HTTP/1.1 Sample Response HTTP/1.1 204 No Content