Is it possible to import a pipeline using rest api, without providing SSL certificate.
I'm using python to import a pipeline using Requests library. But I'm getting SSL certification error. Is it possible to import it without providing the certificate, if not how to get the certificate?
did you able to import the pipeline using python without SSL? if you don't mind can you share it ?