proxmoxer python users

  1. A

    API remote_migration - VM locked

    Hallo zusammen, ich spiele gerade etwas mit der API und dem thema remote migration. An sich klappt alles - also das kopieren einer VM bzw. eines Templates mittels API auf einen anderen Cluster. Mein Problem ist nur, dass die VM nach der migration auf dem source node als "locked" gekennzeichnet...
  2. T

    How to set up env variables while cloning a template using proxmoxer library in python

    Hi all, i need help to know that how to set up env variables while cloning a template using proxmoxer library in python I am cloning a template(Ubuntu) to create new vm's and i want to to set CLIENT_ID=client1/2/3.... env var in it
  3. R

    How to clone with a proxmoxer VM from one node to the other node with a new name

    Hey guys, I have been looking for a way to clone a VM from one node to another with a proxmoxer library in Python, I have managed to set a connection to promox cluster. However, I have not found any way so far to clone the VMs, here is the code I have so far: def connect_proxmox(dc):proxmox =...
  4. V

    Authentification to Proxmox VE with API

    Hello guys, I'm trying to use Proxmox API in order to manage my nodes cluster from another server. I read the Proxmox VE wiki but I'm getting an issue with authentification part of Proxmox API. I'm using proxmoxer and Python. I wrote this : #!/usr/bin/python3 from proxmoxer import...
  5. T

    API v2.0 problem adding users

    I'm trying to add users to a Proxmox cluster using Proxmoxer and Python 2.7, but the API is giving me an error. I've Googled and played around, but can't figure it out. Help? Here's the HTTP transaction. POST /api2/json/access/users HTTP/1.1\r Host: 172.25.20.44:8006\r Connection...