Skip to main content

Update Node properties

Update properties of a specific Node (MediaAgent)

Path Parameters
  • nodeId int32 required

    Id of the Node (MediaAgent client Id)

Request Body
  • mediaAgentInfo object

    MediaAgent information for update operations

  • mediaAgent object
  • mediaAgentId int32
  • mediaAgentName string
  • netHostName string
  • description string
  • status string

    Possible values: [OFFLINE, ONLINE, MAINTENANCE]

  • statusDescription string
  • rolesBitMask int32
  • offlineReason int32
  • isDDBSupported boolean
  • isDDBSubclientConfigured boolean
  • vssDestinationVolume string
  • numberOfDisks int32
  • mediaAgentProps object
  • enableMA boolean
  • optimizeForConcurrentLANBackups boolean
  • enableAutomaticParallelDataTransferSelection boolean
  • maxNumOfParallelDataTransferOperations int32
  • markMAOfflineForMaintenance boolean
  • isRansomwareProtected boolean
  • blockSizeKB int32
  • indexRetentionDays int32
  • enableMAAfterDelay boolean
  • enableSnapBackups boolean
  • isRansomwareProtectionSupported boolean
  • scaleoutNodeType string

    Possible values: [NONE, GLUSTER, HEDVIG, CDM, S3]

  • region object
  • id int32
  • name string
  • displayName string
  • regionType string

    Possible values: [CV_DEFAULT, AZURE, AWS, USER_CREATED, OCI, GCP]

  • osInfo object
  • Type string
  • osId int32
  • SubType string
  • OsDisplayInfo object
  • OSName string
  • osVersion string
  • powerManagementInfo object
  • isPowerManagementEnabled boolean
  • isPowerMgmtSupported boolean
  • isPowerMgmtAllowed boolean
  • powerStatus int32
  • clientGroups object[]
  • id int32
  • name string
Responses

Success


Schema
  • jobIds int64[]
  • error object
  • errorMessage string
  • errorCode int32
Loading...