ListProcessesInGuestRequestType
ListProcessesInGuestRequestType
The parameters of ListProcessesInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"pids": [
0
]
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
array of integer
pids
Optional
If set, only return information about the specified processes. Otherwise, information about all processes are returned. If a specified processes does not exist, nothing will be returned for that process.