https://github.com/michaelcade/proxmox-inventory
https://github.com/michaelcade/proxmox-inventory
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelcade/proxmox-inventory
- Owner: MichaelCade
- Created: 2025-01-24T16:59:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T17:20:50.000Z (over 1 year ago)
- Last Synced: 2025-11-16T23:27:06.720Z (8 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Messing around with the Proxmox API
Start by setting
```
export PROXMOX_URL="https://:8006"
export PROXMOX_USER="root@pam"
export PROXMOX_PASS=''
```
At the moment this will only display Proxmox version and a list of VMs.