[pdm-devel] [PATCH proxmox-api-types v2 1/2] cluster: resource: add sdn property
Stefan Hanreich
s.hanreich at proxmox.com
Tue Sep 9 17:54:14 CEST 2025
SDN entities store their name in the sdn property. Add it to the
existing API schema where it was missing.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
pve-api-types/pve-api.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pve-api-types/pve-api.json b/pve-api-types/pve-api.json
index d9d1627..2d1ed9e 100644
--- a/pve-api-types/pve-api.json
+++ b/pve-api-types/pve-api.json
@@ -15734,6 +15734,11 @@
"optional": 1,
"type": "string"
},
+ "sdn": {
+ "description": "The name of an SDN entity (for type 'sdn')",
+ "optional": 1,
+ "type": "string"
+ },
"status": {
"description": "Resource type dependent status.",
"optional": 1,
--
2.47.3
More information about the pdm-devel
mailing list