Search results

  1. C

    [SOLVED] API: 501 upload failed on /nodes/{node}/storage/{storage}/upload

    Hi, I'm implementing file upload via the API and failing. The error is HTTP 501, with the message "upload failed", which isn't too enlightening sadly. I can reproduce this with curl, so probably I'm doing misunderstanding how I should be making the call: curl -X POST -H "Content-type...
  2. C

    [SOLVED] sendkey to VM in pool?

    Hi! I'm experimenting with adding resource pool support for the Packer Proxmox builder, but I'm running into problems that the `sendkey` API call doesn't seem to work for users restricted to a pool (`Permission check failed (/, Sys.Modify) (403)`). Is this by design, or is it something that...
  3. C

    Non-VM-specific disks

    Hi, I wonder if there is a way to have disks not specific to a certain VM, but possible to attach/detach to different VMs? I found this documentation for migrating disks between VMs, but it is fairly involved and much of it seems not meant for automation...