proxmox

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleDeleteCluster

func HandleDeleteCluster(app core.App, e *core.RequestEvent) error

func HandleDeleteLXC

func HandleDeleteLXC(app core.App, e *core.RequestEvent) error

func HandleDeleteNode

func HandleDeleteNode(app core.App, e *core.RequestEvent) error

func HandleDeleteQemu

func HandleDeleteQemu(app core.App, e *core.RequestEvent) error

func HandleGetCluster

func HandleGetCluster(app core.App, e *core.RequestEvent) error

func HandleGetLXC

func HandleGetLXC(app core.App, e *core.RequestEvent) error

func HandleGetNode

func HandleGetNode(app core.App, e *core.RequestEvent) error

func HandleGetQemu

func HandleGetQemu(app core.App, e *core.RequestEvent) error

func HandleIngestCluster

func HandleIngestCluster(app core.App, e *core.RequestEvent) error

HandleIngestCluster handles the ingestion of a Proxmox cluster

func HandleIngestLXC

func HandleIngestLXC(app core.App, e *core.RequestEvent) error

HandleIngestLXC handles the ingestion of a Proxmox LXC container

func HandleIngestNode

func HandleIngestNode(app core.App, e *core.RequestEvent) error

HandleIngestNode handles the ingestion of a Proxmox node

func HandleIngestQemu

func HandleIngestQemu(app core.App, e *core.RequestEvent) error

HandleIngestQemu handles the ingestion of a Proxmox QEMU VM

func HandleListClusters

func HandleListClusters(app core.App, e *core.RequestEvent) error

func HandleListLXC

func HandleListLXC(app core.App, e *core.RequestEvent) error

func HandleListNodes

func HandleListNodes(app core.App, e *core.RequestEvent) error

func HandleListQemu

func HandleListQemu(app core.App, e *core.RequestEvent) error

Types

type ListResponse

type ListResponse struct {
	Page       int            `json:"page"`
	PerPage    int            `json:"perPage"`
	TotalItems int64          `json:"totalItems"`
	TotalPages int            `json:"totalPages"`
	Items      []*core.Record `json:"items"`
}

Helper for list response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL