ListRegistryKeysInGuestRequestType
The parameters of ListRegistryKeysInGuest.
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"keyName": {
"_typeName": "string",
"registryPath": "string",
"wowBitness": "string"
},
"recursive": false,
"matchPattern": "string"
}
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Query
The guest authentication data.
The path to the registry key for which all subkeys are to be listed.
If true, all subkeys are listed recursively.
A filter for the key names returned, specified using perl-compatible regular expressions. If matchPattern is unset, then the pattern '.*' is used, which returns all key names found, otherwise only those key names that match the input pattern shall be returned.