Creates a backup plan for an SAP HANA instance.
Operation description
- A backup plan defines the data source, backup policy, and other configurations. After you execute a backup plan, a backup job is generated to record the backup progress and the backup result. If a backup job is completed, a backup snapshot is generated. You can use a backup snapshot to create a restore job.
- You can specify only one type of data source in a backup plan.
- You can specify only one interval as a backup cycle in a backup plan.
- Each backup plan allows you to back up data to only one backup vault.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
hbr:CreateHanaBackupPlan | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VaultId | string | Yes | The ID of the backup vault. | v-0002pcwhdn******wmi |
ClusterId | string | Yes | The ID of the SAP HANA instance. | cl-00024vyjj9******v |
PlanName | string | Yes | The name of the backup plan. | plan-20220110-113108 |
Schedule | string | Yes | The backup policy. Format:
| I|1602673264|P1D |
BackupType | string | Yes | The backup type. Valid values:
| COMPLETE |
DatabaseName | string | Yes | The name of the database. | SYSTEMDB |
BackupPrefix | string | No | The backup prefix. | DIFF_DATA_BACKUP |
ResourceGroupId | string | No | The ID of the resource group. | rg-acfmvnf22m7itha |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "successful",
"RequestId": "33AA3AAE-89E1-5D3A-A51D-0C0A80850F68",
"PlanId": "pl-000756jdlk2zmqig2nea",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|