Skip to main content

Modify Media Agent Details

Modify the properties of an existing media agent

Path Parameters
  • mediaAgentId int32 required

    Id of the mediaAgent to update

Request Body
  • description string

    Provides the media agent with a new description.

  • control object
  • enabled boolean

    Determines if the media agent is currently enabled or disabled.

  • optimizeForConcurrentLANBackups boolean

    Allows 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 boolean

    Specifies whether the MediaAgent is available for data protection, data recovery and auxiliary copy operations.

  • ransomwareProtection boolean

    If set to true, ransomware protection against the media agent is enabled. If set to false, ransomware protection against media agent is disabled.

  • parallelDataTransferOperations int32

    Specifies the number of parallel data operations that can take place.

  • indexCache object
  • path string

    Path where the index cache is maintained.

  • logsCache object
  • enabled boolean

    This tag determines if the logs cache has been enabled or not.

  • path string

    If 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 int32
  • name string
  • userGroup object
  • id int32
  • name string
  • role object
  • id int32
  • name string
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
Loading...