Create a cluster configuration
POST/v2/clustersconfig
Creates a cluster configuration template, optionally seeding it with the initial set of configurable settings.
The configuration name must be unique within the catalogue. Settings can be added later through the dedicated settings endpoints.
Request
Responses
- 201
- 400
- 401
- 403
- 500
The record was created successfully and is returned in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
An unexpected error prevented the request from completing.