vcenter vm guest processes: info
The
info
structure describes the state of a guest process. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"owner" : "string",
"name" : "string",
"exit_code" : 1,
"started" : "2015-01-01T22:13:05.651Z",
"finished" : "2015-01-01T22:13:05.651Z",
"command" : "string"
}
"owner" : "string",
"name" : "string",
"exit_code" : 1,
"started" : "2015-01-01T22:13:05.651Z",
"finished" : "2015-01-01T22:13:05.651Z",
"command" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | The process name. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
owner | string | The process owner. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
command | string | The full command line of the process. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
started | date_time | The start time of the process. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
finished | date_time | If the process was started using create then the process completion time will be available if queried within 5 minutes after it completes. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Set if the process was started with create and has recently exited. |
exit_code | long | If the process was started using create then the process exit code will be available if queried within 5 minutes after it completes. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Set if the process was started with create and has recently exited. |