调用DescribeVulList查询漏洞信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeVulList |
系统规定参数。取值:DescribeVulList。 |
OfficeSiteId | String | 是 | cn-hangzhou+dir-363353**** |
工作区ID。 |
RegionId | String | 是 | cn-hangzhou |
地域ID。 |
Type | String | 是 | cve |
漏洞类型。取值范围:
|
Lang | String | 否 | zh |
请求和接收消息的语言类型。取值范围:
|
Necessity | String | 否 | asap |
漏洞修复必要性等级,即漏洞的紧急程度。取值范围:
|
AliasName | String | 否 | RHSA-2019:0230-Important: polkit security update |
漏洞别名。 |
Dealed | String | 否 | n |
漏洞处理状态。取值范围:
|
CurrentPage | Integer | 否 | 1 |
分页查询时,当前页的页码。 起始值:1。 默认值:1。 |
PageSize | Integer | 否 | 20 |
分页查询时,每页最大行数。 默认值:20。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
CurrentPage | Integer | 1 |
分页查询时,当前页的页码。 |
PageSize | Integer | 20 |
分页查询时,每页最大行数。 |
RequestId | String | 0AC407AC-A010-45B4-ADD8-CDC679D3DF26 |
请求ID。 |
TotalCount | Integer | 1 |
查询结果总数。 |
VulRecords | Array of VulRecord |
漏洞信息集合。 |
|
AliasName | String | 2021-适用于 Windows Server 2019 的 05 服务堆栈更新,适合基于 x64 的系统 (KB5003243) |
漏洞名称。 |
DesktopId | String | ecd-9qocyzzbmi4pl**** |
漏洞影响的云桌面的ID。 |
DesktopName | String | test |
漏洞影响的云桌面的名称。 |
ExtendContentJson | Struct |
漏洞扩展信息。 |
|
RpmEntityList | Array of RpmEntity |
RPM包列表。 |
|
FullVersion | String | 3.10.0-693.2.2.el7 |
完整版本号。 |
MatchDetail | String | python-perf version less than 0:3.10.0-693.21.1.el7 |
漏洞命中详细信息。 |
Name | String | python-perf |
RPM名称。 |
Path | String | /usr/lib64/python2.7/site-packages |
存在漏洞的软件所在路径。 |
UpdateCmd | String | *** update python-perf |
修复命令。 |
FirstTs | Long | 1620875711000 |
首次发现漏洞的Unix时间戳。单位为毫秒。 |
LastTs | Long | 1621292382000 |
最后发现漏洞的Unix时间戳。单位为毫秒。 |
ModifyTs | Long | 1621292382000 |
修改漏洞状态的Unix时间戳。单位为毫秒。 |
Name | String | 5003243 |
漏洞名称。 |
Necessity | String | asap |
漏洞修复必要性等级,即漏洞的紧急程度。可能值:
|
Online | Boolean | true |
云桌面安全中心的客户端是否在线。可能值:
|
OsVersion | String | win |
云桌面的操作系统名称。 |
Related | String | ACSV-SYS-5003243 |
漏洞关联的CVE列表。 |
RepairTs | Long | 1621315382000 |
漏洞修复的Unix时间戳。单位为毫秒。 |
ResultCode | String | 0 |
修复漏洞返回的Code。 |
ResultMessage | String | timeout |
修改漏洞返回的消息。 |
Status | Integer | 1 |
漏洞状态。可能值:
|
Tag | String | system |
漏洞标签。 |
Type | String | sys |
漏洞类型。可能值:
|
示例
请求示例
https://ecd.cn-hangzhou.aliyuncs.com/?Action=DescribeVulList
&OfficeSiteId=cn-hangzhou+dir-363353****
&RegionId=cn-hangzhou
&<公共请求参数>
正常返回示例
XML
格式
<DescribeVulListResponse>
<TotalCount>1</TotalCount>
<PageSize>20</PageSize>
<RequestId>0AC407AC-A010-45B4-ADD8-CDC679D3DF26</RequestId>
<VulRecords>
<Status>1</Status>
<OsVersion>win</OsVersion>
<DesktopName>test</DesktopName>
<Necessity>asap</Necessity>
<LastTs>1621292382000</LastTs>
<DesktopId>ecd-9qocyzzbmi4pl****</DesktopId>
<ResultMessage>timeout</ResultMessage>
<Name>5003243</Name>
<RepairTs>1621315382000</RepairTs>
<FirstTs>1620875711000</FirstTs>
<Type>sys</Type>
<Related>"ACSV-SYS-5003243</Related>
<ModifyTs>1621292382000</ModifyTs>
<AliasName>2021-适用于 Windows Server 2019 的 05 服务堆栈更新,适合基于 x64 的系统 (KB5003243)</AliasName>
<Tag>system</Tag>
<Online>true</Online>
<ResultCode>0</ResultCode>
<ExtendContentJson>
<RpmEntityList>
<Path>/usr/lib64/python2.7/site-packages</Path>
<UpdateCmd>*** update python-perf</UpdateCmd>
<FullVersion>3.10.0-693.2.2.el7</FullVersion>
<MatchDetail>python-perf version less than 0:3.10.0-693.21.1.el7</MatchDetail>
<Name>python-perf</Name>
</RpmEntityList>
</ExtendContentJson>
</VulRecords>
<CurrentPage>1</CurrentPage>
</DescribeVulListResponse>
JSON
格式
{
"TotalCount": "1",
"PageSize": "20",
"RequestId": "0AC407AC-A010-45B4-ADD8-CDC679D3DF26",
"VulRecords": [{
"Status": "1",
"OsVersion": "win",
"DesktopName": "test",
"Necessity": "asap",
"LastTs": "1621292382000",
"DesktopId": "ecd-9qocyzzbmi4pl****",
"ResultMessage": "timeout",
"Name": "5003243",
"RepairTs": "1621315382000",
"FirstTs": "1620875711000",
"Type": "sys",
"Related": "\"ACSV-SYS-5003243",
"ModifyTs": "1621292382000",
"AliasName": "2021-适用于 Windows Server 2019 的 05 服务堆栈更新,适合基于 x64 的系统 (KB5003243)",
"Tag": "system",
"Online": "true",
"ResultCode": "0",
"ExtendContentJson": {
"RpmEntityList": [{
"Path": "/usr/lib64/python2.7/site-packages",
"UpdateCmd": "*** update python-perf",
"FullVersion": "3.10.0-693.2.2.el7",
"MatchDetail": "python-perf version less than 0:3.10.0-693.21.1.el7",
"Name": "python-perf"
}]
}
}],
"CurrentPage": "1"
}