Create a backup location for local storage
Create a new backup location for local storage.
Path Parameters
- storagePoolId int32 required
Id of the local storage pool to update
- application/json
Request Body
mediaAgent object required
id int32name string- backupLocation string required
The mount path on the media agent where the data is to be backed up.
credentials object
name stringusername to access the network path
password stringpassword to access the network path
savedCredentials object
id int32name stringsharedBackupLocations object[]
list of shared paths for this new Mount Path
mountPathId int32Id of mount path
sharedPath object
Shared path and OSType
osType string requiredPossible values: [
WINDOWS,UNIX]Operating system type for shared path
sharedMountPath string requiredShared mount path
savedCredentials object
id int32name string
Responses
- 200
- 400
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Bad Request
Requested Details not found
Internal Server Error
Loading...