[pve-devel] [PATCH pve-network 6/9] api: nodes: fabrics: add endpoint for querying interface status

Stefan Hanreich s.hanreich at proxmox.com
Mon Nov 3 17:32:36 CET 2025



On 11/3/25 3:24 PM, Hannes Laimer wrote:
> On 10/30/25 16:59, Stefan Hanreich wrote:
>> This endpoint returns the state of interfaces that are part of the
>> fabric. For more information on the returned values, consult the
>> proxmox-perl-rs commit. It is used by the NetworkBrowser panel.
>>
>> Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
>> ---
>>   src/PVE/API2/Network/SDN/Nodes/Fabric.pm | 47 ++++++++++++++++++++++++
>>   1 file changed, 47 insertions(+)
>>
>> diff --git a/src/PVE/API2/Network/SDN/Nodes/Fabric.pm b/src/PVE/API2/
>> Network/SDN/Nodes/Fabric.pm
>> index b5971c7..90ea5e4 100644
>> --- a/src/PVE/API2/Network/SDN/Nodes/Fabric.pm
>> +++ b/src/PVE/API2/Network/SDN/Nodes/Fabric.pm
>> @@ -138,3 +138,50 @@ __PACKAGE__->register_method({
>>       },
>>   });
>>   +__PACKAGE__->register_method({
>> +    name => 'interfaces',
>> +    path => 'interfaces',
>> +    method => 'GET',
>> +    description => "Get neighbors of all fabrics.",
> 
> description looks familiar :P

oops - will update!




More information about the pve-devel mailing list