Skip to main content

Configure IP Library Drives

Configures the detected drives for an IP Library and returns any drives that were skipped along with reasons.

Path Parameters
  • libraryId int64 required

    ID of the Library

Request Body required

Request payload to configure IP Library drives

  • driveInfoList object[] required
  • Vendor string required

    Drive vendor name

  • Model string required

    Drive model name

  • FirmWare string

    Firmware version

  • SerialNumber string required

    Drive serial number

  • ScsiAddress string

    SCSI address of the drive

  • ScsiAccessPath string

    SCSI access path

  • DriveId string required

    Unique drive identifier

  • DetectedMediaAgent string required

    Media agent where the drive was detected

Responses

IP Library drives configured successfully


Schema
  • library object
  • id int32
  • name string
  • configuredDriveInfoList object[]

    List of drives successfully configured for the IP Library

  • 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

  • skippedDriveInfoList object[]

    List of drives that were skipped during configuration

  • driveInfo object
  • 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

  • reason string

    Reason why the drive was skipped

  • error object
  • errorMessage string
  • errorCode int32
Loading...