Has anyone written a custom query that would list the Name and current value for API pollers, and that could be filtered based on the display name of the value?
SELECT DisplayName, Metric, StatusDescription
FROM Orion.APIPoller.ValueToMonitor
Where DisplayName like '%%'
(put your filter in-between the %%)