REST API for ProxmoxAAS
Go to file
Arthur Lu 816c5a2c9e add start script and sample systemd service
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-10 21:58:22 +00:00
.gitignore add vars.js.template, 2023-01-25 00:28:44 +00:00
index.js add disk attach, 2023-02-10 21:41:36 +00:00
package.json add echo path, 2023-01-19 20:22:26 +00:00
proxmoxaas-api.service add start script and sample systemd service 2023-02-10 21:58:22 +00:00
README.md update README.md 2023-01-19 19:50:01 +00:00
start.sh add start script and sample systemd service 2023-02-10 21:58:22 +00:00
vars.js.template add detach disk path, 2023-01-25 00:48:15 +00:00

Configuring API Token and Permissions

  1. Add a new user proxmoxaas-api to proxmox
  2. Create a new API token for the user proxmoxaas-api and copy the secret key to a safe location
  3. Create a new role proxmoxaas-api with at least the following permissions:
  • VM.* except VM.Audit, VM.Backup, VM.Console, VM.Monitor, VM.PowerMgmt, VM.Snapshot, VM.Snapshot.Rollback
  1. Add a new API Token Permission with path: /, select the API token created previously, and role: `proxmoxaas-api