All Products
Search
Document Center

Security Center:DescribeVulListPage

Last Updated:Feb 20, 2024

Queries the vulnerabilities that can be detected.

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:DescribeVulListPageRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
CveIdstringNo

The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability.

CVE-2022-44702
VulNameLikestringNo

The name of the vulnerability.

RCE vulnerability
CurrentPageintegerNo

The number of the page to return.

1
PageSizeintegerNo

The number of entries to return on each page.

10

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

TotalCountinteger

The total number of entries.

100
RequestIdstring

The ID of the request.

4347E985-6E64-467B-96EC-30D4EA9E32FB
Dataobject []

The response parameters.

ReleaseTimelong

The time when the vulnerability was disclosed.

2022-12-13T08:00Z
OtherIdstring

The ID of the vulnerability.

AVD-2018-8218
IsSasinteger

Indicates whether the vulnerability was detected based on proof of concept (POC) verification. Valid values:

  • 1: The vulnerability was detected based on POC verification.
  • 0: The vulnerability was not detected based on POC verification.
0
CveIdstring

The common vulnerabilities and exposures (CVE) ID of the vulnerability.

CVE-2022-42836
Idlong

The primary key ID of the database.

40586
IsAegisinteger

Indicates whether the vulnerability was detected based on version comparison. Valid values:

  • 1: The vulnerability was detected based on version comparison.
  • 0: The vulnerability was not detected based on version comparison.
1
Titlestring

The name of the vulnerability.

Windows RCE vulnerability
ExtAegisstring

The extended field for Server Guard.

{\"relatedType\":[{\"type\":\"sys\"}]}

Examples

Sample success responses

JSONformat

{
  "TotalCount": 100,
  "RequestId": "4347E985-6E64-467B-96EC-30D4EA9E32FB",
  "Data": [
    {
      "ReleaseTime": 0,
      "OtherId": "AVD-2018-8218",
      "IsSas": 0,
      "CveId": "CVE-2022-42836",
      "Id": 40586,
      "IsAegis": 1,
      "Title": "Windows RCE vulnerability\n",
      "ExtAegis": "{\\\"relatedType\\\":[{\\\"type\\\":\\\"sys\\\"}]}"
    }
  ]
}

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