Get VOLSER range

Retrieves information about the VOLSER range and its import and export policies

Request syntax

Path parameters

name (string)

The unique name of the logical library in the library.

Example

> GET /v1/volserRanges
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1903
[
  {
    "mediaType": "LTO" 
    "start": "AAA000", 
    "end": "AAA999", 
    "assignOnImportTo": myLL1, "reassignOnExportTo": null, "cartridges": 15, 
    "cartridgesNotAssigned": 0 
 }, {
     . . .
 }
]

Attributes

mediaType (string)

The cartridge media type supported by the logical library. One of LTO or 3592.

start (string)

The starting VOLSER, inclusive, of the VOLSER range.

end (string)

The ending VOLSER, inclusive, of the VOLSER range.

assignOnImportTo (string)

This is either null if no assignment should be done when a cartridge in this range is inserted into the library, or the name of the logical library to assign newly imported cartridges to in this range.

reassignOnExportTo (string)

This is either null if no reassignment should be done when a cartridge in this range is exported to an I/O station by a host, or the name of the logical library to reassign cartridges exported by a host to in this range instead of exporting them.

cartridges (number)

The number of cartridges in the library that fall in this VOLSER range.