Help wtih sidefx sesinetd licensing for a Dashboard

Hi all.
I feel way out of my depth on this one.
My manger has asked me to create a dashboard for SideFX licenses and I can’t find anything online for a quick install or plugin.

There is this link from SideFX and down the bottom it says you could use a mysql for grafana.
I’ve not used mysql aside from adding in a few users into a DB.
https://www.sidefx.com/docs/houdini/ref/utils/sesinetd.html

I would appreciate if someone could have a look and point me in the right direction of how to get this setup and going.

All i need is license count, used by who and how many are remaining.

Grafana v8.0.6
I do have an install of prometheus if that helps on this server for other licenses.

Thanks

I would suggest exploring the public api section of that doc you linked:

https://www.sidefx.com/docs/houdini/ref/utils/sesinetd.html#publicapi

it says:

A successful response will always be in JSON format.

You could then possibly use a generic JSON data source plugin like this one JSON API plugin for Grafana | Grafana Labs