Queries the pre-patches that are required to fix a specified Windows system vulnerability.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Info | string | Yes | The information about the Windows system vulnerability. The value is a JSON string that contains the following fields:
| [{"name":"5000803","uuid":"026c9296-1234-5678-b937-a7d81f05****","tag":"system"}] |
OperateType | string | Yes | The operation that you want to perform on the vulnerability. Set the value to vul_fix, which indicates vulnerability fixing. | vul_fix |
Type | string | Yes | The type of the vulnerability. Set the value to sys, which indicates Windows system vulnerabilities. | sys |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history