Vm_Guest_Processes_Info

Vm_Guest_Processes_Info
Vm_Guest_Processes_Info

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

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

The process name.

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.

string As date-time
finished
Optional

If the process was started using Processes.create then the process completion time will be available if queried within 5 minutes after it completes. Set if the process was started with Processes.create and has recently exited.

integer As int64
exit_code
Optional

If the process was started using Processes.create then the process exit code will be available if queried within 5 minutes after it completes. Set if the process was started with Processes.create and has recently exited.