Queries the backup parameters of an SAP HANA database.
Operation description
If you want to query the backup retention period of a database, you can call the DescribeHanaRetentionSetting operation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VaultId | string | No | The ID of the backup vault. | v-000css******za5uyqr |
ClusterId | string | Yes | The ID of the SAP HANA instance. | cl-00068btz******oku |
DatabaseName | string | No | The name of the database. | SYSTEMDB |
Response parameters
Examples
Sample success responses
JSON
format
{
"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"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history