Hi guys
Watched the dev drop video which was nice. Can someone please help translate their examples using jq but under jq-win64/Windows instead? Guessing like anything it's all in the hell of quotes
Hi guys
Watched the dev drop video which was nice. Can someone please help translate their examples using jq but under jq-win64/Windows instead? Guessing like anything it's all in the hell of quotes
Hi, you can escape with a simple "
like that :
gc notifications channels listen streaming-1-qh0h088okg8uuqda1i7lq0blat | jq -c '.eventBody | select(has("data")) | .data[].metrics[] | select(.metric | try contains("oWaiting")) | .stats.count'
the JQ part is working. but not like that for me, it is more a problem around 'stream' from the gc...
Does that command line work for you under Windows Matt?
Hi Vaun,
We have added a few Powershell examples to our quick hits repo. I hope these will be useful for you.
Thanks,
John Carnell
Manager, Developer Engagement
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.