Update Backup Location properties of local storage
Select
Modify the properties of an existing mount path of local storage pool
Path Parameters
- storagePoolId int32 required
Id of the local storage pool 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
- 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