VmGuestProcessesSummary
The Processes.Summary structure describes the state of a guest process.
Properties
string
command
Required
The full command line of the process.
string
name
Required
The process name.
string
owner
Required
The process owner.
integer as int64
pid
Required
The process ID.
string as date-time
started
Required
The start time of the process.
JSON Example
{
"command": "string",
"name": "string",
"owner": "string",
"pid": 0,
"started": "string"
}