Skip to main content

ReturnDrivePoolDetails

Select

Customer Managed

This endpoint is used to return the details of Drive Pool.

Path Parameters
  • libraryId int32 required

    Id of the Tape of which the drive details has to be displayed

  • driveId int32 required

    Id of the Drive of which the drive details has to be displayed

Responses

Success


Schema
  • id int32
  • name string
  • manufacturer string

    drive manufacturer.

  • model string

    drive model.

  • firmwareRevision string

    drive firmwareRevision.

  • serialNumber string

    drive serial Number.

  • hoursUsedSinceLastClean int32

    drive hours used from last clean.

  • status object
GET /v4/storage/tape/:libraryid/drive/:driveid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
libraryId — path required
driveId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Tape/:libraryId/Drive/:driveId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'