Create a local storage pool
Select
SaaS
Customer Managed
Create a new Local storage pool
- application/json
Request Body
- name string required
Name of the Local Storage to be created.
storage object[] required
A list of backup locations can be provided for the storage pool being created.
backupLocation stringmediaAgent object required
id int32name stringcredentials object
name stringusername to access the network path
password stringpassword to access the network path
savedCredentials object
id int32name string- enableDeduplication boolean required
enables or disables deduplication
deduplicationDBStorage object[]
A list of dedupe locations can be provided for the storage pool being created. This provides an efficient way to save/store data by eliminating duplicate blocks of data during backups.
path stringmediaAgent object
id int32name string
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Bad Request
Internal Server Error
Loading...