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
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 =...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.