Skip to content

Commit

Permalink
feat: adding ifgrp api to fetch ifgrp labels in net_port (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl authored Nov 28, 2024
1 parent 3eca85e commit e4ea1e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf/rest/9.12.0/netport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ endpoints:
- ^flowcontrol_admin => admin_flowcontrol
- ^role => role
- ^speed_admin => admin_speed
# This is ifgrp(lag) type of ports, subset of above port api. It would only append below labels when key matches.
- query: api/private/cli/network/port/ifgrp
counters:
- ^^ifgrp => port
- ^^node => node
- ^activeports => activeports
- ^distr_func => ifgrp_func
- ^down_ports => down_ports
- ^ports => ports
- ^up_ports => up_ports

plugins:
LabelAgent:
Expand Down

0 comments on commit e4ea1e2

Please sign in to comment.