This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi,
We have designed a pipeline monitor using the Snaplogic public API to get the last run details of a pipeline. An email alert is sent if pre defined thresholds are not met.
We use…https://elastic.snaplogic.com/api/1/rest/public/runtime/ (project f...
Hi there,
I am trying to upload a file to a REST post web service. From the developer guide here is a code sample:
and the parameters.
I have tried passing an encoded base64 string using binary to document, but looking at the code sample, the web s...
Hello, i have a pipeline that is extracting values from an array using JSON path. This is how it works…
Extract the status and effective data from the array where the “activity” = x
I use this expression…
jsonPath($, “$regulatedActivities[?(@.Activi...
Hello. Im looking for a way of dealing with JSON documents that are sometimes recognised as an array, and sometime not. In the below example, i need to manipulate the “message” element to remove certain messages before passing these on to another web...
Hello, Is there a way to force a pipeline to finish in warning or error state in the dashboard? We handle all errors using an error pipeline. This makes it difficult to spot pipelines that have gone wrong in the dashboard. It would be great if there ...
Hi. Yes i have used this in some cases to force a quit. This is good for the error status. Is there a way to throw a warn status, if we don’t want the whole pipeline to fail but some documents may have failed that need dealing with
Great news i have managed to get the token to work. I managed to get hold of the developers at trust pilot and log a call. Their response:
I’ve had confirmation from our dev team that our applications can’t accept sub or pathing domains but only roo...