Is there a way to compare a query result with a static list?
Scenario:
I have created a dashboard to show general data of a Cisco WLC (Catalyst 9800).
The data is fetched via Telegraf/InfluxDB.
Some Panels(Polystat) have to show the operation status ( color indication ) of all APs in a specific location.
I have tried via the bsnAPOperationStatus of the access points, but if an AP goes offline, the status does not change, but rather the AP just disappears, which is a Cisco issue( it does work in the Cisco Web ui).
In my next (naive) approach, I would like to compare the fetched data with a static list/set of all APs to visualize if one AP is missing.
Is this even possible?
In another thread, it was suggested to use data transform, but I could only manage to compare two queries of different time intervals, which might work for alerting but does not really help my visualization issue.
Sorry if this is stupid question, but I am quite new with this whole subject, and I am open for different suggestions.