Create a backup location for local storage
Select
SaaS
Customer Managed
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 stringsharedPaths object[] required
list of shared paths for this new 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
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...