Skip to main content
NetApp Knowledge Base

Is it possible to export  volume file system analytics data in ONTAP System Manager?

Views:
84
Visibility:
Public
Votes:
0
Category:
ontap-system-manager
Specialty:
OM
Last Updated:

Applies to

  • ONTAP System Manager(OSM)
  • Volume File system Analytics

Answer

It is possible to get the volume file system analytics data from OSM via API calls/using curl:
 
curl -X GET "https://<hostname> /api/storage/volumes/<volumeUUID>/files/%2F?return_metadata=false&type=directory&fields=analytics&return_timeout=120" -H  "accept: application/json" -H  "authorization: <Cluster login authorization>"

Additional Information

additionalInformation_text
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.