查询应急漏洞的详细信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeEmgVulItem |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| Lang |
string |
否 |
指定请求和接收消息的语言类型,默认值为 zh。取值:
|
zh |
| RiskStatus |
string |
否 |
指定要查询的漏洞风险状态。
|
y |
| ScanType |
string |
否 |
指定要查询的漏洞检测方式。
|
python |
| CheckType |
integer |
否 |
检测方式。取值:
|
0 |
| VulName |
string |
否 |
指定要查询的应急漏洞名称。 |
Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632) |
| CurrentPage |
integer |
否 |
设置从返回结果的第几页开始显示查询结果。默认值为 1,表示从第 1 页开始显示。 |
1 |
| PageSize |
integer |
否 |
设置分页查询时,每页显示的应急漏洞信息的数量。默认值为 10,表示每页显示 10 条应急漏洞信息,最大取值 50。 |
10 |
| ResourceDirectoryAccountId |
integer |
否 |
资源目录成员账号 ID(阿里云账号)。 说明
调用 DescribeMonitorAccounts 接口可以获取该参数。 |
127608589417**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| CurrentPage |
integer |
从返回结果中的第几页开始显示。起始值为 1。默认值为 1,表示从第 1 页开始显示。 |
1 |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3 |
| PageSize |
integer |
分页查询时,每页显示的应急漏洞信息的数量。默认值为 10,表示每页显示 10 条应急漏洞信息。 |
10 |
| TotalCount |
integer |
查询到的应急漏洞总数。 |
1 |
| GroupedVulItems |
array<object> |
查询到的应急漏洞信息。 |
|
|
object |
|||
| Status |
integer |
漏洞检测状态。取值:
|
30 |
| Type |
string |
漏洞的检测方式。取值:
|
scan |
| CheckType |
integer |
检查类型。 |
1 |
| GmtLastCheck |
integer |
最近一次检测漏洞的时间戳,单位为毫秒。 |
1619286031000 |
| Progress |
integer |
漏洞检测进度。取值范围:0~100。 说明
只有检测状态为检测中的应急漏洞会展示该参数。 |
50 |
| Description |
string |
漏洞的简介。 |
Chanjet T-Plus is an Internet business management software. There is an unauthorized access vulnerability in one of its interfaces disclosed on the Internet. Attackers can construct malicious requests to upload malicious files to execute arbitrary code and control the server. |
| GmtPublish |
integer |
漏洞发布时间戳,单位为毫秒。 |
1618887687000 |
| PendingCount |
integer |
待处理漏洞数。 |
0 |
| AliasName |
string |
漏洞名称。 |
Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632) |
| Name |
string |
扫描规则名称。 |
scan:AVD-2021-179344 |
| RaspDefend |
integer |
支持 RASP 实时防护,取值:
说明
无该属性也表示不支持。 |
1 |
示例
正常返回示例
JSON格式
{
"CurrentPage": 1,
"RequestId": "BC1868ED-A0E1-4D1C-BF7E-10DC0C34B3C3",
"PageSize": 10,
"TotalCount": 1,
"GroupedVulItems": [
{
"Status": 30,
"Type": "scan",
"CheckType": 1,
"GmtLastCheck": 1619286031000,
"Progress": 50,
"Description": "Chanjet T-Plus is an Internet business management software. There is an unauthorized access vulnerability in one of its interfaces disclosed on the Internet. Attackers can construct malicious requests to upload malicious files to execute arbitrary code and control the server.",
"GmtPublish": 1618887687000,
"PendingCount": 0,
"AliasName": "Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)",
"Name": "scan:AVD-2021-179344",
"RaspDefend": 1
}
]
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | NoPermission | no permission | |
| 400 | UnknownError | UnknownError | |
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | |
| 500 | ServerError | ServerError | |
| 500 | RdCheckInnerError | Resource directory account service internal error. | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。