Get MediaAgents
Select
SaaS
Customer Managed
Get All Media Agents
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.
status stringPossible values: [
ONLINE
,OFFLINE
,MAINTENANCE
]Current status of the media agent.
isUnlicensedMA booleanUsed to determine if the MA is licensed or not.
offlineReason stringProvides a reason for the media agent being offline. Only given when the media agent is offline.
offlineReasonValue int32A flag for offline reason. Only given when the media agent is offline.
operatingSystem object
id int32name stringtype stringversion stringThe service pack of the media agent.
releaseId int32Release version of the media agent.
description stringDescription of the media agent.
company object
id int32name string
{
"mediaAgents": [
{
"id": 0,
"name": "string",
"displayName": "string",
"status": "ONLINE",
"isUnlicensedMA": true,
"offlineReason": "string",
"offlineReasonValue": 0,
"operatingSystem": {
"id": 0,
"name": "string",
"type": "string"
},
"version": "string",
"releaseId": 0,
"description": "string",
"company": {
"id": 0,
"name": "string"
}
}
]
}
Requested Details not found
Loading...