Apache CloudStack 4.23.0.0 Root Admin API Reference
cloneBackupOffering
Clones a backup offering from an existing offering
Request parameters
| Parameter Name | Description | Required |
| name | The name of the cloned offering | true |
| sourceofferingid | The ID of the source backup offering to clone from | true |
| allowuserdrivenbackups | Whether users are allowed to create adhoc backups and backup schedules | false |
| description | The description of the cloned offering | false |
| domainid | the ID of the containing domain(s) as comma separated string, public for public offerings | false |
| externalid | The backup offering ID (from backup provider side) | false |
| zoneid | The zone ID | false |
Response Tags
| Response Name | Description |
| id | ID of the backup offering |
| allowuserdrivenbackups | Whether the offering allows User driven ad-hoc/scheduled backups |
| backupofferingdetails | Details for the backup offering |
| created | The date this backup offering was created |
| crosszoneinstancecreation | the backups with this offering can be used to create Instances on all Zones |
| description | Description for the backup offering |
| domain | the domain name(s) this backup offering belongs to. |
| domainid | the domain ID(s) this backup offering belongs to. |
| externalid | External ID on the provider side |
| name | Name for the backup offering |
| provider | provider name |
| zoneid | Zone ID |
| zonename | Zone name |