Mengkueri satu atau beberapa rencana cadangan SAP HANA yang sesuai dengan kriteria tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:DescribeHanaBackupPlans |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
No |
ID penyimpanan cadangan. |
v-000i4lg4kz******ahl |
| ClusterId |
string |
Yes |
ID instans SAP HANA. |
cl-000chxz******lz7bk |
| PageNumber |
integer |
No |
Nomor halaman. Nilai harus berupa angka yang dimulai dari 1. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai valid: 1 hingga 99. Nilai default: 10. |
10 |
| DatabaseName |
string |
No |
Nama database. |
SYSTEMDB |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya. |
rg-acfmvywqfey5njq |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.