Can I call data collector rest api from within a pipeline?
I'm trying to use an HTTP client origin to call rest services on the data collector itself. I can call the the service via a browser (http://host:18630/rest/v1/pipelines?l...) and it works fine, but this is because I am already authenticated. Is it possible to call these services from within a pipeline? How is authentication handled in that case?