Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking to get the latency breakdown by service center for a volume, similar to
qos statistics volume latency show
Is there a way to get similar counters from REST API?
Thanks James
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Introduced in 9.11, there is the /api/cluster/counter/tables endpoint. This provides access to many different objects and counters for the system. Specifically, you can look at the /api/cluster/counter/tables/volume and/or /api/cluster/counter/tables/qos_detail to see related counters.
There will be a document published that lists all of the available counters once the GA build for 9.11 is published. A link to it will be added to this page: https://devnet.netapp.com/restapi.php
