All Products
Search
Document Center

Cloud Backup:DisableHanaBackupPlan

Last Updated:Mar 03, 2024

Disables an SAP HANA backup plan.

Operation description

To enable the backup plan again, call the EnableHanaBackupPlan operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VaultIdstringYes

The ID of the backup vault.

v-000f9z******vilrr
ClusterIdstringYes

The ID of the SAP HANA instance.

cl-0003tu******y5oc
PlanIdstringYes

The ID of the backup plan.

pl-0006o11ectqr650ceoct
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfm3erpwweavki

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code. The status code 200 indicates that the call is successful.

200
Messagestring

The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned.

successful
RequestIdstring

The ID of the request.

FFC87EC8-8126-5967-9C4D-82715F8DFC97
Successboolean

Indicates whether the call is successful. Valid values:

  • true: The call is successful.
  • false: The call fails.
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "FFC87EC8-8126-5967-9C4D-82715F8DFC97",
  "Success": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history