Skip to content

Commit

Permalink
feat: rest nfs connections dashboard (#1297)
Browse files Browse the repository at this point in the history
* feat: rest nfs connections dashboard
  • Loading branch information
rahulguptajss authored Sep 20, 2022
1 parent ffcd3a3 commit 95affc8
Show file tree
Hide file tree
Showing 5 changed files with 575 additions and 0 deletions.
15 changes: 15 additions & 0 deletions conf/rest/9.7.0/nfs_clients.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: NFSClients
query: api/protocols/nfs/connected-clients
object: nfs_clients

counters:
- ^^svm.name => svm
- ^^volume.name => volume
- ^^node.name => node
- ^^client_ip => client_ip
- ^^server_ip => server_ip
- ^^protocol => protocol
- idle_duration(duration) => idle_duration #in seconds

export_options:
include_all_labels: true
1 change: 1 addition & 0 deletions conf/rest/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ objects:
# Lun: lun.yaml
# NetConnections: netConnections.yaml
# NetPort: netPort.yaml
# NFSClients: nfs_clients.yaml
# Node: node.yaml
# NtpServer: ntpserver.yaml
# OntapS3: ontap_s3.yaml
Expand Down
Loading

0 comments on commit 95affc8

Please sign in to comment.