Resolve cluster option identifiers from external sources
POST/v2/clustersoptions/:lookupKey/:key/options/search/id
Converts up to one thousand external source identifiers into the internal cluster option identifiers required by the rest of the API.
The cluster the options belong to is identified by the URL. Unresolved entries are returned alongside the resolved ones with a flag indicating whether each entry was matched.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
External identifiers were resolved against the catalogue and their internal counterparts are returned.
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.
The record identified by the request could not be located.
An unexpected error prevented the request from completing.