All Products
Search
Document Center

Cloud Backup:DescribeHanaBackupSetting

Last Updated:Jun 11, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

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: The call is successful.

  • false: The call fails.

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: Backint is used to back up logs.

  • false: Backint is not used to back up logs.

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:

  • true: Backint is used to back up catalogs.

  • false: Backint is not used to back up catalogs.

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: Automatic log backup is enabled.

  • false: Automatic log backup is disabled.

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.