All Products
Search
Document Center

Security Center:DescribeFrontVulPatchList

Last Updated:Feb 20, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeFrontVulPatchListRead
  • All Resources
    *
    none
none

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
FrontPatchListobject []

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

Uuidstring

The UUID of the server.

1587bedb-fdb4-48c4-9330-4545****
PatchListobject []

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

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