Updates an SAP HANA backup plan.
Operation description
-
A backup plan defines the data source, backup policy, and other configurations. When a backup plan runs, it generates a backup job that records the progress and result. A completed backup job produces a backup snapshot, which you can use to create a restore job.
-
Each backup plan supports only one type of data source.
-
Each backup plan supports only one fixed-interval backup cycle.
-
Each backup plan supports only one backup vault.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:UpdateHanaBackupPlan |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
Yes |
The ID of the backup vault. |
v-0000rcw******5c6 |
| ClusterId |
string |
Yes |
The ID of the SAP HANA instance. |
cl-0005dhe******f38 |
| PlanId |
string |
Yes |
The ID of the backup plan. |
pl-000br3cm4dqvmtph7cul |
| PlanName |
string |
No |
The name of the backup plan. |
plan-20211109-162411 |
| Schedule |
string |
No |
The backup policy. Format:
|
I|1602673264|P1D |
| BackupPrefix |
string |
No |
The backup prefix. |
COMPLETE_DATA_BACKUP |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmze36euddwjq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. Status code 200 indicates success. |
200 |
| Message |
string |
The returned message. A value of "successful" indicates success. Otherwise, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
F23BCC67-09B4-582C-AE70-C813C8548DCC |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "F23BCC67-09B4-582C-AE70-C813C8548DCC",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.