Monitor the Health and Performance of Your Integrations
Created by @rsramkoski The following pipeline comes from the Using SnapLogic’s Pipeline Monitoring API video from the blog post 3 tips for working remotely with SnapLogic | SnapLogic Downloads SL_PipelineMonitorAPI.slp (26.4 KB)3.7KViews0likes1CommentError 404 when doing a POST request to stop a pipeline
Hello, I am trying to terminate a running pipeline using Snaplogic API (according to the API Documentation) with POST snap but I get a 404 error every time. My snap settings: Error: The ruuid is correct (I’ve done a get request and I’ve got a response) and I’ve configured Basic Auth. Are there any settings that I need to make or am I doing something wrong? I’ll appreciate any help.Solved2.7KViews0likes2CommentsPipeline Details with dependency from Dashboard
Hello Everyone, I have a requirement like there are aprox 500 pipelines are running already in production environment and every pipeline is calling multiple pipelines inside it to achieve the functionality. I have to create the excel spreadsheet which will have the information main pipeline and all child pipeline in series of execution **Let us suppose in the Projectspace 1 "A’ is the main pipeline and calling Child Pipeline ‘B’, ** ‘B’ is calling Child Pipeline 'C’and ‘D’ And ‘C’ is calling Pipeline ‘E’ And in Project Space 2 main Pipeline ‘X’ is calling Child pipeline ‘Y’ Then output should be like below |ProjectSpace|Main Piepline |Child Pipeline| |Project 1 | A | B | |Project 1 | B |C & D| |Project 1 | C |E | |Project 2 | X |Y |2.9KViews0likes2CommentsPipeline Monitor API to Excel Multi Sheet Formatter - pipeline
Hi there, I built a simple pipeline to extract all the pipelines from my dev org and write into a excel file. I have 2 types of pipelines and trying to write into different sheets of excel using Excel Multi Sheet Formatter. But when I use it gives me Null pointer exception as its not accepting the input. May I know what I am doing wrong here? attached the pipeline I built Thanks Manohartest2_2020_10_20 (1).slp (26.8 KB)Solved3.3KViews0likes2Comments