01-28-2019 12:33 PM
Has anyone been able to retrieve Snaplex data that appears on the Dashboard/Insights tab via the statistics banner? Does the /api/1/rest/public/snaplex/
endpoint contain this? I’m looking for a way to show this data over time ie trends. Thanks!
02-07-2019 09:02 AM
There isn’t any of the insights data available through a public API, but seems like a reasonable feature to request.
In the mean time, you could use some of the public API to re-create that data collection and aggregation. For example, if you used the pipeline monitoring API you could figure out how many pipes were executed and how many documents were processed. The activity API could be used to figure out how many people had logged in, etc…
But I’d recommend waiting for us to expose the insights data through a public API.
02-07-2019 08:40 AM
If an API is not in the documentation, it is not a public API.