I am about to embark on seeing what is possible and hopefully do some really useful dashboards.
Currently we have the Netscaler MP in SCOM, and we use that to gather info from Netscalers and display on a dashboard, but I’m wondering if I can get more info via the API.
Just keen to hear if anyone has done it, been successful, and got any handy tips?
Managed to get this to work in Squared Up. Simply add a generic provider with the following configuration (blanked out some stuff for obvious reasons :))
Afterwards, you can use the Web API tile like this:
Result looks like this (without formatting etc):
Maybe I’ll blog about this since it is an interesting concept :). The rest api documentation can be found here:
I haven’t specifically used Netscalers, but if it has an API look at clients like Postman (https://www.getpostman.com/) and Insomnia (https://insomnia.rest/) to query the Netscaler API, to see what information you can retrieve. Then it’s a case of picking out the API queries that retrieve the information you are interested, and using the WebAPI tile to display the info.