REST API for ProxmoxAAS
ec929d5f90
Signed-off-by: Arthur Lu <learthurgo@gmail.com> |
||
---|---|---|
.gitignore | ||
index.js | ||
package.json | ||
proxmoxaas-api.service | ||
README.md | ||
start.sh | ||
vars.js.template |
Configuring API Token and Permissions
- Add a new user
proxmoxaas-api
to proxmox - Create a new API token for the user
proxmoxaas-api
and copy the secret key to a safe location - 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
- Add a new API Token Permission with path:
/
, select the API token created previously, and role: `proxmoxaas-api