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:
@@ -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.
|
||||
|
||||
@@ -506,6 +506,7 @@ var APIExtensions = []string{
|
||||
"bpf_token_delegation",
|
||||
"file_storage_volume",
|
||||
"network_hwaddr_pattern",
|
||||
"storage_volume_full",
|
||||
}
|
||||
|
||||
// APIExtensionsCount returns the number of available API extensions.
|
||||
|
||||
Reference in New Issue
Block a user