Skip to main content

Get Slot List for a Library

Select

Customer Managed

Get the list of slot for given library.

Path Parameters
  • libraryId int32 required

    Id of Library

Query Parameters
  • slotType required

    Possible values: [INVALID_SLOT, REGULAR_SLOT, MAIL_SLOT, CAP_SLOT]

    Filter slot list to given SlotTypes

Responses

OK


Schema
  • slotList object[]
  • slot object
  • id int32
  • name string
  • slotType

    Possible values: [INVALID_SLOT, REGULAR_SLOT, MAIL_SLOT, CAP_SLOT]

    Enum to filter the slot list based on given type

  • libraryId int32

    Id of Library

  • mediaId int32

    Id of Media

  • mediaDetails object

    Details of Media

  • mediaId int32

    Id of Media

  • isExported boolean

    Indicates whether media is exported or in library

  • libraryId int32

    Id of Library

  • libraryName string

    Name of Library

  • status string

    Status of media

  • barcode string

    Barcode label on media

  • storagePolicy object
  • id int32
  • name string
  • storagePolicyCopy object
  • id int32
  • name string
  • slot object
  • id int32
  • name string
  • container object
  • id int32
  • name string
  • storedDataBytes int64

    The amount of stored data in media

  • lastWriteTime int64

    The date and time when the last write occurred on media

  • retainDataUntil int64

    The date and time until the data should be retained

  • spareGroup object
  • id int32
  • name string
  • spareGroupType

    Possible values: [REGULAR_SPARE_GROUP, DEFAULT_SPARE_GROUP, UNIDENTIFIED_GROUP, DEPRECATED_GROUP, FOREIGN_GROUP, CLEANING_GROUP, OVERWRITE_PROTECT_GROUP, CATALOG_GROUP, REGULAR_AND_DEFAULT_SPARE_GROUP]

    Spare group type of a group from which media belongs

  • mediaType object
  • id int32
  • name string
  • drive object
  • id int32
  • name string
  • isInMediaGroup boolean

    Indicates whether media is assigned or not.

  • guiMediaAttribute int64

    Attributes of Media

Loading...