Skip to main content

Get MediaAgents for DDB

Get All Media Agents for DDB

Responses

Success


Schema
  • mediaAgents object[]
  • id int32

    Id of the media agent.

  • name string

    Name of the media agent.

  • displayName string

    Display name of the media agent.

  • releaseId int32

    Release version of the media agent.

  • SIMOSId int32

    Operating System Id of the media agent.

  • isDDBSubclientConfigured boolean

    Used to determine if a DDB subclient has been configured for this media agent.

  • OSType string

    Media Agent operating system type.

  • isConfigured boolean

    Used to determine if the Media Agent is configured or not.

GET /v4/ddb/mediaagents    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/DDB/MediaAgents' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'