Retrieves the dashboard data of file tamper-proofing events.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
integer |
No |
The start timestamp of the query. |
1648438617000 |
| EndTime |
integer |
No |
The end timestamp of the query. |
1656038940435 |
| CurrentPage |
string |
No |
The page number of the current page to return. |
1 |
| PageSize |
string |
No |
The maximum number of entries per page for a paged query. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
F5CF78A7-30AA-59DB-847F-13EE3AE7**** |
| Data |
object |
The returned data. |
|
| OneDayFileChangeCount |
integer |
The number of file tamper-proofing events for today. |
12 |
| RecentFileChangeCount |
integer |
The number of file tamper-proofing events in the last 15 days. |
33 |
| ServerCount |
integer |
The number of affected servers. |
4 |
| FileTypeStats |
array<object> |
The event statistics grouped by file type. |
|
|
object |
|||
| Key |
string |
txt |
|
| Num |
integer |
60 |
|
| FilePathStats |
array<object> |
The tamper-proofing event statistics grouped by file path. |
|
|
object |
|||
| Key |
string |
/usr/a |
|
| Num |
integer |
10 |
|
| ProcessNameStats |
array<object> |
The event statistics grouped by process name. |
|
|
object |
|||
| Key |
string |
test |
|
| Num |
integer |
50 |
Examples
Success response
JSON format
{
"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
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParameter | Illegal parameter, please check the param. | Parameter error, please check the input parameters. |
| 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.