@proxman-io/client
v0.2.1
Published
Typed Proxmox VE REST operations — nodes, QEMU, LXC, storage, tasks
Maintainers
Readme
@proxman-io/client
Typed Proxmox REST operations for ProxManLib. Depends on @proxman-io/core for transport.
MVP surface
listNodes,getNodeStatuslistQemu,getQemuConfig,startQemu,stopQemu,shutdownQemu,rebootQemu,resetQemu,suspendQemu,resumeQemulistLxc,getLxcConfig,startLxc,stopLxc,shutdownLxc,rebootLxc,suspendLxc,resumeLxclistStoragelistNodeTasks,getTaskStatus,waitForTask
Lifecycle calls return TaskRef so callers can poll via waitForTask.
See the root README for usage.
