Menghapus node ZooKeeper.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteZnode |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RequestPars |
string |
No |
Parameter permintaan tambahan dalam format JSON. |
{} |
| ClusterId |
string |
Yes |
ID instance. |
mse-09k1q11**** |
| Path |
string |
Yes |
Jalur node. |
/zookeeper |
| AcceptLanguage |
string |
No |
Bahasa respons. Nilai yang valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Struktur data. |
||
| HttpCode |
string |
Kode status HTTP yang dikembalikan. |
200 |
| Message |
string |
Pesan yang dikembalikan. |
The request is successfully processed. |
| RequestId |
string |
ID permintaan. |
DC34E4A3-5F1C-4E40-86EA-02EDF967**** |
| Data |
object |
Detail data. |
|
| Data |
string |
Data node. |
cluster |
| Path |
string |
Jalur node. |
/ |
| Dir |
boolean |
Menunjukkan apakah informasi node dikembalikan. Nilai yang valid:
|
true |
| Name |
string |
Nama node. |
mse-bc1a29b0-160230875****-reg-center-0-1 |
| ErrorCode |
string |
Kode kesalahan yang dikembalikan jika permintaan gagal. |
mse-100-000 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"HttpCode": "200",
"Message": "The request is successfully processed.\n",
"RequestId": "DC34E4A3-5F1C-4E40-86EA-02EDF967****",
"Data": {
"Data": "cluster",
"Path": "/",
"Dir": true,
"Name": "mse-bc1a29b0-160230875****-reg-center-0-1"
},
"ErrorCode": "mse-100-000",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ZooKeeper.Timeout | ZooKeeper operation timeout. | ZooKeeper the operation times out, it may be because the current Znode data is too large, there are too many child nodes, the server takes too long to process the request, or the cluster is currently selecting a host and cannot process the request. |
| 400 | ZooKeeper.IllegalRequest.NoNode | The current instance does not have this Znode. | The currently operating node does not exist and may have been deleted. |
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.