Skip to main content

FetchTapeMediaDetails

Fetch tape media details based on the tape library Id

Path Parameters
  • libraryId int32 required

    Id of the library to view the data

Responses

Success


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.

GET /v4/storage/tape/:libraryid/media    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
libraryId — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Tape/:libraryId/Media' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'