Skip to main content
NetApp Knowledge Base

Can performance CSV file be downloaded directly by specifying URL?

Views:
55
Visibility:
Public
Votes:
0
Category:
ontap-system-manager
Specialty:
om
Last Updated:

Applies to

ONTAP System Manager

Answer

No. The CSV file cannot be downloaded unless clicking the download icon on DASHBOARD in System Manager.
 
clipboard_e4e55a9f0d591bda6c18dca59a6cda1c6.png

Additional Information

Output in JSON format instead of CSV file can be obtained using GET /cluster/metrics REST API in Retrieve historical performance metrics for the cluster
Example:
curl -u admin -k "https://[CLUSTER-MGMT-IP]/api/cluster/metrics?oder_by=timestamp&fields=duration,iops,latency,status,throughput,timestamp&interval=1h"
Enter host password for user 'admin':
{
  "records": [
    {
      "timestamp": "2024-03-21T12:05:45Z",
      "status": "ok",
      "duration": "PT15S",
      "latency": {
        "read": 0,
        "write": 0,
        "other": 0,
        "total": 0
      },
...
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.