Sometimes I'm getting an error by the Proxmox REST-API for any QEMU related task.
pveversion
pve-manager/7.1-6/4e61e21c (running kernel: 5.11.22-5-pve)
pvesh working fine.
REST API Post call results in following exception (Cookie Auth or API Token Auth results in same error)
HTTP Code 501 seems to be "not implemented" but also GET or PUT doesn't work.
Any ideas on this?
pvedaemon / pveproxy already restarted without any change.
Tested on more than 10 nodes on the cluster.
This error also occurs on complete different tasks like Power on (start).
thanks in advance
Linus
pveversion
pve-manager/7.1-6/4e61e21c (running kernel: 5.11.22-5-pve)
Bash:
root@node49:~# pvesh create /nodes/node49/qemu/XXXXX/agent/ping
┌────────┬───────┐
│ key │ value │
╞════════╪═══════╡
│ result │ {} │
└────────┴───────┘
pvesh working fine.
REST API Post call results in following exception (Cookie Auth or API Token Auth results in same error)
Bash:
Request:
POST https://XX.XX.XX.XX:8006/api2/json/nodes/node49/qemu/XXXXX/agent/ping
Headers:
Authorization (******)
-----------------------
Response:
Code: 501
Phrase: Not a HASH reference at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 873.
Body: NULL
HTTP Code 501 seems to be "not implemented" but also GET or PUT doesn't work.
Any ideas on this?
pvedaemon / pveproxy already restarted without any change.
Tested on more than 10 nodes on the cluster.
This error also occurs on complete different tasks like Power on (start).
thanks in advance
Linus