Is it possible that REST Custom Sensor will have a possibility to execute multiple REST request with single Sensor call? The exact problem to solve is Cisco ISE Monitoring REST API https://www.cisco.com/c/en/us/td/docs/security/ise/2-1/api_ref_guide/api_ref_book/ise_api_ref_ch1.html where I wan to get https://<ISEhost>/admin/API/mnt/Session/ActiveCount https://<ISEhost>/admin/API/mnt/Session/PostureCount https://<ISEhost>/admin/API/mnt/Session/ProfilerCount as three channels in one sensor. I have even more examples for my internal applications. I know I can achieve this by writing custom script (in fact I am doing this already) but it would be more elegant to use builtin fetures.


Article Comments

Hi Tomasz,

As of right now, it's only possible to execute one query at a time.
You'll need to use three sensors to query those endpoints.


Kind regards,
Stephan Linke, Tech Support Team


Oct, 2017 - Permalink