Queries for one or more SAP HANA backup plans that match specified criteria.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:DescribeHanaBackupPlans |
get |
*All Resource
|
None |
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
|
VaultId |
string |
No |
The ID of the backup vault. |
v-000i4lg4kz******ahl |
|
ClusterId |
string |
Yes |
The ID of the SAP HANA instance. |
cl-000chxz******lz7bk |
|
PageNumber |
integer |
No |
The page number. The value must be a number that starts from 1. Default value: 1. |
1 |
|
PageSize |
integer |
No |
The number of entries per page. Valid values: 1 to 99. Default value: 10. |
10 |
|
DatabaseName |
string |
No |
The name of the database. |
SYSTEMDB |
|
ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmvywqfey5njq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
|
RequestId |
string |
The request ID. |
F029C1C7-26B6-5ADD-A73E-D85CCD7C73A9 |
|
Success |
boolean |
Indicates whether the request was successful.
|
true |
|
Code |
string |
The return code. A value of 200 indicates that the request was successful. |
200 |
|
Message |
string |
The message that is returned. If the request was successful, "successful" is returned. If the request failed, an error message is returned. |
successful |
|
PageNumber |
integer |
The page number. The value must be a number that starts from 1. Default value: 1. |
1 |
|
PageSize |
integer |
The number of entries per page. Valid values: 1 to 99. Default value: 10. |
10 |
|
TotalCount |
integer |
The total number of records. |
6 |
| HanaBackupPlans |
object |
|
|
| HanaBackupPlan |
array<object> |
The details of the backup plan. |
|
|
object |
The details of the backup plan. |
||
|
VaultId |
string |
The ID of the backup vault. |
v-000csihw82pqkd7hcjws |
|
BackupPrefix |
string |
The backup prefix. |
COMPLETE_DATA_BACKUP |
|
Schedule |
string |
The backup policy. Format:
|
I|1602673264|P1D |
|
DatabaseName |
string |
The name of the database. |
SYSTEMDB |
|
BackupType |
string |
The backup type.
|
COMPLETE |
|
Disabled |
boolean |
Indicates whether the backup plan is paused.
|
false |
|
PlanId |
string |
The ID of the backup plan. |
pl-0000tnyndg3ne5m4ubeu |
|
ClusterId |
string |
The ID of the SAP HANA instance. |
cl-0002scknka***** |
|
PlanName |
string |
The name of the backup plan. |
plan-20220118-141153 |
|
BusinessStatus |
string |
The business status. |
ACTIVE |
Examples
Success response
JSON format
{
"RequestId": "F029C1C7-26B6-5ADD-A73E-D85CCD7C73A9",
"Success": true,
"Code": "200",
"Message": "successful",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 6,
"HanaBackupPlans": {
"HanaBackupPlan": [
{
"VaultId": "v-000csihw82pqkd7hcjws",
"BackupPrefix": "COMPLETE_DATA_BACKUP",
"Schedule": "I|1602673264|P1D",
"DatabaseName": "SYSTEMDB",
"BackupType": "COMPLETE",
"Disabled": false,
"PlanId": "pl-0000tnyndg3ne5m4ubeu",
"ClusterId": "cl-0002scknka*****",
"PlanName": "plan-20220118-141153",
"BusinessStatus": "ACTIVE"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.