Domain name for API request: csip.intl.tencentcloudapi.com.
Search the host kb risk list.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeHostKBRiskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Filter criteria array. Multiple conditions have an AND relationship with each other |
| Limit | No | Integer | Number of results per page |
| Offset | No | Integer | Paging offset |
| Order | No | String | Sorting order |
| By | No | String | Sorting field |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of HostKBRisk | Host KB patch risk list |
| TotalCount | Integer | Total number of secrets |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Retrieve kb risk overview
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeHostKBRiskList
<Common request parameters>
{
"MemberId": [
"mem-*******-6f5795752f66e429"
],
"Limit": 10,
"Offset": 0,
"Order": "desc",
"By": "LatestScanTime"
}
{
"Response": {
"List": [
{
"Account": [
{
"AppID": 260082268,
"Nick": "Member account",
"Uin": "700002332361"
}
],
"EffectHostCount": 2,
"KBDetail": {
"ID": 791,
"Name": "2026-04 Cumulative Update for Microsoft server operating system version 21H2, suitable for x64-based systems (KB5082142)",
"NeedRestart": true,
"Number": "KB5082142",
"PublishTime": "2026-04-01 00:00:00",
"ReferUrl": "https://support.microsoft.com/help/5082142",
"RelateVulCount": 115,
"RelateVulList": [
{
"CVEID": "CVE-2026-20930",
"CvssScore": 7.8,
"Label": [],
"Level": "HIGH",
"PublishTime": "2026-04-15 02:16:00",
"VulID": 121960,
"VulName": "Microsoft Windows race condition issue vulnerability (CVE-2026-20930)"
}
]
},
"LatestScanTime": "2026-06-08T06:30:30Z",
"RiskID": 791,
"RiskStatus": "PENDING"
}
],
"TotalCount": 2,
"RequestId": "126b1d8d-43e6-41eb-b742-937f2bbd0514"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback