Multi-tenant restful API

Where can I find documentation for the multi-tenant restful API? I checked the usual place - https://github.com/OctopusDeploy/OctopusDeploy-Api/wiki but there is no relevant information there. In fact, this page his been last updated this January.

I am trying to experiment with multi-tenant deployment to implement deployment of feature branches to support our development workflow. It looks like it would be an ideal fit but tenants have to be managed by our build server through the restful API.

Thank you,
Rosti

Hi Rosti,

Thanks for getting in touch! We didn’t update the API docs when we shipped Octopus 3.4, sorry. I’ve done that for you now.

For example: https://github.com/OctopusDeploy/OctopusDeploy-Api/wiki/Tenants

In case it helps, my favourite way to use the Octopus API is the .NET SDK which has some really nice helper methods for getting your Tenant configuration just right: http://docs.octopusdeploy.com/display/OD/Octopus.Client

Hope that helps!
Mike

Thank you Mike!

Do you, by any chance, make source code for octopus.client available? It would be very helpful as a reference of API usage patterns and samples. I try to implement all tasks in Powershell.

Hi Rosti,

Your timing is impeccable! We’ve been working on open-sourcing this for quite some time now, and here it is: https://github.com/OctopusDeploy/OctopusClients

Hope that helps!
Mike