Skip to main content

Get MediaAgent for Library

Select

Customer Managed

This operation returns the list of MediaAgents accessing a library.

More Details

Query Parameters
  • LibraryId int32 required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • mediaAgentList object[]
  • mediaAgentId integer
  • osVersion string
  • description string
  • libraryType integer
  • mediaAgentName string
  • platform string
  • status string
GET /mediaagentforlibrary    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
LibraryId — query required
Accept — header required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/MediaAgentForLibrary' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'