2 weeks ago
Hi Team,
I was looking into a possibility of fetching pipeline execution details (along with its execution frequency which is not available at the moment) via a snapLogic pipeline.
Ideally, I would want to fetch everything that is available in Dashboard/Monitor (as this would be replacing the traditional dashboard) and then pass that information to downstream systems. We can start off with pipeline execution details and then work through fetching everything from Dashboard.
(Execution frequency not available)
Thanking in advance for your time and assistance.
yesterday
@darshthakkar - you can take a look at the Public Runtime APIs. That is a simple REST call using basic authentication with account credentials of a SnapLogic user that has access to all projects you want reported on. I recommend you use the HTTP Client snap with a GET action to call the API.
Hope this helps!