Re: [pve-devel] [PATCH pve-network 08/11] add api endpoints for fabrics

2025-03-04 Thread Stefan Hanreich
please add descriptions to the properties, it serves as the documentation and we also cannot autogenerate the Rust types for the API methods. Some methods only have type => 'object' as return type. It would be good to properly document the properties of those as well for the same reasons as above.

[pve-devel] [PATCH pve-network 08/11] add api endpoints for fabrics

2025-02-14 Thread Gabriel Goller
Add api endpoints for CRUD of fabrics, nodes, and interfaces. Signed-off-by: Gabriel Goller --- src/PVE/API2/Network/SDN.pm | 7 + src/PVE/API2/Network/SDN/Fabrics.pm | 57 +++ src/PVE/API2/Network/SDN/Fabrics/Common.pm| 111 + src/PVE/API2/Network/SDN/Fabr