Hi,
I don't think there is an API that starts with name 'statistics'. For performance matrics using cDOT API, you will need to use combination of APIs, there is not a single straightforward API. In order to pull statistics using the cDOT APIs then you will need to you use the combination of APIs:
Perf: (Under zexplore)
perf-object-start
perf-object-list-info
perf-object-get-instances
perf-object-get-counter
Similar APIs are also available under NetApp PowerShell took_kit as:
Get-NcPerfData
Get-NcPerfInstance
Get-NcPerfObject
Get-NcPerfCounter
You can even use 'Invoke-NcSysstat' for performance statistics using correct object & instance.
If you are looking for similar statistics using PowerShell, then please take a look at the following blog:
Andrew Sullivan has done extensive work on PowerShell with cDOT:
cDOT Performance Monitoring Using PowerShell:
https://practical-admin.com/blog/cdot-performance-monitoring-using-powershell/
Thanks!