I'm using this command to look up a single metric (say the cpu_busy counter) in FSx:
curl -X GET -u $CREDS -k "https://$IP/api/cluster/counter/tables/system:node/rows/FsxId04b8e68e5356dd70f-01:2cc84561-3469-11ed-b7d8-eb45dba40d9d"
the trouble is that query results in ONTAP giving me the output for ~90 counters when all I want is a single counter.
Is there a way to filter the query to only return one metric? I know I can use something like jq to filter the output, but I'd rather filter the query itself..