[pdm-devel] [PATCH proxmox 1/3] pve-api-types: update /cluster/resources endpoint
Stefan Hanreich
s.hanreich at proxmox.com
Fri Nov 7 15:40:06 CET 2025
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
pve-api-types/pve-api.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/pve-api-types/pve-api.json b/pve-api-types/pve-api.json
index 1775fdae..833915e8 100644
--- a/pve-api-types/pve-api.json
+++ b/pve-api-types/pve-api.json
@@ -15755,6 +15755,20 @@
"renderer": "bytes",
"type": "integer"
},
+ "network": {
+ "description": "The name of a Network entity (for type 'network').",
+ "optional": 1,
+ "type": "string"
+ },
+ "network_type": {
+ "description": "The type of network resource (for type 'network').",
+ "enum": [
+ "fabric",
+ "zone"
+ ],
+ "optional": 1,
+ "type": "string"
+ },
"node": {
"description": "The cluster node name (for types 'node', 'storage', 'qemu', and 'lxc').",
"format": "pve-node",
@@ -15771,6 +15785,11 @@
"optional": 1,
"type": "string"
},
+ "protocol": {
+ "description": "The protocol of a fabric (for type 'network', network_type 'fabric').",
+ "optional": 1,
+ "type": "string"
+ },
"sdn": {
"description": "The name of an SDN entity (for type 'sdn')",
"optional": 1,
@@ -15808,7 +15827,8 @@
"qemu",
"lxc",
"openvz",
- "sdn"
+ "sdn",
+ "network"
],
"type": "string"
},
@@ -15825,6 +15845,11 @@
"minimum": 100,
"optional": 1,
"type": "integer"
+ },
+ "zone_type": {
+ "description": "The type of an SDN zone (for type 'sdn').",
+ "optional": 1,
+ "type": "string"
}
},
"type": "object"
--
2.47.3
More information about the pdm-devel
mailing list