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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
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
{
"id": 0,
"name": "string",
"manufacturer": "string",
"model": "string",
"firmwareRevision": "string",
"serialNumber": "string",
"hoursUsedSinceLastClean": 0,
"status": {}
}
Requested Details not found
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...