Create or update cluster configurations in bulk
POST/v2/clustersconfig/bulk/:lookupKey
Processes a list of cluster configurations in a single request, creating new configurations and updating existing ones.
Matching is driven by the lookup method declared on the URL. Per-item outcomes are returned so callers can detect partial successes and retry only the items that failed.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The bulk request completed; per-item outcomes are reported 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.