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