I have the following suggestions for improving a part of the API Poller feature related to data collection:
- Support additional data types, as currently only numeric values are supported. Even text values have to be converted to numbers
- Date Time
- String
- Boolean
- Yes I can convert in the display, but I shouldn't have to
- Create formula's based on the API results
- The way this is implemented in Custom SNMP Pollers is a good starting point for this
- A method of supporting multiple transforms is required, so inclusion of data type changing may also be beneficial
- Dynamic arrays
- Allow table structures to be created from array data and allow the range to support the changing sizes
- Currently we would have to edit the API poller if the array size were to change. This is not a good situation on slowly changing array structures, but for arrays which may change size every poll, this is unusable