tencent cloud

APIs

DescribePatchInfo

Download
Focus Mode
Font Size
Last updated: 2026-06-08 10:19:34

1. API Description

Domain name for API request: cwp.intl.tencentcloudapi.com.

Patch details

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribePatchInfo.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required.
KbId Yes Integer Patch ID

3. Output Parameters

Parameter Name Type Description
KbNo String kb No.
PatchName String kb name
PublishTime String kb release date
ReferUrl String Reference link
VulCount Integer Number of vulnerabilities
RelateVulInfoList Array of RelateVulInfo List of vulnerability details associated with the patch
KbId Integer Patch ID
RelateVulCveId String Associated vulnerability CveId, multiple IDs split by ","
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.

4. Example

Example1 Retrieve detailed information of the specified id patch

Retrieve detailed information of the specified id patch

Input Example

POST / HTTP/1.1
Host: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribePatchInfo
<Common request parameters>

{
    "KbId": 1
}

Output Example

{
    "Response": {
        "KbId": 1,
        "KbNo": "KB3135456",
"PatchName": "Windows Server 2012 R2 Security Update (KB3135456)"
        "PublishTime": "2016-04",
        "ReferUrl": "https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/secu/2016/03/windows8.1-kb3135456-x64_a42c42ccae2e3dd54c0a7722fe7aecdae2e69785.msu",
        "RelateVulCveId": "CVE-2016-0088,CVE-2016-0089,CVE-2016-0090",
        "RelateVulInfoList": [
            {
                "CVSS": 9.3,
                "CveId": "CVE-2016-0088",
                "Id": 113214,
"Label": "Local exploitation",
                "Level": 4,
"Name": "Microsoft Windows Hyper-V remote code execution vulnerability (CVE-2016-0088)"
                "PublishTime": "2016-04-13"
            },
            {
                "CVSS": 7.1,
                "CveId": "CVE-2016-0089",
                "Id": 113215,
"Label": "Local exploitation",
                "Level": 3,
"Name": "Microsoft Windows Hyper-V Information Disclosure Vulnerability (CVE-2016-0089)"
                "PublishTime": "2016-04-13"
            },
            {
                "CVSS": 7.1,
                "CveId": "CVE-2016-0090",
                "Id": 113216,
"Label": "Local exploitation",
                "Level": 3,
"Name": "Microsoft Windows Hyper-V Information Disclosure Vulnerability (CVE-2016-0090)"
                "PublishTime": "2016-04-13"
            }
        ],
        "RequestId": "d55784e4-3de4-43e9-9d82-caa0f3a19b09",
        "VulCount": 3
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError Internal error
InvalidParameter Incorrect parameter.
InvalidParameter.IllegalRequest Invalid request.
InvalidParameter.InvalidFormat Incorrect parameter format.
InvalidParameter.MissingParameter Missing parameter.
InvalidParameter.ParsingError Incorrect parameter parsing.
InvalidParameterValue Invalid parameter value.
MissingParameter Missing parameter error.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback