FetchTapeMediaDetails
Select
Customer Managed
Fetch tape media details based on the tape library Id
Path Parameters
- libraryId int32 required
Id of the library to view the data
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- totalMedia int32
number of media.
- spareMedia int32
number of spare media.
- cleaningMedia int32
number of cleaned media.
- agedMedia int32
number of aged media.
- assignedMedia int32
number of assigned media.
- vaultTrackerPolicies object[]
list of VaultTrackPolicies.
{
"totalMedia": 0,
"spareMedia": 0,
"cleaningMedia": 0,
"agedMedia": 0,
"assignedMedia": 0,
"vaultTrackerPolicies": [
{
"id": 0,
"name": "string",
"online": "string",
"destination": {
"location": {
"id": 0,
"name": "string",
"type": 0
},
"library": {
"id": 0,
"name": "string",
"type": 0
},
"shelf": {
"id": 0,
"name": "string",
"type": 0
}
}
}
]
}
Requested Details not found
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...