Queries the statistics of alerts in one or more asset groups.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 10.12.XX.XX |
GroupIdList | string | Yes | The ID of the asset group. Separate multiple IDs with commas (,). Note
You can call the DescribeAllGroups operation to query the IDs of asset groups.
| 9997897 |
Response parameters
Examples
Sample success responses
JSON
format
{
"SuspiciousCount": 8,
"RemindCount": 0,
"RequestId": "84092B42-1A59-4F34-8DF8-1D93520990A5",
"SeriousCount": 1,
"TotalCount": 9
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-11-19 | The internal configuration of the API is changed, but the call is not affected | View Change Details |