查询资产暴露分析的统计信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeExposedStatistics |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
4B897D10-B3CD-4A93-A5FA-591F3ED12A86 |
| ExposedLaterVulCount |
integer |
暴露在互联网上可被黑客利用的中危漏洞总数量。 |
5 |
| ExposedComponentCount |
integer |
暴露在互联网上的您服务器的系统组件(例如 OpenSSL、OpenSSH)总数量。 |
7 |
| ExposedPortCount |
integer |
暴露在互联网上的端口总数量。 |
6 |
| ExposedInstanceCount |
integer |
暴露在互联网上的资产总数量。 |
10 |
| ExposedWeekPasswordMachineCount |
integer |
暴露在互联网上的您服务器的系统密钥的总数量。 |
20 |
| ExposedNntfVulCount |
integer |
暴露在互联网上可被黑客利用的低危漏洞总数量。 |
0 |
| GatewayAssetCount |
integer |
暴露在互联网上的网关资产(负载均衡、NAT 网关)总数量。 |
3 |
| ExposedIpCount |
integer |
暴露在互联网上的 IP 地址总数量。 |
100 |
| ExposedAsapVulCount |
integer |
暴露在互联网上可被黑客利用的高危漏洞总数量。 |
1 |
| ExposedEcsCount |
integer |
暴露在互联网上的 ECS 资产数量。 |
5 |
| ExposedRdsCount |
integer |
暴露在互联网上的 RDS 数据库资产数量。 |
1 |
| ExposedKvstoreCount |
integer |
暴露在互联网上的 RDS-Redis 版数据库资产数量。 |
3 |
| ExposedDdsCount |
integer |
暴露在互联网上的 MONGODB 数据库资产数量。 |
1 |
示例
正常返回示例
JSON格式
{
"RequestId": "4B897D10-B3CD-4A93-A5FA-591F3ED12A86",
"ExposedLaterVulCount": 5,
"ExposedComponentCount": 7,
"ExposedPortCount": 6,
"ExposedInstanceCount": 10,
"ExposedWeekPasswordMachineCount": 20,
"ExposedNntfVulCount": 0,
"GatewayAssetCount": 3,
"ExposedIpCount": 100,
"ExposedAsapVulCount": 1,
"ExposedEcsCount": 5,
"ExposedRdsCount": 1,
"ExposedKvstoreCount": 3,
"ExposedDdsCount": 1
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | NoPermission | no permission | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?