cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to get time taken by each snap during snaplogic pipeline execution

Ajay_Chawda
Contributor

Hello Experts,
I have main pipeline and 4-5 child pipeline and wanted to which snap is taking more time for execution.
Apart from Snaplogic dashboard ,how we can find time taken by each snap.

Regards,
Ajay

3 REPLIES 3

SpiroTaleski
Valued Contributor

@Ajay_Chawda

  1. Check Pipeline Statistic

    image

  2. Snap Statistic

    image

There you can find a lot of details about each snap for the selected pipeline.

Regards,
Spiro Taleski

Hi @Spiro_Taleski
Thank you for reply.
how can I download this ?

Regards,
Ajay

viktor_n
Contributor II

Hi @Ajay_Chawda,

I donโ€™t think that is possible to download that data directly.

But through the API you can get same data and even more information.
Here is the pipeline with which you can get that data.
Community_Answer_3874.slp (10.4 KB)

In the snap API Parameters, you need to set name of the organization and name of the pipeline.
In REST Get snaps you need to create Basic Auth account with credentials of your SL account.

Here is also link of the documentation.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API

When you execute the pipeline, the response that you will get at the end, you will find statistics from each snap in snap_map field.

Regards,
Viktor