All Products
Search
Document Center

Cloud Backup:StopHanaDatabaseAsync

Last Updated:Mar 03, 2024

Stops an SAP HANA database.

Operation description

To start the database again, call the StartHanaDatabaseAsync 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
VaultIdstringNo

The ID of the backup vault.

v-0006wkn******gzkn
ClusterIdstringNo

The ID of the SAP HANA instance.

cl-000dw******45ijer
DatabaseNamestringYes

The name of the database.

BWP

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.

CD8B903B-DE8F-5969-9414-B2C634D504D9
TaskIdstring

The ID of the asynchronous job. You can call the DescribeTask operation to query the execution result of the asynchronous job.

t-0007o3vqfukgd3y5bxxr
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": "CD8B903B-DE8F-5969-9414-B2C634D504D9",
  "TaskId": "t-0007o3vqfukgd3y5bxxr",
  "Success": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history