Apache CloudStack 4.22.0.0 Root Admin API Reference
updateBackupRepository
Update a backup repository
Request parameters
| Parameter Name | Description | Required |
| id | ID of the backup repository | true |
| address | address of the backup repository | false |
| crosszoneinstancecreation | backups in this repository can be used to create Instances on all Zones | false |
| mountopts | shared storage mount options | false |
| name | name of the backup repository | 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 |
| crosszoneinstancecreation | the backups in this repository can be used to create Instances on all Zones |
| 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 |