Delphi Example of accessing the Proxmox REST API For most people they would just use Ansible, but I wanted to create code that a delphi developer coulde use to control Proxmox and enable Delphi code to be used with DevOps.
So far the project can:
- Authenticate
- List VM's
- List LXC Containers
- List Proxmox Storage Locations
- Create QEMU VM's
- Create LXC Containers
There is a small demo project that allows you to test out the functions.