Hi Ganesh,
The following calls all return 401 unauthorized:
curl
http://localhost:8153/go/api/admin/pipelines/MyFirst -u 'admin:abc' -H 'Confirm:true' -X GET
However, when I tried the same command from a Linux client instead of the Windows machine that runs Go it worked fine. And the schedule call as well. Either the curl client I downloaded for Windows is messing something up, or the API doesn't like to be called from localhost. I suspect the curl client to be the cause. Either way, now it's just a matter of getting the API call to work on the machine, now that I know the call is correct, and there is no configuration issue in my Go instance.
Thanks for your help Ganesh, it made all the difference!
Kind regards,
Oskar