Closed terrypacker closed 4 years ago
I see that the page makes these queries:
data-points?match(name,*Consecutive%20run%20polls*)&sort(deviceName,name)&limit(20,0) data-points?match(name,*Poll%20duration*)&sort(deviceName,name)&limit(20,0) data-points?match(name,*Poll%20success%20percentage*)&sort(deviceName,name)&limit(20,0)
Which means you have to name the points correctly to see them on this page. Ideally we could query for points using the attribute name and the Internal data source type. Currently that isn't supported via REST.
Re-open when supported by REST. Personally don't see much benefit from doing this.
I see that the page makes these queries:
Which means you have to name the points correctly to see them on this page. Ideally we could query for points using the attribute name and the Internal data source type. Currently that isn't supported via REST.