Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Otter API
-
Does Otter provide an API (e.g. REST API) that would enable managing configuration programmatically?
-
Yes; the JSON-based REST API allows you to do everything you can from the website, and there's also a simplified job trigger endpoint, where you can do something like
POST /api/jobs/trigger/mytemplatname?key=secret123
to trigger a new job.These particular bits aren't fully documented (or implemented in current the v1.0 release) yet, but will be in just a day or so.