Skip to main content

Create or update cluster options in bulk

POST 

/v2/clusters/:lookupKey/:key/options/bulk

Processes a list of cluster options on the cluster identified by the URL in a single request, creating new options and updating existing ones.

Matching for the options is auto-detected from the option payload. Options that include an internal identifier are matched by identifier; options that include an external source / source identifier pair are matched by external source. Per-item outcomes are returned so callers can detect partial successes and retry only the items that failed.

Request

Responses

The bulk request completed; per-item outcomes are reported in the response payload.