Update Backup Location properties
Select
Modify the properties of an existing mount path
Path Parameters
- storagePoolId int32 required
Id of the disk storage to update
- backupLocationId int32 required
Id of the backup location to update
- application/json
Request Body
mediaAgent object required
id int32name string- access string
Possible values: [
READ_AND_WRITE
,READ
]The access type for the access path can be either read (writing to path not allowed) or read and write (writing to path allowed).
credentials object
name stringusername to access the network path
password stringpassword to access the network path
savedCredentials object
id int32name stringconfiguration object
While adding network access path, please add credentials or saved credentials. If both are provided, credentials will be selected.
enableBackupLocation booleanUsed to enable or disable backup location
disableBackupLocationforFutureBackups booleanUsed to determine if backup location has to be disabled or enabled for future backups
prepareForRetirement booleanUsed to determine if the backup location has to be prepared for retirement
- backupLocation string
Can be used to change the disk access path.
- enabled boolean
sharedPaths object[]
List of shared paths associated with updated Mount Path
mountPathId int32Id of mount path associated with shared path
sharedMountPath string requiredShared mount path
savedCredentials object required
id int32name stringsharedToMA object required
Media Agent to which path is shared
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