Get Media Agent Details
Select
SaaS
Customer Managed
Get details of a media agent based on id
Path Parameters
- mediaAgentId int32 required
Id of the Media Agent whose details have to be fetched
Query Parameters
- showInheritedAssociation boolean
Show inherited security association
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
general object
indexCache object
control object
security object[]
{
"general": {
"id": 0,
"name": "string",
"displayName": "string",
"status": "ONLINE",
"offlineReason": "string",
"operatingSystem": "string",
"version": "string",
"description": "string"
},
"indexCache": {
"path": "string",
"logsCache": {
"enabled": true,
"path": "string"
}
},
"control": {
"enabled": true,
"optimizeForConcurrentLANBackups": true,
"maintenanceMode": true,
"ransomwareProtection": true,
"parallelDataTransferOperations": 0
},
"security": [
{
"user": {
"id": 0,
"name": "string"
},
"userGroup": {
"id": 0,
"name": "string"
},
"externalUserGroup": {
"id": 0,
"name": "string",
"providerId": 0,
"providerName": "string"
},
"isCreatorAssociation": true,
"role": {
"id": 0,
"name": "string"
},
"permissionList": [
{
"permissionId": 0,
"permissionName": "string",
"categoryId": 0,
"categoryName": "string",
"type": "ALL_CATEGORIES",
"exclude": true
}
]
}
]
}
Requested Details not found
GET /v4/mediaagent/:mediaagentid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'