[PR #37] [MERGED] Add sendkey operation #172

Closed
opened 2026-02-28 00:40:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/37
Author: @carlpett
Created: 7/10/2019
Status: Merged
Merged: 7/14/2019
Merged by: @ggongaware

Base: masterHead: implement-sendkeys


📝 Commits (1)

📊 Changes

1 file changed (+13 additions, -0 deletions)

View changed files

📝 proxmox/client.go (+13 -0)

📄 Description

This PR adds a function to call /api2/json/nodes/{node}/qemu/{vmid}/sendkey. This overlaps slightly with the existing SendKeysString function, but works with lower privileges (only requires VM.Console on the VM itself, not Sys.Modify on the entire node)

ping @ggongaware


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/37 **Author:** [@carlpett](https://github.com/carlpett) **Created:** 7/10/2019 **Status:** ✅ Merged **Merged:** 7/14/2019 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `implement-sendkeys` --- ### 📝 Commits (1) - [`3a0d2f8`](https://github.com/Telmate/proxmox-api-go/commit/3a0d2f855429926968a1f6f64b2ff8165bde09bc) Add sendkey operation ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client.go` (+13 -0) </details> ### 📄 Description This PR adds a function to call `/api2/json/nodes/{node}/qemu/{vmid}/sendkey`. This overlaps slightly with the existing `SendKeysString` function, but works with lower privileges (only requires VM.Console on the VM itself, not Sys.Modify on the entire node) ping @ggongaware --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:40:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#172
No description provided.