All Products
Search
Document Center

Cloud Backup:StartHanaDatabaseAsync

Last Updated:Jun 11, 2026

Memulai database SAP HANA.

Deskripsi operasi

To stop the database again, call the StopHanaDatabaseAsync 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-0000hrh******vhr3i

ClusterId

string

Yes

ID instans SAP HANA.

cl-000a9ipe******sme

DatabaseName

string

Yes

Nama database.

HXE

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.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

TaskId

string

The ID of the job that is used to initialize the backup vault. You can call the DescribeTask operation to query the job status.

t-000bjt479yefheij1o0x

Success

boolean

Indicates whether the request was successful. Valid values:

  • true

  • false

true

Contoh

Respons sukses

JSONformat

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "TaskId": "t-000bjt479yefheij1o0x",
  "Success": true
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.