Resynchronize allocators

edit

Asynchronously synchronizes all allocator information in the back-end search index.

Request

edit

POST /api/v1/platform/infrastructure/allocators/_resync

Query parameters

edit
Name Type Required Description

skip_matching_version

boolean; default: true

N

When true, skips the document indexing when the version matches the in-memory copy.

Responses

edit
202

(ModelVersionIndexSynchronizationResults)

The ids of documents, organized by model version, that will be synchronized.

Request example

edit
curl -XPOST https://{{hostname}}/api/v1/platform/infrastructure/allocators/_resync \
-H "Authorization: ApiKey $ECE_API_KEY"