Modify Media Agent Details
Select
Modify the properties of an existing media agent
Path Parameters
- mediaAgentId int32 required
Id of the mediaAgent to update
- application/json
Request Body
- description string
Provides the media agent with a new description.
control object
enabled booleanDetermines if the media agent is currently enabled or disabled.
optimizeForConcurrentLANBackups booleanAllows optimization for concurrent LAN backups. If set to true, default value for parallel data transfer operations will be 100. If set to false, default value of parallel data transfer operations will be set to 25.
maintenanceMode booleanSpecifies whether the MediaAgent is available for data protection, data recovery and auxiliary copy operations.
ransomwareProtection booleanIf set to true, ransomware protection against the media agent is enabled. If set to false, ransomware protection against media agent is disabled.
parallelDataTransferOperations int32Specifies the number of parallel data operations that can take place.
indexCache object
path stringPath where the index cache is maintained.
logsCache object
enabled booleanThis tag determines if the logs cache has been enabled or not.
path stringIf the logs cache is enabled, this tag gives the path to store the logs cache.
security object
A list of users or user groups each having a specific set of roles that determine the kind of operations they can perform on the entity. Either id/name of the user/usergroup/roles can be provided. If both id and name are provided, id will be taken into consideration.
user object
id int32name stringuserGroup object
id int32name stringrole object
id int32name string
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Requested Details not found