Skip to main content

Create IP Library

Create IP Library

Request Body
  • libraryType IPLibraryType required

    Possible values: [ACSLS, ACSLS_SN6000]

    ACSLS Library Type

  • host string required

    Default value of Host is ACSLS default Server

  • mediaAgent object required
  • id int32
  • name string
  • vendor IPLibraryVendor required

    Possible values: [STK]

    ACSLS Library Vendor

  • model IPLibraryModel required

    Possible values: [ACSLS, ACSLS_SN6000]

    ACSLS Library Model

  • description string

    Description regarding IP library

  • driveCount int32 required

    Possible values: >= 1

    Detail of drive count

  • workPoolNumber int32 required

    Detail of Work Pool Number

  • volumeRange string

    Volume Range Details

Responses

IP Library created successfully


Schema
  • error object
  • errorMessage string
  • errorCode int32
  • library object
  • id int32
  • name string
  • driveInfoList object[]

    List of 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 drive identifiers

Loading...