Menghapus aturan perlindungan parameter titik panas untuk permintaan HTTP.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:DeleteWebFlowRules |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Namespace |
string |
Yes |
Nama namespace MSE. |
default |
| Ids |
string |
Yes |
Daftar ID aturan yang akan dihapus. |
[1, 2, 3] |
| AppName |
string |
Yes |
Nama aplikasi. |
spring-cloud-a |
| AcceptLanguage |
string |
No |
Bahasa respons. Nilai yang valid: zh (default): Tionghoa, en: Inggris |
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
Kode respons. |
200 |
| Message |
string |
Pesan respons. |
OK |
| RequestId |
string |
ID permintaan. |
354FF159-E9FB-5FBA-BDD5-E99EE440A88D |
| Success |
boolean |
Hasil permintaan, dengan nilai berikut:
|
true |
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| Data |
array |
Data yang dikembalikan. |
|
|
integer |
ID aturan yang berhasil dihapus. |
[1, 2, 3] |
Contoh
Respons sukses
JSONformat
{
"Code": 200,
"Message": "OK",
"RequestId": "354FF159-E9FB-5FBA-BDD5-E99EE440A88D",
"Success": true,
"HttpStatusCode": 200,
"Data": [
0
]
}
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.