InspectedProcessesListResult
Inspected Processes List Result
A list of Inspected Processes.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"process_info": {
"name": "string",
"process_id": "string",
"vm_id": "string",
"site_id": "string",
"node_id": "string",
"process_sha256": "string",
"process_command_line": "string",
"binary_path": "string",
"parent_process_id": "string",
"parent_process_binary_path": "string",
"parent_process_uuid": "string",
"process_uuid": "string"
},
"last_inspected": 0,
"inspection_status": "string",
"threat_score": 0,
"verdict": "string",
"error_message": "string",
"error_code": "string",
"malware_family": [
"string"
],
"malware_class": [
"string"
],
"inspections_count": 0
}
]
}