Skip to main content

Get Vault Tracker Media Details either by actionId or by policyId or by containerId or by locationId

Select

Customer Managed

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

Responses

OK


Schema
  • vaultTrackerMediaDetailsList object[]
  • actionId int32

    Id of Action

  • mediaId int32

    Id of media

  • historyId int32

    Id of history

  • policyId int32

    Id of policy

  • barcode string

    Barcode label of media

  • state string

    state of media

  • library object
  • id int32
  • name string
  • sourceLocation object
  • id int32
  • name string
  • currentLocation object
  • id int32
  • name string
  • destLocation object
  • id int32
  • name string
  • container object
  • id int32
  • name string
  • dueBackForReuseOn string

    Due back for reuse 'Now' or 'Never'

  • exportError string

    Export error message

  • storagePolicy object
  • id int32
  • name string
  • storagePolicyCopy object
  • id int32
  • name string
  • isInLibrary boolean

    Media is in library or not

GET /v4/vaulttracker/media    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
actionId — query
policyId — query
containerId — query
locationId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VaultTracker/Media' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'