Disables a specified SAP HANA backup plan.
Operation description
To enable the backup plan again, call the EnableHanaBackupPlan operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
Yes |
The ID of the backup vault. |
v-000f9z******vilrr |
| ClusterId |
string |
Yes |
The ID of the SAP HANA instance. |
cl-0003tu******y5oc |
| PlanId |
string |
Yes |
The ID of the backup plan. |
pl-0006o11ectqr650ceoct |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfm3erpwweavki |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. Status code 200 indicates success. |
200 |
| Message |
string |
The returned message. If the request was successful, "successful" is returned. Otherwise, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
FFC87EC8-8126-5967-9C4D-82715F8DFC97 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "FFC87EC8-8126-5967-9C4D-82715F8DFC97",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.