API endpoint help

DenySh

New Member
Jul 26, 2025
1
0
1
Hello,


I created an API token for the root@pam user, and I am able to successfully make other requests. However, when I attempt to make a linked clone using the following API endpoint:
Code:
https://192.168.0.2:8006/api2/json/nodes/proxmox/qemu/107/clone
I receive the following response:
JSON:
{
    "data": null,
    "message": "only root can set 'hostpci0' config for non-mapped devices"
}

Here are my current settings:
User: root@pam
Permissions: Administrator role

It seems to be a permission issue, but I am using the root@pam user with the Administrator role, which should have full access to all actions.
Anyone able to provide insight on how to resolve this or if there's something I'm missing?

Thank you!
 
Last edited: