Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 7 results
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/Rest_API_fails_to_return_data_for_specific_volumes_when_searching_by_volume_name
      Querying a volume with rest by volume name returns no results, however querying the same volume by UUID returns results. curl -X GET "https://1.2.3.4/api/storage/volumes?is_constituent=false&name=vol1...Querying a volume with rest by volume name returns no results, however querying the same volume by UUID returns results. curl -X GET "https://1.2.3.4/api/storage/volumes?is_constituent=false&name=vol1&return_records=true&return_timeout=15" -H "accept: application/json" -H "authorization: Basic AAWWYYTT123456789="
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/RESTful_API_and_System_Manager_are_not_returning_volume_statistics
      RESTful API System Manager REST Command: GET for /storage/volumes/<instance-UUID> returns no volume statistics. However, statistics can be pulled from the CLI ::> qos statistics volume latency show -v...RESTful API System Manager REST Command: GET for /storage/volumes/<instance-UUID> returns no volume statistics. However, statistics can be pulled from the CLI ::> qos statistics volume latency show -volume vol_xxx Workload ID Latency Network Cluster Data Disk QoS Max QoS Min NVRAM Cloud FlexCache SM Sync VA AVSCAN -total- - 600.00us 52.00us 10.00us 62.00us 0ms 469.00us 0ms 7.00us 0ms 0ms 0ms 0ms 0ms vol_xxx.. 22280 99.00us 43.00us 0ms 56.00us 0ms 0ms 0ms 0ms 0ms 0ms 0ms 0ms 0ms
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/RESTful_API_not_returning_correct_number_of_records_for_shelf_count
      Applies to ONTAP 9.8P5 Postman REST API Issue When querying shelves via REST API, not all records are returned.
    • https://kb.netapp.com/Legacy/OnCommand_Suite/What_API_is_used_for_display_performance_graph_of_System_Manager_s_Dashboard
      Applies to ONTAP System Manager Answer The following request is used. GET /api/cluster/metrics?order_by=timestamp%20asc&fields=*&interval=1h Additional Information additionalInformation_text
    • https://kb.netapp.com/data-mgmt/AIQUM/AIQUM_Kbs/ActiveIQ_Unified_Manager_disables_SSL_certificate_checking_for_REST_API_s
      Applies to ActiveIQ Unified Manager (UM) 9.7+ ONTAP 9.7+ UM runs 2 REST API's during acquisition https://<ip>:443/api/network/fc/ports?fields=uuid,wwpn https://<ip>/api/network/ethernet/ports?fields=u...Applies to ActiveIQ Unified Manager (UM) 9.7+ ONTAP 9.7+ UM runs 2 REST API's during acquisition https://<ip>:443/api/network/fc/ports?fields=uuid,wwpn https://<ip>/api/network/ethernet/ports?fields=uuid,mac_address&type=physical Just before running this API calls UM disables certificate checking A message appears in au.log: 2022-08-18 14:58:47,596 INFO [foundation-poll-3] c.o.s.a.d.n.b.z.c.n.NetPortBuilder (NetPortBuilder.java:113) - Disabling SSL Certificate checking for Cluster Communication
    • https://kb.netapp.com/data-mgmt/SnapCenter/SC_KBs/SnapCenter_Clone_wizard_does_not_populate_after_upgrading_to_5.0_and_Ontap_to_9.14.1
      DEBUG SMCore PID=[34108] TID=[45] ex.Message : The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The remote server returned an err...DEBUG SMCore PID=[34108] TID=[45] ex.Message : The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The remote server returned an error: (404) Not found. DEBUG SMCore PID=[34108] TID=[45] ex.Message : The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The remote server returned an error: [500]: The snapshot name does not exist.
    • https://kb.netapp.com/data-mgmt/AIQUM/AIQUM_Kbs/AIQUM_GET_API_failed_with_error_Internal_Server_Error
      Get Volume API failed with below error Curl -X GET https://AIQUM.com/api/datacenter/sto...x_records=1000 -H "accept: application/json" -H "UM-CSRF-Token: ab12461d-1a05-4d93-b57d-3cdeb5357364" Request ...Get Volume API failed with below error Curl -X GET https://AIQUM.com/api/datacenter/sto...x_records=1000 -H "accept: application/json" -H "UM-CSRF-Token: ab12461d-1a05-4d93-b57d-3cdeb5357364" Request URL https://AIQUM.com/api/datacenter/sto...x_records=1000 Server response Code Details 500 Error: Internal Server Error Response body Download { "error": { "message": "For input string: "468.8"", "target": null, "code": null } }