Menghapus beberapa konfigurasi Pusat Registrasi Nacos dalam satu pengatur waktu.
Deskripsi operasi
The current API operation is not provided in Nacos SDK. For more information about the Nacos-SDK API, see the official documentation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteNacosConfigs |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Instans. |
mse_prepaid_public_cn-i7m2e32pd0n |
| Ids |
string |
Yes |
ID konfigurasi. |
20024,20025,20026,20027,20034,20104,20394 |
| NamespaceId |
string |
Yes |
ID namespace. |
1ef93a21-3487-4367-a859-857d8**** |
| AcceptLanguage |
string |
No |
Bahasa tanggapan. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data structure. |
||
| HttpCode |
string |
The HTTP status code returned. |
200 |
| RequestId |
string |
The ID of the request. |
73EB5563-CBB3-5F48-999D-512F4EFB7377 |
| Message |
string |
The message returned. |
success |
| ErrorCode |
string |
The error code returned if the request failed. |
mse-100-000 |
| Code |
integer |
The response code returned. |
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"HttpCode": "200",
"RequestId": "73EB5563-CBB3-5F48-999D-512F4EFB7377",
"Message": "success",
"ErrorCode": "mse-100-000",
"Code": 200,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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.