StartProgramInGuestRequestType
StartProgramInGuestRequestType
The parameters of StartProgramInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"spec": {
"_typeName": "string",
"programPath": "string",
"arguments": "string",
"workingDirectory": "string",
"envVariables": [
"string"
]
}
}
vm
Required
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Execute
auth
Required
The guest authentication data. See GuestAuthentication.
spec
Required
The arguments describing the program to be started.