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 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...