This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

GraphQL API

So I have an SDWAN device that doesn't even have SNMP options that I can find but does have an API I can poll. The problem I ran into was that it's a GraphQL API and the example the manufacturer gave to generate a JSON request involved a Python script and blah, blah, blah... However, I was introduced to this handy little tool by a team mate: GraphQL-to-JSON. If you have a GraphQL API and you have the correct query syntax, just paste it there and it will convert to JSON for you. No Python Required!!!!