1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

api: storage_volume_full

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-11-27 03:08:01 -05:00
parent fe32bb3842
commit 8534608f3b
2 changed files with 7 additions and 0 deletions

View File

@@ -2929,3 +2929,9 @@ Implements `DELETE`, `GET`, `HEAD`, `POST` operations on the `/1.0/storage-pools
## `network_hwaddr_pattern`
This adds `network.hwaddr_pattern` global and per-project configuration keys to customize MAC address allocation.
## `storage_volume_full`
This adds `?recursion=1` support to `/1.0/storage-pools/POOL/volumes/VOLUME` and `?recursion=2` support to `/1.0/storage-pools/POOL/volumes`.
As well as a matching `StorageVolumeFull` struct.