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
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClusterId | string | No | The ID of the container cluster. NoteYou can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters. | c6094b964bfc145fe9e418c869e7e**** |
From | string | No | The ID of the request source. Set the value to sas. | sas |
Response parameters
Examples
Sample success responses
JSON
format
{
"SuspStatistics": {
"Serious": 1,
"Suspicious": 2,
"Remind": 1
},
"RequestId": "ACF97412-FD09-4D1F-994F-34DF12BR****"
}
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 | Service error, please try again later. | - |
For a list of error codes, visit the Service error codes.