I am trying to retrieve my WoW character data from the Blizzard API, which returns a JSON file. How can I convert the data, such as race or faction, into a string?
You can use UQL parser and specify scope that you need
Thank you for Replying.
Sorry for my noob question but where can I write the UQL code in Grafana?
Hi @esaffari001
You would select Infinity as your Datasource and put the Blizzard API in the URL field (which returns the JSON), then select these settings:
You will have to experiment with UQL.
Thank you very much.