All Products
Search
Document Center

Security Center:DescribeFrontVulPatchList

Last Updated:May 22, 2025

Queries the pre-patches that are required to fix a specified Windows system vulnerability.

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
InfostringYes

The information about the Windows system vulnerability. The value is a JSON string that contains the following fields:

  • name: the name of the vulnerability.
  • uuid: the UUID of the server on which the vulnerability is detected.
  • tag: the tag that is added to the vulnerability. Set this field to system, which indicates Windows system vulnerabilities.
[{"name":"5000803","uuid":"026c9296-1234-5678-b937-a7d81f05****","tag":"system"}]
OperateTypestringYes

The operation that you want to perform on the vulnerability. Set the value to vul_fix, which indicates vulnerability fixing.

vul_fix
TypestringYes

The type of the vulnerability. Set the value to sys, which indicates Windows system vulnerabilities.

sys
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

F929E952-EBFC-56C3-BD35-BF8B59024C68
FrontPatchListarray<object>

An array consisting of the information about the pre-patches that are required to fix the specified Windows system vulnerability.

FrontPatchobject
Uuidstring

The UUID of the server.

1587bedb-fdb4-48c4-9330-4545****
PatchListarray<object>

An array consisting of the pre-patches that are required to fix the specified Windows system vulnerability on the server.

Patchobject
Namestring

The version number of the pre-patch that is required to fix the Windows system vulnerability.

4523204
AliasNamestring

The name of the vulnerability.

RHBA-2019:2599: krb5 bug fix update

Examples

Sample success responses

JSONformat

{
  "RequestId": "F929E952-EBFC-56C3-BD35-BF8B59024C68",
  "FrontPatchList": [
    {
      "Uuid": "1587bedb-fdb4-48c4-9330-4545****",
      "PatchList": [
        {
          "Name": 4523204,
          "AliasName": "RHBA-2019:2599: krb5 bug fix update"
        }
      ]
    }
  ]
}

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