Starts an SAP HANA database.
Operation description
To stop the database again, call the StopHanaDatabaseAsync operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
Yes |
The ID of the backup vault. |
v-0000hrh******vhr3i |
| ClusterId |
string |
Yes |
The ID of the SAP HANA instance. |
cl-000a9ipe******sme |
| DatabaseName |
string |
Yes |
The database name. |
HXE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. A value of 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. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| TaskId |
string |
The ID of the asynchronous job that is used to initialize the backup vault. Call the DescribeTask operation to query the job status. |
t-000bjt479yefheij1o0x |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"TaskId": "t-000bjt479yefheij1o0x",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.