Apache CloudStack 4.20.0.0 Root Admin API Reference
addBackupRepository
Adds a backup repository to store NAS backups
Request parameters
Parameter Name | Description | Required |
address | address of the backup repository | true |
name | name of the backup repository | true |
type | type of the backup repository storage. Supported values: nfs, cephfs, cifs | true |
zoneid | ID of the zone where the backup repository is to be added | true |
capacitybytes | capacity of this backup repository | false |
mountopts | shared storage mount options | false |
provider | backup repository provider | false |
Response Tags
Response Name | Description |
id | the ID of the backup repository |
address | the address / url of the backup repository |
capacitybytes | capacity of the backup repository |
created | the date and time the backup repository was added |
mountopts | mount options for the backup repository |
name | the name of the backup repository |
provider | name of the provider |
type | backup type |
zoneid | the Zone ID of the backup repository |
zonename | the Zone name of the backup repository |