Closed MAngel666 closed 2 months ago
A couple of things:
I want to use it for an nagios/icinga check. I want to check the availability of the host in tenable.sc.
So I'm going to mark this as a won't do. That API isn't really designed to be used in this way. SC really doesn't like N-scale problems like this as it may actually create a lot of issues with SC if you have more than a few dozen hosts that get pinged in this manner.
While it's counter-intuitive, its actually a lot faster for SC if you make a single bulk call with the analysis API for all the hosts that your trying to get instead of pulling device info. Both analysis and deviceinfo pull from the same sources, and therefore would have the same resource implications to pull from. The deviceinfo API is specifically meant to drive that single UI element within the UI, and is not something we generally ever recommend folks to use.
is there a plan to implepment this api call:
https://docs.tenable.com/security-center/api/Device-Information.htm
as a method in pyTenable for SC?