08-22-2018 01:51 PM
Created by @rvsrinivasrao
This pipeline pattern shows pipeline execution statistics via email. The email shows the details on reasons why pipelines failed.
The pipeline failure details shown on the email include:
Sources: run time execution details of failed pipelines from the Pipeline Monitoring API
Targets: Email
Snaps used: REST Get, Mapper, JSON Splitter, Union, Email Sender
To Check all the pipelines Execution.slp (16.2 KB)
12-04-2018 10:35 AM
What should be the value in the Authorization field. Is it the username that I used to login to Snaplogic?
Also for the REST GET Snap ,should I use the Basic Auth Account?
12-04-2018 08:03 PM
Hi Gaurav,
Please find the answers below.
What should be the value in the Authorization field. Is it the username that I used to login to
Snaplogic?
It is the Bearer token generated by your account details (Username & Password).
Also for the REST GET Snap ,should I use the Basic Auth Account?
You can use the Basic Auth Account.
Thanks,
Srinivas.
12-04-2018 10:54 PM
Thank you so much. It worked for me.