获取文件防护事件大盘
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| StartTime |
integer |
否 |
查询开始时间戳。 |
1648438617000 |
| EndTime |
integer |
否 |
结束时间的时间戳。 |
1656038940435 |
| CurrentPage |
string |
否 |
指定返回结果的当前页码。 |
1 |
| PageSize |
string |
否 |
分页查询时,显示的每页数据的最大条数。 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
F5CF78A7-30AA-59DB-847F-13EE3AE7**** |
| Data |
object |
返回数据。 |
|
| OneDayFileChangeCount |
integer |
今日文件防护数量。 |
12 |
| RecentFileChangeCount |
integer |
最近 15 天文件防护数量。 |
33 |
| ServerCount |
integer |
影响服务器数量。 |
4 |
| FileTypeStats |
array<object> |
按照文件类型统计事件。 |
|
|
object |
|||
| Key |
string |
文件类型名称。 |
txt |
| Num |
integer |
数量。 |
60 |
| FilePathStats |
array<object> |
按照文件路径统计防篡改事件。 |
|
|
object |
|||
| Key |
string |
路径地址。 |
/usr/a |
| Num |
integer |
事件总数。 |
10 |
| ProcessNameStats |
array<object> |
按照进程名称统计。 |
|
|
object |
|||
| Key |
string |
进程名。 |
test |
| Num |
integer |
发生事件的数量。 |
50 |
示例
正常返回示例
JSON格式
{
"RequestId": "F5CF78A7-30AA-59DB-847F-13EE3AE7****",
"Data": {
"OneDayFileChangeCount": 12,
"RecentFileChangeCount": 33,
"ServerCount": 4,
"FileTypeStats": [
{
"Key": "txt",
"Num": 60
}
],
"FilePathStats": [
{
"Key": "/usr/a",
"Num": 10
}
],
"ProcessNameStats": [
{
"Key": "test",
"Num": 50
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IllegalParameter | Illegal parameter, please check the param. | 参数错误,请检查输入参数。 |
| 500 | ServerError | ServerError | 服务故障,请稍后重试! |
| 403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。