Get MediaAgents for DDB
Get All Media Agents for DDB
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
mediaAgents object[]
id int32Id of the media agent.
name stringName of the media agent.
displayName stringDisplay name of the media agent.
releaseId int32Release version of the media agent.
SIMOSId int32Operating System Id of the media agent.
isDDBSubclientConfigured booleanUsed to determine if a DDB subclient has been configured for this media agent.
OSType stringMedia Agent operating system type.
isConfigured booleanUsed to determine if the Media Agent is configured or not.
{
"mediaAgents": [
{
"id": 0,
"name": "string",
"displayName": "string",
"releaseId": 0,
"SIMOSId": 0,
"isDDBSubclientConfigured": true,
"OSType": "string",
"isConfigured": true
}
]
}
Requested Details not found
Loading...