Updates a Kyuubi Gateway.
Try it now
Test
RAM authorization
Request syntax
PUT /api/v1/kyuubi/{workspaceId}/{kyuubiServiceId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
No |
The workspace ID. |
w-d2d82aa09155**** |
| kyuubiServiceId |
string |
No |
The Kyuubi service ID. |
kb-c7141f10c3f549fc9f8b8ae562b8**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| kyuubiConfigs |
string |
No |
The Kyuubi service configuration. |
[] |
| sparkConfigs |
string |
No |
The Spark configuration. |
[] |
| name |
string |
No |
The name. |
dev_serverless_spark |
| queue |
string |
No |
The queue in which the Kyuubi service runs. |
dev_queue |
| releaseVersion |
string |
No |
The version of the Spark engine. |
esr-4.6.0 (Spark 3.5.2, Scala 2.12) |
| computeInstance |
string |
No |
The specifications of the Kyuubi service. |
2c8g |
| publicEndpointEnabled |
boolean |
No |
Specifies whether to enable public network access. |
true |
| replica |
integer |
No |
The number of replicas for high availability (HA). |
0 |
| kyuubiReleaseVersion |
string |
No |
The Kyuubi service engine version. |
1.9.2-0.0.2 |
| restart |
boolean |
No |
Specifies whether to restart the service. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response struct. |
||
| requestId |
string |
The request ID. |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| data |
any |
The returned data. |
true |
Examples
Success response
JSON format
{
"requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"data": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.