sahara/releasenotes/notes/consolidate-cluster-creation-apiv2-5d5aceeb2e97c702.yaml
Jeremy Freudberg f96709a59e [APIv2]Consolidate cluster creation endpoints
Creation of a single cluster and creation of multiple clusters will now
share an API endpoint (in the APIv2 case). More specifically, the
original single-cluster endpoint will accept a `count` parameter in the
request and the multiple-cluster endpoint has been removed.

We can make this kind of change because APIv2 is still experimental.

Also, when creating multiple clusters, the response will now contain
all details about the clusters; previously, the response simply gave
cluster IDs.

Change-Id: I90faf4956a8ea4b4ae31a29382732771fdfddecb
Story: 2002099
Task: 19777
2018-06-04 15:31:39 -04:00

6 lines
221 B
YAML

---
features:
- The experimental APIv2 supports simultaneous creation of multiple clusters
only through POST /v2/clusters (using the `count` parameter). The POST
/v2/clusters/multiple endpoint has been removed.