Re: rest api and json

2016-06-17 Thread Matt Gilman
Jim, What you're seeing definitely sounds strange. I'm not exactly sure what to suggest other than removing various parts until you able to track down which is causing the weirdness. Assuming I'm understanding your jq command, one thing that doesn't look right though is the endpoint and what you'

rest api and json

2016-06-17 Thread Jim Largent
I have a strange problem. I tried to access the cluster master via the rest api with curl in a bash shell script. In the previous version, it works fine. I make the request, pipe it to JQ and filter out the elements that I want. I do the exact same command as in the shell script and it works fi