Apache CloudStack 4.23.0.0 Root Admin API Reference
importBackupOffering
Imports a backup offering using a backup provider
Request parameters
| Parameter Name | Description | Required |
| allowuserdrivenbackups | Whether users are allowed to create adhoc backups and backup schedules | true |
| description | The description of the backup offering | true |
| externalid | The backup offering ID (from backup provider side) | true |
| name | The name of the backup offering | true |
| zoneid | The zone ID | true |
| domainid | the ID of the containing domain(s), null for public offerings | 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 |