Proxmox Virtual Environment higher level API. Provides a higher level API with objects for controlling PVE. Includes a full CLI.
Go to file
Denis Knauf f780eccc6a version 0.3.3 typo bugfix 2024-03-28 23:31:01 +01:00
bin pve initialized 2021-04-19 20:35:39 +02:00
lib version 0.3.3 typo bugfix 2024-03-28 23:31:01 +01:00
.gitignore v0.2.4 2022-01-12 21:03:48 +01:00
Gemfile bump 0.1.1 - dependency-specs 2021-04-21 14:50:41 +02:00
LICENSE.txt LICENSE.txt (AGPL) added. faster status. storage-cli activated. dependencies updated 2021-12-08 22:35:21 +01:00
README.adoc bump v0.2 2021-11-30 13:45:04 +01:00
Rakefile LICENSE.txt (AGPL) added. faster status. storage-cli activated. dependencies updated 2021-12-08 22:35:21 +01:00
pve.gemspec v0.3.0: >=ruby2.7. PVE-6 not supported anymore. small fixes. more comfort. commands on more than one machine at once. 2022-10-05 12:55:03 +02:00

README.adoc

Proxmox Virtual Environment High Level API for Ruby
===================================================

This is a limited, but easier to use library for ruby.
It provides additional a command line interface for administration named `pvecli`.
The Rest-API will be used for controlling your server.

You need to provide a config-file `/etc/pve/pvecli.yml`:

	auth:
		username: USERNAME
		password: PASSWORD
		realm:    pve or something like that
	connect:
		verify_tls: no if you do not use known CA-signed X509-Certificates

Featurs
=======

The library provides an interface to interact with PVE-servers.
Provided abstractions for:

* Node
* LXC (create, delete, modify, use)
* Qemu (create, delete, modify, use)
* Storages (list, list content)
* Appliances (list, download to storage)

pvecli
======

This tool should usable like PVE-WebGUI, instead of low-level-tools like `pct`
or user-unfriendlier tools like `pvesh`.
So `pvecli` provides a global control over your cluster on command line.