Mengkueri catatan operasi pengguna untuk keamanan API Web Application Firewall (WAF).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeApisecUserOperations |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans WAF. Catatan
Panggil operasi DescribeInstance untuk mengkueri ID instans WAF. |
waf_v2_public_cn-wwo36ksck1e |
| Type |
string |
No |
Tipe catatan operasi. Nilai valid:
|
event |
| ObjectId |
string |
Yes |
ID deteksi ancaman atau event keamanan yang catatan operasinya ingin Anda kueri. |
fe8723e92e2037245014ab62161bbec8 |
| ClusterId |
string |
No |
ID Kluster WAF Cloud Hibrida. Catatan
Parameter ini diperlukan hanya saat WAF di-deploy dalam mode cloud hibrida. Panggil operasi DescribeHybridCloudClusters untuk mengkueri ID Kluster WAF Cloud Hibrida. |
428 |
| RegionId |
string |
No |
Wilayah tempat instans WAF berada. Nilai valid:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
ID kelompok sumber daya Alibaba Cloud tempat instans WAF berada. |
rg-aek2ax2y5****pi |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The ID of the request. |
C9825654-327B-5156-A570-847054B4CF10 |
| Data |
array<object> |
The user operation records for API security. |
|
|
object |
The details of the operation record. |
||
| Type |
string |
The type of the operation record. Valid values:
|
abnormal |
| ToStatus |
string |
The status of the threat detection or security event after the operation was performed. Valid values for threat detection:
Valid values for a security event:
|
Confirmed |
| ObjectId |
string |
The ID of the threat detection or security event associated with the operation record. |
24d997acc48a67a01e09b9c5ad861287 |
| FromStatus |
string |
The status of the threat detection or security event before the operation was performed. Valid values for threat detection:
Valid values for a security event:
|
ignored |
| UserId |
string |
The ID of the user who performed the operation. |
1610954**** |
| Note |
string |
The remarks that the user added to the operation record. |
Procesed |
| Time |
integer |
The time when the operation was performed. This value is a UNIX timestamp. Unit: seconds. |
1685072214 |
| OperationSource |
string |
The source of the operation. Valid values:
|
custom |
Contoh
Respons sukses
JSONformat
{
"RequestId": "C9825654-327B-5156-A570-847054B4CF10",
"Data": [
{
"Type": "abnormal",
"ToStatus": "Confirmed",
"ObjectId": "24d997acc48a67a01e09b9c5ad861287",
"FromStatus": "ignored",
"UserId": "1610954****",
"Note": "Procesed",
"Time": 1685072214,
"OperationSource": "custom"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.