Resynchronize constructor

POST /platform/infrastructure/constructors/{constructor_id}/_resync

Immediately resynchronizes the search index and cache for the selected constructor.

Path parameters

Responses

  • 200 application/json

    The constructor resync operation executed successfully

  • 500 application/json

    The constructor resync operation failed for allocator {constructor_id}. (code: constructors.resync_failed)

    Hide headers attribute Show headers attribute
    • The error codes associated with the response

      Value is constructors.resync_failed.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

POST /platform/infrastructure/constructors/{constructor_id}/_resync
curl \
 --request POST 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}/_resync' \
 --user "username:password"