All Products
Search
Document Center

Security Center:GetClusterSuspEventStatistics

Last Updated:Mar 21, 2023

Queries the statistics on alert events that are generated for containers.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterIdstringNo

The ID of the container cluster.

NoteYou can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
c6094b964bfc145fe9e418c869e7e****
FromstringNo

The ID of the request source. Set the value to sas.

sas

Response parameters

ParameterTypeDescriptionExample
object

PlainResult

SuspStatisticsobject

The number of alerts by risk level.

Seriousinteger

The number of alerts whose Emergency level is Urgent.

1
Suspiciousinteger

The number of alerts whose Emergency level is Suspicious.

2
Remindinteger

The number of alerts whose Emergency level is Reminder.

1
RequestIdstring

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

ACF97412-FD09-4D1F-994F-34DF12BR****

Examples

Sample success responses

JSONformat

{
  "SuspStatistics": {
    "Serious": 1,
    "Suspicious": 2,
    "Remind": 1
  },
  "RequestId": "ACF97412-FD09-4D1F-994F-34DF12BR****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorService error, please try again later.-

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