Vm_Guest_Processes_Summary

Vm_Guest_Processes_Summary
Vm_Guest_Processes_Summary

The Processes.Summary structure describes the state of a guest process.

JSON Example
{
    "name": "string",
    "pid": 0,
    "owner": "string",
    "command": "string",
    "started": "string"
}
string
name
Required

The process name.

integer As int64
pid
Required

The process ID.

string
owner
Required

The process owner.

string
command
Required

The full command line of the process.

string As date-time
started
Required

The start time of the process.