vcenter vm guest processes: summary
The
summary
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",
"pid" : 1,
"started" : "2015-01-01T22:13:05.651Z",
"command" : "string"
}
"owner" : "string",
"name" : "string",
"pid" : 1,
"started" : "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. |
pid | long | The process ID. 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. |