We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bump pve4j dependency to v0.2.1 Update Getting-Started.md to reference the pve4j 0.2.1 release in both Gradle and Maven examples, replacing prior 0.2.0 coordinates.
Add firewall aliases, log & refs docs Expand Firewall-Management.md with new sections and examples for firewall aliases, firewall log access, and reference listing. Update the table of contents to include Aliases, Firewall Log, and References. Adjust example code to use ipfilter (replacing ipv6) and switch the rule example to PveFirewallRuleUpdateOptions (demonstrating moveto/delete/digest). Also clarify rule deletion comment. Includes CRUD examples for aliases, paginated/time-filtered log reads, and listing IPSet/alias references.
Docs: add LXC restore and backup-info references Update docs to document LXC container restore and expose the backup-info index. - Backup-Management.md: include LXC containers in the intro, add a "Restoring a Container (LXC)" section with a Java example using PveLxcRestoreOptions, explain the archive volume identifier format and available options, and note access to the backup-info directory index. - Container-Management.md: add a "Restoring a Container" section with a concise restore example and link back to Backup-Management for details. - Cluster-Operations.md: mention getBackupInfo() (the backup-info directory index) alongside existing backup job helpers. These changes align container restore docs with VM restore flow and clarify how to reference backups via Proxmox volume identifiers.
Add Backup Management guide and links Introduce a new Backup-Management.md documenting the full backup lifecycle (per-VM and node-level vzdump, listing/inspecting backup volumes, retention/pruning, restore, and cluster scheduled backup jobs) with concrete PVE4J examples. Update Cluster-Operations to add a Backup Jobs section, Storage-Management to document backup file operations, VM-Management to include a restore-from-backup example and cross-reference, Home to include the new guide in the index, and _Sidebar.md to surface the guide in navigation. These changes add comprehensive backup docs and cross-references across the documentation.
Update Wiki for 0.2.0
Revert "Update Wiki" This reverts commit f1349e4796d686d75b3ada0c3f91fa23098a3245.
Update Wiki
Updated Getting Started (markdown)
Update Node-Management.md
Add pool and snapshot management guides to documentation Introduced new documentation pages: Pool-Management.md and Snapshot-Management.md, providing comprehensive guides for managing resource pools and VM snapshots with PVE4J. Updated Home.md to link to these new guides and added a snapshot management section to VM-Management.md with quick usage examples and cross-references.
Rename Proxmox4J references to PVE4J in docs Updated all documentation files to replace 'Proxmox4J' with 'PVE4J', including package imports, library names, repository links, and descriptive text. This change reflects the rebranding of the library and ensures consistency across guides, examples, and contribution instructions.
Update Contributing.md
Update Getting-Started.md
Update docs for API changes and prerequisites
Add password authentication and enhance task polling docs Documentation now covers username/password authentication via `createWithPassword()`, including usage examples and security considerations. Task handling and request API docs are updated to show custom polling intervals, static wait methods, and retry configuration for requests. These changes clarify authentication options and improve guidance for handling long-running tasks and transient failures.
Remove useless .md
Updated Home (markdown)
Created Firewall Management (markdown)
Created Storage Management (markdown)
Created Node Management (markdown)
Created Cluster Operations (markdown)
Created Container Management (markdown)
Created VM Management (markdown)
Created Request API (markdown)
Created Error Handling (markdown)
Created Task Handling (markdown)