Skip to main content

Get Info for Discover Media Operation

Select

Customer Managed

API to fetch all required details for performing Discover Media operation

Path Parameters
  • libraryId int32 required

    Library ID of the Tape Storage

Responses

OK


Schema
  • mediaTypesList object[]
  • id int32
  • name string
  • spareGroupTypeId int32
  • spareGroupsList object[]
  • id int32
  • name string
  • typeId int32
GET /v4/storage/tape/:libraryid/mediatype    

Authorization

type: apiKeyname: Authtokenin: header

Request

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