Menghentikan database SAP HANA.
Deskripsi operasi
To start the database again, call the StartHanaDatabaseAsync operation.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
Yes |
ID penyimpanan cadangan. |
v-0006wkn******gzkn |
| ClusterId |
string |
Yes |
ID instans SAP HANA. |
cl-000dw******45ijer |
| DatabaseName |
string |
Yes |
Nama database. |
BWP |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
CD8B903B-DE8F-5969-9414-B2C634D504D9 |
| TaskId |
string |
The ID of the asynchronous job. You can call the DescribeTask operation to query the execution result of an asynchronous job. |
t-0007o3vqfukgd3y5bxxr |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "successful",
"RequestId": "CD8B903B-DE8F-5969-9414-B2C634D504D9",
"TaskId": "t-0007o3vqfukgd3y5bxxr",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.