Stops an SAP HANA database.
Operation description
To start the database again, call the StartHanaDatabaseAsync operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
Yes |
The ID of the backup vault. |
v-0006wkn******gzkn |
| ClusterId |
string |
Yes |
The ID of the SAP HANA instance. |
cl-000dw******45ijer |
| DatabaseName |
string |
Yes |
The database name. |
BWP |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. Status code 200 indicates success. |
200 |
| Message |
string |
The response message. Returns "successful" on success or an error message on failure. |
successful |
| RequestId |
string |
The request ID. |
CD8B903B-DE8F-5969-9414-B2C634D504D9 |
| TaskId |
string |
The asynchronous job ID. Call the DescribeTask operation to query the execution result of the job. |
t-0007o3vqfukgd3y5bxxr |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "CD8B903B-DE8F-5969-9414-B2C634D504D9",
"TaskId": "t-0007o3vqfukgd3y5bxxr",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.