DescribeSuspTrendStatistics
Description
get the statistical chart information of the number of detected host abnormal events, that is, the number of detected abnormal events of each type per day.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeSuspTrendStatistics
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
StartTime | integer | no demo value | count the start time. |
SuspiciousItems | list | no demo value | statistics on the number of abnormal events of each type. |
Interval | integer | no demo value | Statistical time interval. |
Example
Successful Response example
{
"RequestId":"no demo value",
"StartTime":"no demo value",
"SuspiciousItems":"no demo value",
"Interval":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}