Mengambil detail Kyuubi Gateway.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET /api/v1/kyuubi/{workspaceId}/{kyuubiServiceId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
No |
ID ruang kerja. |
w-cea2c314a**** |
| kyuubiServiceId |
string |
No |
ID layanan Kyuubi. |
kb-415ddee******f1d1eac0388b86 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response struct. |
||
| requestId |
string |
The request ID. |
8CE06D75-E6A2-505D-9B4B-31DEE3D98A04 |
| data |
object |
The returned data. |
|
| kyuubiConfigs |
string |
The configuration of the Kyuubi service. |
[] |
| sparkConfigs |
string |
The Spark configuration. |
[] |
| state |
string |
The state of the Kyuubi service. |
RUNNING |
| name |
string |
The name of the Kyuubi service. |
dev_serverless_spark |
| queue |
string |
The name of the queue. |
dev_queue |
| createTime |
string |
The timestamp when the service was created. |
1749456094000 |
| startTime |
string |
The timestamp when the service was started. |
1749456094000 |
| creator |
string |
The UID of the creator. |
150978934701**** |
| kyuubiServiceId |
string |
The ID of the Kyuubi service. |
kb-4e209b04588***95f04ad3538ae4 |
| innerEndpoint |
string |
The internal same-region endpoint. |
kyuubi-cn-beijing-internal.spark.emr.aliyuncs.com |
| publicEndpoint |
string |
The public domain name. |
emr-spark-kyuubi-gateway-cn-beijing.aliyuncs.com |
| releaseVersion |
string |
The Spark engine version. |
esr-4.6.0 (Spark 3.5.2, Scala 2.12) |
| computeInstance |
string |
The specifications of the Kyuubi service. |
2c8g |
| publicEndpointEnabled |
boolean |
Indicates whether public network access is enabled. |
true |
| replica |
integer |
The number of high-availability (HA) replicas. |
0 |
| kyuubiReleaseVersion |
string |
The Kyuubi service engine version. |
1.9.2-0.0.2 |
Contoh
Respons sukses
JSONformat
{
"requestId": "8CE06D75-E6A2-505D-9B4B-31DEE3D98A04",
"data": {
"kyuubiConfigs": "[]",
"sparkConfigs": "[]",
"state": "RUNNING",
"name": "dev_serverless_spark\n",
"queue": "dev_queue",
"createTime": "1749456094000",
"startTime": "1749456094000",
"creator": "150978934701****",
"kyuubiServiceId": "kb-4e209b04588***95f04ad3538ae4",
"innerEndpoint": "kyuubi-cn-beijing-internal.spark.emr.aliyuncs.com",
"publicEndpoint": "emr-spark-kyuubi-gateway-cn-beijing.aliyuncs.com",
"releaseVersion": "esr-4.6.0 (Spark 3.5.2, Scala 2.12)",
"computeInstance": "2c8g",
"publicEndpointEnabled": true,
"replica": 0,
"kyuubiReleaseVersion": "1.9.2-0.0.2"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.