plugin-proxmox (1.0.0)
Installation
registry=npm install plugin-proxmox@1.0.0"plugin-proxmox": "1.0.0"About this package
Proxmox
Proxmox VE REST API (nodes, VMs, LXC containers, snapshots, tasks, logs). Ticket or API token auth
- Package:
plugin-proxmox - Author: Kai
- Version: 1.0.0
Credentials
| Key | Label | Type | Required | Default |
|---|---|---|---|---|
hostUrl |
Base URL | string | yes | https://127.0.0.1:8006 |
username |
Username (e.g. root@pam) | string | no | – |
password |
Password | secret | no | – |
apiToken |
API token (user@pve!name=uuid) | secret | no | – |
verifyTls |
Verify TLS certificate | boolean | no | false |
Settings
| Key | Label | Type | Required | Default |
|---|---|---|---|---|
timeoutMs |
Timeout (ms) | number | no | 15000 |
Tools
| Tool | Description |
|---|---|
proxmox_ping |
Checks API reachability and reports the Proxmox version |
proxmox_cluster_resources |
Lists all cluster resources (nodes, VMs, LXC, storage) |
proxmox_nodes |
Lists cluster nodes with status |
proxmox_node_status |
Node status and statistics (CPU, memory) |
proxmox_vms |
Lists QEMU VMs (optionally for one node) |
proxmox_lxc |
Lists LXC containers (optionally for one node) |
proxmox_vm_status |
Status of a VM or container (vmid; node optional, auto-resolved) |
proxmox_vm_start |
Starts a VM or container |
proxmox_vm_stop |
Stops a VM or container (ACPI shutdown, falls back to stop) |
proxmox_vm_restart |
Restarts a VM or container |
proxmox_vm_snapshot_list |
Lists snapshots of a VM or container |
proxmox_vm_snapshot_create |
Creates a snapshot of a VM or container |
proxmox_vm_snapshot_delete |
Deletes a snapshot of a VM or container |
proxmox_tasks |
Lists recent cluster tasks |
proxmox_node_logs |
Reads the systemd journal of a node |
Details
Assets (1)
Versions (3)
View all
plugin-proxmox-1.0.0.tgz
3.6 KiB