Skip to main content

Get All MediaAgent IDs

Select

SaaS
Customer Managed

This operation returns a list of MediaAgents.

More Details

Responses

OK


Schema
  • response object[]
  • entityInfo object
  • name string
  • id integer
GET /mediaagent    

Authorization

type: apiKeyname: Authtokenin: header

Request

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