ProcessInfo
Process Information
Information about the process like ID and name.
JSON Example
{
"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"
}
string
name
Optional
Name of the process.
string
process_id
Optional
Process ID of the process.
string
vm_id
Optional
ID of the Virtual Machine on which this process is detected.
string
site_id
Optional
ID of the NSX Site on which this process is detected.
node_id
Optional
ID of the node from which event was generated. A node could be hypervisor host, NSX Edge or Sensor.
string
process_sha256
Optional
SHA256 hash of the detected process.
string
process_command_line
Optional
Command line of the detected process.
string
binary_path
Optional
Binary path of the detected process.
string
parent_process_id
Optional
Process ID of the parent process.
string
parent_process_binary_path
Optional
Binary path of the parent process.
string
parent_process_uuid
Optional
UUID of the parent process.
string
process_uuid
Optional
UUID of the detected process.