Skip to main content

FetchTapeDetails

Fetches tape details based on the tape library Id provided

Path Parameters
  • libraryId int32 required

    Id of the library to view the data

Responses

Success


Schema
  • id int32
  • name string
  • manufacturer string

    library manufacturer.

  • model string

    library model.

  • firmwareRevision string

    library firmware revision.

  • barcodeReader boolean

    library bar code.

  • serialNumber string

    library serial number.

  • libraryType int32

    library type.

  • status object
  • drives object[]

    list of drives.

  • id int32
  • name string
  • type string

    drive type.

  • online string

    status of a drive.

  • status string

    access of a drive.

  • barCode string

    barCode of a drive.

  • mountStatus string

    Possible values: [MEDIA_MOUNTED, MEDIA_IS_BEING_MOUNTED, MEDIA_IS_BEING_UNMOUNTED, MEDIA_IS_UNUSABLE]

    mountStatus of a drive.

  • activeMediaAgent string

    media Agent of the drive.

  • driveAttributes int32

    if the drive attribute is 1 then the drive is cleanable.

  • storage object[]

    Returns list of stroage.

  • id int32
  • name string
  • online string

    stoagePool status.

  • type string

    stoagePool type.

Loading...