Tape_drives

(By tape library) Lists all tape drives.

get

API Key Scope: tape_drives / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_library_idstringRequired

Numeric ID, serial, or name of tape library.

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

sort_bystring[]Optional

Sort results by attribute.

Can sort on multiple attributes, separated by |. Order direction can be suffixing the attribute by either :asc (default) or :desc.

idstringOptional

Filter on id

namestringOptional

Filter on name

serialstringOptional

Filter on serial

commentstringOptional

Filter on comment

scsi_addressstringOptional

Filter on scsi address

vendorstringOptional

Filter on vendor

productstringOptional

Filter on product

firmwarestringOptional

Filter on firmware

devicestringOptional

Filter on device

sgdevicestringOptional

Filter on sgdevice

libsostringOptional

Filter on libso

acsstringOptional

Filter on acs

lsmstringOptional

Filter on lsm

panelstringOptional

Filter on panel

transportstringOptional

Filter on transport

statusstringOptional

Filter on status

fullstringOptional

Filter on full

mount_countstringOptional

Filter on mount count

use_tostringOptional

Filter on use to

use_bystringOptional

Filter on use by

barcodestringOptional

Filter on barcode

task_idstringOptional

Filter on task id

use_file_processed_sizestringOptional

Filter on use file processed size

use_file_size_to_processstringOptional

Filter on use file size to process

use_file_name_processedstringOptional

Filter on use file name processed

bandwidthstringOptional

Filter on bandwidth

Responses
get
/tape_libraries/{tape_library_id}/tape_drives
200

List of tape drives.

(By tape library) Creates a new tape drive.

post

API Key Scope: tape_drives / create

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_library_idstringRequired

Numeric ID, serial, or name of tape library.

Body
Responses
201

A specific tape drive.

application/json
post
/tape_libraries/{tape_library_id}/tape_drives

Lists tape drives devices.

get

API Key Scope: tape_drives / devices

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_library_idstringRequired

Numeric ID, serial, or name of tape library.

Query parameters
job_idstringOptional

ID of active job

Responses
get
/tape_libraries/{tape_library_id}/tape_drives/-/devices

Lists all tape drives.

get

API Key Scope: tape_drives / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

sort_bystring[]Optional

Sort results by attribute.

Can sort on multiple attributes, separated by |. Order direction can be suffixing the attribute by either :asc (default) or :desc.

idstringOptional

Filter on id

tape_library_idstringOptional

Filter on tape library id

namestringOptional

Filter on name

serialstringOptional

Filter on serial

commentstringOptional

Filter on comment

scsi_addressstringOptional

Filter on scsi address

vendorstringOptional

Filter on vendor

productstringOptional

Filter on product

firmwarestringOptional

Filter on firmware

devicestringOptional

Filter on device

sgdevicestringOptional

Filter on sgdevice

libsostringOptional

Filter on libso

acsstringOptional

Filter on acs

lsmstringOptional

Filter on lsm

panelstringOptional

Filter on panel

transportstringOptional

Filter on transport

statusstringOptional

Filter on status

fullstringOptional

Filter on full

mount_countstringOptional

Filter on mount count

use_tostringOptional

Filter on use to

use_bystringOptional

Filter on use by

barcodestringOptional

Filter on barcode

task_idstringOptional

Filter on task id

use_file_processed_sizestringOptional

Filter on use file processed size

use_file_size_to_processstringOptional

Filter on use file size to process

use_file_name_processedstringOptional

Filter on use file name processed

bandwidthstringOptional

Filter on bandwidth

Responses
get
/tape_drives
200

List of tape drives.

Displays a specific tape drive.

get

API Key Scope: tape_drives / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_drive_serialstringRequired

Serial, or name of tape drive.

Responses
get
/tape_drives/{tape_drive_serial}

Updates a specific tape drive.

put

API Key Scope: tape_drives / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_drive_serialstringRequired

Serial, or name of tape drive.

Body
Responses
put
/tape_drives/{tape_drive_serial}

Destroys a specific tape drive.

delete

API Key Scope: tape_drives / destroy

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_drive_serialstringRequired

Serial, or name of tape drive.

Responses
delete
/tape_drives/{tape_drive_serial}
204

Tape drive destroyed.

No content

Display statistic for a specific tape drive.

get

API Key Scope: tape_drive_stats / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
tape_drive_serialstringRequired

Serial, or name of tape drive.

Responses
get
/tape_drives/{tape_drive_serial}/tape_drive_stat

List all tape drive statistics.

get

API Key Scope: tape_drive_stats / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

Responses
get
/tape_drive_stats

Last updated

Was this helpful?