[GH-ISSUE #114] Dump Memory VMID #61

Closed
opened 2026-02-27 15:46:13 +03:00 by kerem · 1 comment
Owner

Originally created by @Robullo on GitHub (Oct 25, 2022).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/114

Originally assigned to: @jhollowe on GitHub.

Hi, through proxmox I noticed that some features are not available through these API. In particular, "dump-guest-memory" is not available. Will you ever implement it? or can it already be done but recalling it in a different way?
Thank you

Originally created by @Robullo on GitHub (Oct 25, 2022). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/114 Originally assigned to: @jhollowe on GitHub. Hi, through proxmox I noticed that some features are not available through these API. In particular, "dump-guest-memory" is not available. Will you ever implement it? or can it already be done but recalling it in a different way? Thank you
Author
Owner

@jhollowe commented on GitHub (Oct 25, 2022):

This is covered in the documentation. The issue is that Python sees the hyphen and immediately wants to do subtraction. Use the "string notation" to use hyphenated API endpoints.

<!-- gh-comment-id:1290990062 --> @jhollowe commented on GitHub (Oct 25, 2022): This is covered in [the documentation](https://proxmoxer.github.io/docs/latest/basic_usage/#invalid-names-in-python). The issue is that Python sees the hyphen and immediately wants to do subtraction. Use the "string notation" to use hyphenated API endpoints.
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/proxmoxer#61
No description provided.