diff --git a/conf/rest/9.8.0/cifs_clients.yaml b/conf/rest/9.8.0/cifs_clients.yaml deleted file mode 100644 index 6e297879e..000000000 --- a/conf/rest/9.8.0/cifs_clients.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: CIFSClients -query: api/private/cli/vserver/cifs/connection -object: cifs_clients - -counters: - - ^^connection_id => identifier - - ^^lif_ip => server_ip - - ^^network_context_id => network_context_id - - ^^node => node - - ^^vserver => svm - - ^^workstation_ip => client_ip - - ^^workstation_port => client_port - -export_options: - instance_keys: - - client_ip - - client_port - - identifier - - network_context_id - - node - - server_ip - - svm - instance_labels: - - svm diff --git a/conf/rest/default.yaml b/conf/rest/default.yaml index 05b0c65ce..bb0722be6 100644 --- a/conf/rest/default.yaml +++ b/conf/rest/default.yaml @@ -9,7 +9,6 @@ schedule: objects: Aggregate: aggr.yaml - CIFSClients: cifs_clients.yaml CIFSSession: cifs_session.yaml CloudTarget: cloud_target.yaml ClusterPeer: clusterpeer.yaml diff --git a/conf/zapi/cdot/9.8.0/cifs_clients.yaml b/conf/zapi/cdot/9.8.0/cifs_clients.yaml deleted file mode 100644 index 03024ade3..000000000 --- a/conf/zapi/cdot/9.8.0/cifs_clients.yaml +++ /dev/null @@ -1,28 +0,0 @@ - -name: CIFSClients -query: cifs-connection-get-iter -object: cifs_clients - -counters: - cifs-connection: - - ^^connection-id => identifier - - ^lif-ip => server_ip - - ^network-context-id => network_context_id - - ^node => node - - ^vserver => svm - - ^workstation-ip => client_ip - - ^workstation-port => client_port - -collect_only_labels: true - -export_options: - instance_keys: - - client_ip - - client_port - - identifier - - network_context_id - - node - - server_ip - - svm - instance_labels: - - svm diff --git a/conf/zapi/default.yaml b/conf/zapi/default.yaml index e6f8bbbdc..506a5e9bd 100644 --- a/conf/zapi/default.yaml +++ b/conf/zapi/default.yaml @@ -8,7 +8,6 @@ schedule: objects: Aggregate: aggr.yaml AggregateEfficiency: aggr_efficiency.yaml - CIFSClients: cifs_clients.yaml CIFSSession: cifs_session.yaml ClusterPeer: clusterpeer.yaml Disk: disk.yaml