/cluster/resources api

ohhfine

New Member
Jul 11, 2024
2
0
1
have been lurking, reading and googling never found an answer but quite a bit of mention of this

proxmox 8.2.4 3 node cluster lenovo m93p

pvesh get /cluster/resources

as root on host returns way more then an api call with python on remote host, all i am able to get on api call is the three cluster nodes and i was really hoping to get more (vmid;s), can anyone share there resoluion?

i'm using id root@pam!api1 and tolen with full perms
 
lol, many thanks... kept me reading

API tokens come in two basic types:
  • Separated privileges: The token needs to be given explicit access with ACLs. Its effective permissions are calculated by intersecting user and token permissions.
  • Full privileges: The token’s permissions are identical to that of the associated user.