Queries the vulnerabilities that can be detected.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeVulListPage |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CveId |
string |
No |
The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability. |
CVE-2022-44702 |
| VulNameLike |
string |
No |
The name of the vulnerability. |
Remote code execution vulnerability |
| CurrentPage |
integer |
No |
The number of the page to return. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. |
10 |
| VulType |
string |
No |
The type of the vulnerabilities. Valid values:
|
cve |
| RaspDefend |
integer |
No |
Indicates whether the application protection feature is supported. Valid values:
|
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| TotalCount |
integer |
The total number of entries. |
100 |
| RequestId |
string |
The ID of the request. |
4347E985-6E64-467B-96EC-30D4EA9E32FB |
| Data |
array<object> |
The response parameters. |
|
|
object |
Information about the vulnerability. |
||
| ReleaseTime |
integer |
The time when the vulnerability was disclosed. |
2022-12-13T08:00Z |
| OtherId |
string |
The ID of the vulnerability. |
AVD-2018-8218 |
| IsSas |
integer |
Indicates whether the vulnerability was detected based on proof of concept (POC) verification. Valid values:
|
0 |
| CveId |
string |
The common vulnerabilities and exposures (CVE) ID of the vulnerability. |
CVE-2022-42836 |
| Id |
integer |
The primary key ID of the database. |
40586 |
| IsAegis |
integer |
Indicates whether the vulnerability was detected based on version comparison. Valid values:
|
1 |
| Title |
string |
The name of the vulnerability. |
Windows Terminal Remote Code Execution Vulnerability |
| ExtAegis |
string |
The extended field for Server Guard. |
{\"relatedType\":[{\"type\":\"sys\"}]} |
Examples
Success response
JSON format
{
"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 Terminal Remote Code Execution Vulnerability",
"ExtAegis": "{\\\"relatedType\\\":[{\\\"type\\\":\\\"sys\\\"}]}"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.