Hi,
I'm using Cloudbreak API for cluster deployment.
In Cloudbreak 1.X there was a possibility to create stack (infrastructure) and cluster with separate requests and this was the way clusters were created from Cloudbreak UI. For example using:
- POST /api/v1/stacks/user
- POST /api/v1/stacks/{stack_id}/cluster
endpoints.
I see that in Cloudbreak 2.X this is done in a single request:
My question is: is it possible to achieve the same flow using Cloudbreak 2 APIs? And if so, can you please share some example calls?
Thanks in advance,
Ralitsa