Mengkueri hasil deteksi kepatuhan untuk keamanan API.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeSensitiveDetectionResult |
get |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Instans Web Application Firewall (WAF). Catatan
Panggil operasi DescribeInstance untuk mengkueri ID Instans WAF. |
waf-cn-7pp26f1**** |
| StartTime |
integer |
No |
Waktu mulai kueri. Nilainya adalah Stempel waktu UNIX dalam satuan pengatur waktu detik. |
1672502400 |
| EndTime |
integer |
No |
Waktu akhir kueri. Nilainya adalah Stempel waktu UNIX dalam satuan pengatur waktu detik. |
1725966000 |
| ClusterId |
string |
No |
ID Kluster Cloud Hibrida. Catatan
Parameter ini hanya tersedia untuk skenario Cloud Hibrida. Panggil operasi DescribeHybridCloudClusters untuk mendapatkan informasi Kluster Cloud Hibrida. |
428 |
| RegionId |
string |
No |
Wilayah tempat Instans WAF berada. Nilai valid:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
ID kelompok sumber daya Alibaba Cloud. |
rg-acfm***q |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
D7861F61-5B61-46CE-A47C-6B19160D5EB0 |
| Data |
object |
The data returned for the compliance detection results. |
|
| Result |
array<object> |
The compliance detection results for sensitive data. |
|
|
array<object> |
The details of a compliance detection result. |
||
| Max |
object |
The statistics for the most frequently detected sensitive data type. |
|
| SensitiveCode |
integer |
The most frequently detected sensitive data type. |
1003 |
| OutboundCount |
integer |
The number of outbound personal data transfers for the most frequently detected sensitive data type. |
54 |
| InfoCount |
integer |
The number of personal information entries for the most frequently detected sensitive data type. |
187 |
| DetectionResult |
string |
The result of the compliance check. Valid values:
|
report |
| List |
array<object> |
The list of detected sensitive data types. |
|
|
object |
The detection details for a sensitive data type. |
||
| SensitiveCode |
integer |
The sensitive data type. |
1002 |
| OutboundCount |
integer |
The number of outbound personal data transfers. |
6 |
| InfoCount |
integer |
The number of personal information entries. |
11 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D7861F61-5B61-46CE-A47C-6B19160D5EB0",
"Data": {
"Result": [
{
"Max": {
"SensitiveCode": 1003,
"OutboundCount": 54,
"InfoCount": 187
},
"DetectionResult": "report",
"List": [
{
"SensitiveCode": 1002,
"OutboundCount": 6,
"InfoCount": 11
}
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.