Obtém estatísticas de alertas de segurança.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
yundun-mss:GetSuspEventSummary |
list |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| DateType |
string |
Sim |
O tipo de filtro de tempo. Você pode filtrar pelos últimos 7 dias, últimos 30 dias, último semestre ou um intervalo de tempo personalizado. Valores válidos:
|
month |
| StartDate |
integer |
Sim |
A hora de início. |
1729478485000 |
| EndDate |
integer |
Sim |
A hora de término. |
1732156885986 |
| SuspEventSource |
string |
Não |
A origem do evento de alerta. Valores válidos:
|
SUSP_EVENT |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
A resposta. |
||
| Data |
object |
Os dados retornados pela operação. |
|
| SuspEventDealSummaryDTO |
object |
O resumo do tratamento de alertas. |
|
| WaitHandleCount |
integer |
The number of unhandled alerts. |
10 |
| HandingCount |
integer |
The number of alerts being handled. |
5 |
| CompletedCount |
integer |
The number of handled alerts. |
20 |
| TotalCount |
integer |
The total number of alerts. |
35 |
| HandingRate |
string |
The alert handling rate. |
90 |
| TotalGrowthRate |
string |
The year-over-year growth rate of alerts. |
10 |
| SuspEventTrendDTO |
object |
A tendência de resposta a alertas. |
|
| TrendList |
array<object> |
The alert trend data. |
|
|
object |
The data object. |
||
| Date |
string |
The time point. |
202405或者20240501 |
| DealCount |
integer |
The number of handled alerts. |
10 |
| FindCount |
integer |
The number of detected alerts. |
15 |
| SuspEventTopDTO |
object |
Os 10 principais alertas antes do tratamento. |
|
| SuspEventList |
array<object> |
The top 10 alerts before handling. |
|
|
object |
The data object. |
||
| EventName |
string |
The alert name. |
主动外连风险 IP |
| TaskCount |
integer |
The count. |
7 |
| NetworkAttackTrendDTO |
object |
A tendência de ataques de rede. |
|
| TrendList |
array<object> |
The trend data points for each attack type. |
|
|
object |
The data object. |
||
| Date |
string |
The date. |
202409或20240901 |
| DdosCount |
integer |
The number of DDoS attacks. |
10 |
| WafCount |
integer |
The number of WAF attacks. |
10 |
| EipCount |
integer |
The number of EIP attacks. |
10 |
| RequestId |
string |
O ID da solicitação. |
9B2DAE9B-B901-5818-AFEF-E5637D938280 |
| Code |
string |
O código da resposta. |
200 |
| Message |
string |
A mensagem retornada para o resultado. |
Successful! |
| HttpStatusCode |
integer |
O código de status HTTP. |
200 |
| Success |
boolean |
Indica se a chamada foi bem-sucedida. Valores válidos:
|
true |
Exemplos
Resposta de sucesso
JSON formato
{
"Data": {
"SuspEventDealSummaryDTO": {
"WaitHandleCount": 10,
"HandingCount": 5,
"CompletedCount": 20,
"TotalCount": 35,
"HandingRate": "90",
"TotalGrowthRate": "10"
},
"SuspEventTrendDTO": {
"TrendList": [
{
"Date": "202405或者20240501",
"DealCount": 10,
"FindCount": 15
}
]
},
"SuspEventTopDTO": {
"SuspEventList": [
{
"EventName": "主动外连风险 IP",
"TaskCount": 7
}
]
},
"NetworkAttackTrendDTO": {
"TrendList": [
{
"Date": "202409或20240901",
"DdosCount": 10,
"WafCount": 10,
"EipCount": 10
}
]
}
},
"RequestId": "9B2DAE9B-B901-5818-AFEF-E5637D938280",
"Code": "200",
"Message": "Successful!",
"HttpStatusCode": 200,
"Success": true
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.