Is it possible to export volume file system analytics data in ONTAP System Manager?
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