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 6890af2 commit 88bd49a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions conf/rest/9.12.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ query: api/network/ip/interfaces
object: lif

counters:
- ^^name => lif
- ^^svm.name => svm
- ^^uuid
- ^ip.address => address
- ^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
Expand Down
5 changes: 3 additions & 2 deletions conf/zapi/cdot/9.8.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ object: lif

counters:
net-interface-info:
- ^^interface-name => lif
- ^^vserver => svm
- ^^lif-uuid
- ^address => address
- ^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 88bd49a

Please sign in to comment.