All Products
Search
Document Center

Cloud Backup:StopHanaDatabaseAsync

Last Updated:Jun 11, 2026

Menghentikan database SAP HANA.

Deskripsi operasi

To start the database again, call the StartHanaDatabaseAsync operation.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

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

  • false

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.