Skip to main content

Detect IP Library Drives

Detects drives eligible for IP Library configuration based on the given library and media agents.

Path Parameters
  • libraryId int64 required

    ID of the Library

Request Body required
  • mediaAgents object[] required

    List of Media Agents required to detect drives for IP Library

  • id int32
  • name string
Responses

IP Library drives detected successfully


Schema
  • error object
  • errorMessage string
  • errorCode int32
  • driveInfoList object[]

    List of detected IP Library drive details

  • Vendor string

    Drive vendor name

  • Model string

    Drive model name

  • FirmWare string

    Firmware version

  • SerialNumber string

    Drive serial number

  • ScsiAddress string

    SCSI address of the drive

  • ScsiAccessPath string

    SCSI access path

  • DriveId string

    Unique drive identifier

  • DetectedMediaAgent string

    Media agent where the drive was detected

  • driveIdList string[]

    List of detected drive identifiers from ACSLS

Loading...