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

Check failed pipelines details in a specific org

rvsrinivasrao
Employee
Employee

Created by @rvsrinivasrao


This pipeline pattern shows pipeline execution statistics via email. The email shows the details on reasons why pipelines failed.

CheckFailedPipelines

Configuration

The pipeline failure details shown on the email include:

  1. CustomerName โ€“ Name of the Customer for whom we are generating the report
  2. CustomerOrg โ€“ Name of the Org where we are getting pipeline executed information
  3. PipelineMonitoringAPI โ€“ API to fetch pipeline executed information
  4. To โ€“ The receiver list in the email
  5. Authorization โ€“ Account to access the pipeline executed information

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

Downloads

To Check all the pipelines Execution.slp (16.2 KB)

3 REPLIES 3

gaurav_sandil
New Contributor III

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?

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.

Thank you so much. It worked for me.