Guest Windows Registry Manager Delete Registry Value In Guest
Delete a registry value.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case GuestWindowsRegistryManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"DeleteRegistryValueInGuestRequestType Object"
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
The guest authentication data.
The registry value name to be deleted. The Value "name" (specified in GuestRegValueNameSpec) can be empty. If "name" is empty, it deletes the value for the unnamed or default value of the given key.
No Content
GuestOperationsFault: if there is an error processing a guest operation.
GuestOperationsUnavailable: if the VM agent for guest operations is not running.
InvalidPowerState: if the VM is not powered on.
InvalidState: if the operation cannot be performed because of the virtual machine's current state.
TaskInProgress: if the virtual machine is busy.
GuestRegistryKeyInvalid: if the registry key is not valid. Check the HKEY Root specified.
GuestRegistryValueNotFound: if the registry value was not found.
GuestPermissionDenied: if the program path cannot be run because the guest authentication will not allow the operation.
InvalidGuestLogin: if the the guest authentication information was not accepted.
GuestComponentsOutOfDate: if the guest agent is too old to support the operation.
OperationNotSupportedByGuest: if the operation is not supported by the guest OS.
OperationDisabledByGuest: if the operation is not enabled due to guest agent configuration.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/GuestWindowsRegistryManager/{moId}/DeleteRegistryValueInGuest