Menghapus aturan Pemagaran.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteIsolationRules |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Namespace |
string |
Yes |
Namespace layanan mikro tempat aplikasi berada. |
default |
| Ids |
array |
No |
Daftar ID aturan yang akan dihapus. |
|
|
integer |
No |
The rule ID. |
1 |
|
| AppName |
string |
Yes |
Nama aplikasi. |
spring-cloud-a |
| AcceptLanguage |
string |
No |
Bahasa tampilan tanggapan. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The return code. |
200 |
| Message |
string |
The response message. |
OK |
| RequestId |
string |
The request ID. |
4E9FDCFE-0738-493B-B801-82BDFBCB**** |
| Success |
boolean |
The request result. |
true |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
array |
The list of rule IDs that have been deleted. |
|
|
integer |
The rule ID. |
1 |
Contoh
Respons sukses
JSONformat
{
"Code": 200,
"Message": "OK",
"RequestId": "4E9FDCFE-0738-493B-B801-82BDFBCB****",
"Success": true,
"HttpStatusCode": 200,
"Data": [
1
]
}
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.