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="
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
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
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
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.