Get Tape Storage
This endpoint is used to return the list of tape storages.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
tapeList object[]
List of tapes
id int32Returns tape id.
name stringReturns tape name.
storageType stringPossible values: [
INVALID
,TAPE
,OPTICAL
,MAGNETIC
,STANDALONE_TAPE
,STANDALONE_OPTICAL
,DECONFIGURED_LIBRARY
,EXTERNAL_PNP_LIBRARY
]The type of tapeStorage
status stringreturns status of the tape ie if it is online or offline.
manufacturer stringReturns the manufacturer of the tape.
model stringReturns the tape model.
company object
id int32name stringcommcell object
id int32name string
{
"tapeList": [
{
"id": 0,
"name": "string",
"storageType": "INVALID",
"status": "string",
"manufacturer": "string",
"model": "string",
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"id": 0,
"name": "string"
}
}
]
}
Requested Details not found
Loading...