lkt-node-proxmox

A simple Proxmox VE NodeJs Module, asynchronous

Usage no npm install needed!

<script type="module">
  import lktNodeProxmox from 'https://cdn.skypack.dev/lkt-node-proxmox';
</script>

README

node-proxmox

NodeJs Module to interract with Proxmox VE API. Full async.

Usage

var px = require('node-proxmox')('hostname', 'username', 'authtype', 'password');

px.get('/nodes/', callback(data));
px.post('/nodes/{node}/storage/{storage}/content/{volume}', body, callback(data));
px.put('/nodes/{node}/dns', body, callback(data));
px.del('/nodes/{node}/storage/{storage}/content/{volume}', callback(data));

Ressources

Proxmox API documentation : https://pve.proxmox.com/pve-docs/api-viewer