Mengkueri parameter cadangan database SAP HANA.
Deskripsi operasi
If you want to query the backup retention period of a database, you can call the DescribeHanaRetentionSetting operation.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
No |
ID penyimpanan cadangan. |
v-000css******za5uyqr |
| ClusterId |
string |
Yes |
ID instans SAP HANA. |
cl-00068btz******oku |
| DatabaseName |
string |
No |
Nama database. |
SYSTEMDB |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The HTTP status code. The status code 200 indicates that the call is successful. |
200 |
| Message |
string |
The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned. |
successful |
| RequestId |
string |
The ID of the request. |
9D0DB5BC-5071-5ADF-BCD1-14EBB0C17C54 |
| Success |
boolean |
Indicates whether the call is successful. Valid values:
|
true |
| HanaBackupSetting |
object |
The backup settings. |
|
| DatabaseName |
string |
The name of the database. |
SYSTEMDB |
| LogBackupUsingBackint |
boolean |
Indicates whether Backint is used to back up logs. Valid values:
|
true |
| CatalogBackupParameterFile |
string |
The configuration file for catalog backup. |
/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param |
| CatalogBackupUsingBackint |
boolean |
Indicates whether Backint is used to back up catalogs. Valid values:
|
false |
| DataBackupParameterFile |
string |
The configuration file for data backup. |
/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param |
| LogBackupTimeout |
integer |
The interval at which logs are backed up. Unit: seconds. |
900 |
| EnableAutoLogBackup |
boolean |
Indicates whether automatic log backup is enabled. Valid values:
|
true |
| LogBackupParameterFile |
string |
The configuration file for log backup. |
/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "successful",
"RequestId": "9D0DB5BC-5071-5ADF-BCD1-14EBB0C17C54",
"Success": true,
"HanaBackupSetting": {
"DatabaseName": "SYSTEMDB",
"LogBackupUsingBackint": true,
"CatalogBackupParameterFile": "/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param",
"CatalogBackupUsingBackint": false,
"DataBackupParameterFile": "/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param",
"LogBackupTimeout": 900,
"EnableAutoLogBackup": true,
"LogBackupParameterFile": "/usr/sap/SID/SYS/global/hdb/opt/hdbconfig/param"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.