All Products
Search
Document Center

Security Center:DescribeEventLevelCount

Last Updated:Feb 20, 2024

Queries the statistics of alert events by risk level.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeEventLevelCountRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
FromstringNo

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

sas
ClusterIdstringNo

The ID of the container cluster.

Note You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
c7e3c5b420a7947c2933303144688****
ContainerIdsstringNo

The ID of the container.

xxxxxx30389a10c28f6d38f2398f0dcexxxxxxx922b9e8290dc7c3019d4a8,48b87f2c0662e334820f436cb9133f1ae4e053d39b6fad42xxxxxxxxxx
ContainerFieldNamestringNo

The key of the condition that is used to query alert events on containers. Valid values:

  • instanceId: the ID of the asset
  • appName: the name of the application
  • clusterId: the ID of the cluster
  • regionId: the ID of the region
  • nodeName: the name of the node
  • namespace: the namespace
  • clusterName: the name of the cluster
  • image: the name of the image
  • imageRepoName: the name of the image repository
  • imageRepoNamespace: the namespace to which the image repository belongs
  • imageRepoTag: the tag that is added to the image
  • imageDigest: the digest of the image
clusterId
ContainerFieldValuestringNo

The value of the condition that is used to query alert events on containers. If you specify multiple values, separate them with commas (,).

c951761046a9c4afe92be0a7b5bexxxxx
TargetTypestringNo

The type of the query condition. Valid values:

  • containerId: the ID of the container
  • uuid: the UUID of the asset
uuid

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

EventLevelsobject

The statistics of alerts by risk level.

Seriousinteger

The number of alerts whose Emergency level is Urgent.

0
Suspiciousinteger

The number of alerts whose Emergency level is Suspicious.

1
Remindinteger

The number of alerts whose Emergency level is Reminder.

2
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Codestring

The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.

200
Messagestring

The error message returned.

successful
RequestIdstring

The ID of the request.

CE8CA5EA-24EF-5D41-B735-53ACE7XXXXX

Examples

Sample success responses

JSONformat

{
  "EventLevels": {
    "Serious": 0,
    "Suspicious": 1,
    "Remind": 2
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "CE8CA5EA-24EF-5D41-B735-53ACE7XXXXX"
}

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-01-19The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 500