All Products
Search
Document Center

Security Center:DescribeClusterVulStatistics

Last Updated:May 22, 2025

Queries the statistics of vulnerabilities that are detected on a cluster.

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
ClusterIdstringNo

The ID of the container cluster.

c471f0f61b9c04f8380556e922cf1****
TypesstringNo

The type of the vulnerabilities. Valid values:

  • cve: Linux software vulnerabilities
  • app: application vulnerabilities
  • sca: vulnerabilities that are detected based on software component analysis
cve,app,sca

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

0B48AB3C-84FC-424D-A01D-B9270EF46038
VulStatobject

The statistics of the vulnerabilities.

AsapCountstring

The number of high-risk vulnerabilities.

13
LaterCountstring

The number of medium-risk vulnerabilities.

21
NntfCountstring

The number of low-risk vulnerabilities.

0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0B48AB3C-84FC-424D-A01D-B9270EF46038",
  "VulStat": {
    "AsapCount": 13,
    "LaterCount": 21,
    "NntfCount": 0
  }
}

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
No change history