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.
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