mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 12:15:48 +03:00
[GH-ISSUE #31] Have a example of New-PveNodesLxc #22
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tofkamp on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/31
I am trying to create a simple LXC on proxmox with this tool. I can connect and get the proxmox version, so the connection is ok.
I get a 400 "Parameter verification failed", but not which one. The -debug option does not help either.
In the response I can see "VERBOSE: Requested HTTP/1.1 POST with 0-byte payload", which is a bit less than expected.
If I have a working example, I could modify it to fit to my enviroment. Could you provide some examples in the documentation ?
Maybe a simple one, and one with almost every parameter ?
@franklupo commented on GitHub (Jan 27, 2025):
Hi,
works like API https://pve.proxmox.com/pve-docs/api-viewer/index.html
best reagrds