ReadEnvironmentVariableInGuestRequestType
ReadEnvironmentVariableInGuestRequestType
The parameters of ReadEnvironmentVariableInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"names": [
"string"
]
}
vm
Required
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Query
auth
Required
The guest authentication data. See GuestAuthentication.
array of
string
names
Optional
The names of the variables to be read. If not set, then all the environment variables are returned.