Memulai gerbang Livy.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
emr-serverless-spark:StartLivyCompute |
none |
*All Resource
|
None | None |
Sintaks permintaan
POST /api/interactive/v1/workspace/{workspaceBizId}/livycompute/{livyComputeId}/start HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceBizId |
string |
No |
ID ruang kerja. |
w-8adde60aa809701f |
| livyComputeId |
string |
No |
ID gerbang Livy. |
lc-i8xogcdfa4fk3yn1 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| regionId |
string |
No |
ID wilayah. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| requestId |
string |
The request ID. |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| code |
string |
The response code. A value of 1000000 indicates that the request was successful. Other values indicate that the request failed. For details about the error, see the message parameter. |
1000000 |
| message |
string |
The error message. |
ok |
Contoh
Respons sukses
JSONformat
{
"requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"code": "1000000",
"message": "ok"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.