Skip to content

LUMASERV/proxmox-ve-api-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxmox-ve-api-java

A Java Client for the ProxMox VE API

Maven

<repository>
    <id>lumaserv</id>
    <url>https://maven.lumaserv.cloud</url>
</repository>
<dependency>
    <groupId>com.lumaserv</groupId>
    <artifactId>proxmox-ve-api</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

Usage

ProxMoxVEClient client = new ProxMoxVEClient("example.com", "root", "changeme");
client.getNodes().forEach(node -> System.out.println(node.getName()));

About

A Java Client for the ProxMox VE API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages