Recent content by Valentin1993

  1. V

    Authentification to Proxmox VE with API

    Anyway all Python solutions could not work because proxmoxer and al. are developped for proxmox 2.x. So they have all openvz and not lxc implemented. True ? Finally the best way will be to use pvecm or Curl ?
  2. V

    Authentification to Proxmox VE with API

    #! /usr/bin/env python # coding: utf-8 from proxmoxer import ProxmoxAPI proxmox = ProxmoxAPI(host="172.30.10.140", user="root@pam", password="xxxxxx", verify_ssl=False) It seems to work. By what I could replace openvz if I use Proxmox version > 3.4 ?
  3. V

    Authentification to Proxmox VE with API

    It's pretty weird because even if I use Python 2.7, the same script doesn't work with the same authenticate error. from proxmoxer import ProxmoxAPI def proxmox_authentification () : proxmox = ProxmoxAPI(host="172.30.10.140", user="root@pam", password="xxxxx", verify_ssl=False) return...
  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...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!