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
Hey Everyone , I’m trying to get volume metrics for a volume and it returns an empty list. Could you please help with with what I was doing wrong . Below is the snippet which returns an empty list
from netapp_ontap.resources import VolumeMetrics
list(VolumeMetrics.get_collection(vol_uuid))
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, your code looks correct, I verified it works for me. Can you please send the result of running `list(Volume.get_collection(vol_uuid))`? Also, what version of netapp_ontap are you running?
