All Products
Search
Document Center

Cloud Backup:UpdateHanaRetentionSetting

Last Updated:Dec 19, 2024

Updates the backup retention period of an SAP HANA database.

Operation description

  • If you want to update the backup parameters of a database, you can call the UpdateHanaBackupSetting operation.
  • Cloud Backup deletes the expired catalogs and data that are related to Backint and file backup. The deleted catalogs and data cannot be restored. We recommend that you set the retention period based on your business requirements.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
hbr:UpdateHanaRetentionSettingupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
VaultIdstringNo

The ID of the backup vault.

v-000fb0v2ly******k6
ClusterIdstringNo

The ID of the SAP HANA instance.

cl-00024vyjj******srrq
SchedulestringYes

The policy to update the retention period. Format: I|{startTime}|{interval}. The retention period is updated at an interval of {interval} starting from {startTime}.

  • startTime: the time at which the system starts to run a backup job. The time follows the UNIX time format. Unit: seconds.
  • interval: the interval at which the system runs a backup job. The interval follows the ISO 8601 standard. For example, PT1H indicates an interval of 1 hour, and P1D indicates an interval of one day.
I|0|P1D
RetentionDayslongYes

The retention period of the backup data. Unit: days. If you set the Disabled parameter to false, the backup is retained for the number of days specified by this parameter.

90
DisabledbooleanYes

Specifies whether to permanently retain the backup. Valid values:

  • true: The backup is permanently retained.
  • false: The backup is retained for the specified number of days.
false
DatabaseNamestringYes

The database name.

SYSTEMDB

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The response code. The status code 200 indicates that the request was successful.

200
Messagestring

The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned.

successful
RequestIdstring

The request ID.

7BEE26EB-8EE3-57A0-A9DE-5FD700165DE5
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "7BEE26EB-8EE3-57A0-A9DE-5FD700165DE5",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history