Online Tapes Description Onlines (moves tapes from the entry/exit pool to the storage pool) all tapes that are eligible to be onlined. Tapes must be onlined before they can be used. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/tape/?operation=ONLINE Request Parameters Parameter Description Required operation The operation to perform. For this request, the operation is online. Value: 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 onlines all tapes in the entry/exit pool. PUT http://blackpearl-hostname/_rest_/tape/?operation=online HTTP/1.1 Sample Response HTTP/1.1 204 No Content