FileInspectionEventsListResult
FileInspectionEventsListResult
A list of File Inspection Events.
AllOf
JSON Example
{
"_self": {},
"_links": [
{
"href": "string",
"action": "string",
"rel": "string"
}
],
"_schema": "string",
"result_count": 0,
"sort_by": "string",
"sort_ascending": false,
"cursor": "string",
"results": [
{
"inspection_time": 0,
"server": {
"vm_id": "string",
"ip_address": "string",
"fqdn": "string"
},
"client": {
"vm_id": "string",
"ip_address": "string",
"fqdn": "string"
},
"sha256": "string",
"sha1": "string",
"md5": "string",
"file_name": "string",
"inspection_status": "string",
"threat_score": 0,
"verdict": "string",
"error_message": "string",
"error_code": "string",
"is_blocked": false,
"allow_listed": false,
"transport_node_type": "string",
"transport_node_id": "string",
"gateway_id": "string"
}
]
}