Get Vault Tracker Media Details either by actionId or by policyId or by containerId or by locationId
Select
Get the details of vault tracker media.
Query Parameters
- actionId int32
List Media by actionId
- policyId int32
List Media by policyId
- containerId int32
List Media by containerId
- locationId int32
List Media by locationId
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
vaultTrackerMediaDetailsList object[]
actionId int32Id of Action
mediaId int32Id of media
historyId int32Id of history
policyId int32Id of policy
barcode stringBarcode label of media
state stringstate of media
library object
id int32name stringsourceLocation object
id int32name stringcurrentLocation object
id int32name stringdestLocation object
id int32name stringcontainer object
id int32name stringdueBackForReuseOn stringDue back for reuse 'Now' or 'Never'
exportError stringExport error message
storagePolicy object
id int32name stringstoragePolicyCopy object
id int32name stringisInLibrary booleanMedia is in library or not
{
"vaultTrackerMediaDetailsList": [
{
"actionId": 0,
"mediaId": 0,
"historyId": 0,
"policyId": 0,
"barcode": "string",
"state": "string",
"library": {
"id": 0,
"name": "string"
},
"sourceLocation": {
"id": 0,
"name": "string"
},
"currentLocation": {
"id": 0,
"name": "string"
},
"destLocation": {
"id": 0,
"name": "string"
},
"container": {
"id": 0,
"name": "string"
},
"dueBackForReuseOn": "string",
"exportError": "string",
"storagePolicy": {
"id": 0,
"name": "string"
},
"storagePolicyCopy": {
"id": 0,
"name": "string"
},
"isInLibrary": true
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}