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))