Skip to main content

Get Media List for a Library

Select

Customer Managed

Get the list of media for given library.

Path Parameters
  • libraryId int32 required

    Id of Library

Query Parameters
  • filterMediaType required

    Possible values: [ALL, SPARE, CLEANING, RETIRED, OVERWRITE_PROTECT, AGED, FOREIGN, CATALOG, ASSIGNED, ERASABLE]

    Filter media list to given FilterMediaType

  • isExported boolean required

    List "Media In Library" only if isExported is set to false otherwise list "Exported Media"

Responses

OK


Schema
  • mediaDetailsList object[]
  • 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...