ListProcessesInGuestRequestType

ListProcessesInGuestRequestType
ListProcessesInGuestRequestType

The parameters of ListProcessesInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "pids": [
        0
    ]
}
vm
Required

Virtual machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Query

auth
Required

The guest authentication data. See GuestAuthentication.

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.