All Products
Search
Document Center

Security Center:GetSuspiciousStatistics

Last Updated:May 22, 2025

Queries the statistics of alerts in one or more asset groups.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

10.12.XX.XX
GroupIdListstringYes

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

ParameterTypeDescriptionExample
object
SuspiciousCountinteger

The number of alerts whose Emergency level is Suspicious.

8
RemindCountinteger

The number of alerts whose Emergency level is Reminder.

0
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

84092B42-1A59-4F34-8DF8-1D93520990A5
SeriousCountinteger

The number of alerts whose Emergency level is Urgent.

1
TotalCountinteger

The total number of alerts.

9

Examples

Sample success responses

JSONformat

{
  "SuspiciousCount": 8,
  "RemindCount": 0,
  "RequestId": "84092B42-1A59-4F34-8DF8-1D93520990A5",
  "SeriousCount": 1,
  "TotalCount": 9
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-11-19The internal configuration of the API is changed, but the call is not affectedView Change Details