Menghapus aturan pembatasan (throttling).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteFlowRules |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Namespace |
string |
Yes |
Namespace microservice tempat aplikasi berada. |
default |
| Ids |
array |
Yes |
ID aturan yang akan dihapus. |
[1,2] |
|
integer |
No |
ID aturan. |
1 |
|
| AppName |
string |
Yes |
Nama aplikasi. |
spring-cloud-a |
| AcceptLanguage |
string |
No |
Bahasa respons. Nilai yang valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
Kode respons. |
200 |
| Message |
string |
Pesan yang dikembalikan. |
OK |
| RequestId |
string |
ID permintaan. |
FAF577DD-8E8E-5BE6-80CC-380E19****** |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| Data |
array |
ID aturan yang telah dihapus. |
|
|
integer |
ID aturan. |
1 |
Contoh
Respons sukses
JSONformat
{
"Code": 200,
"Message": "OK",
"RequestId": "FAF577DD-8E8E-5BE6-80CC-380E19******",
"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.