Skip to content

Commit

Permalink
fix: lif template should use unique instanceKeys
Browse files Browse the repository at this point in the history
Fixes: #2392
  • Loading branch information
cgrinds committed Sep 29, 2023
1 parent 88bd49a commit 9a33403
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions conf/rest/9.12.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ query: api/network/ip/interfaces
object: lif

counters:
- ^^uuid
- ^ip.address => address
- ^^ip.address => address
- ^^name => lif
- ^^svm.name => svm
- ^ipspace.name => ipspace
- ^location.home_node.name => home_node
- ^location.home_port.name => home_port
- ^location.is_home => is_home
- ^location.node.name => node
- ^location.port.name => port
- ^name => lif
- ^services => services
- ^state => status
- ^subnet.name => subnet
- ^svm.name => svm

endpoints:
- query: api/private/cli/network/interface
counters:
- ^^address => address
- ^^lif
- ^^vserver => svm
- ^data_protocol => protocols
Expand Down
7 changes: 3 additions & 4 deletions conf/zapi/cdot/9.8.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ object: lif

counters:
net-interface-info:
- ^^lif-uuid
- ^address => address
- ^^address => address
- ^^interface-name => lif
- ^^vserver => svm
- ^current-node => node
- ^current-port => port
- ^home-node => home_node
- ^home-port => home_port
- ^interface-name => lif
- ^ipspace => ipspace
- ^is-home => is_home
- ^operational-status => status
- ^subnet-name => subnet
- ^vserver => svm
- data-protocols:
- ^data-protocol => protocols
- service-names:
Expand Down

0 comments on commit 9a33403

Please sign in to comment.