-
Notifications
You must be signed in to change notification settings - Fork 0
feat(api): Add LXC snapshot routes #40
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
The proxmox_controller role supports LXC snapshots (snapshot_lxc_create, snapshot_lxc_delete, snapshot_lxc_revert, snapshot_lxc_list) but these are not exposed via API routes.
Requirements
POST /v0/admin/proxmox/lxc/{id}/snapshot/createDELETE /v0/admin/proxmox/lxc/{id}/snapshot/deletePOST /v0/admin/proxmox/lxc/{id}/snapshot/revertGET /v0/admin/proxmox/lxc/{id}/snapshot/list- Pydantic schemas for each
Priority
Important. Should be implemented alongside B4 (LXC lifecycle routes).
References
- Gap analysis:
gap-analysis.mdissue B9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request