Apache CloudStack 4.23.0.0 Root Admin API Reference
listBackupProviderOfferings
Lists external backup offerings of the provider
Request parameters
| Parameter Name | Description | Required |
| zoneid | The zone ID | true |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| domainid | List only resources belonging to the domain specified | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | 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 |