Let the platform do the work

/Administration/elasticsearch/refresh/trigger POST

Overview

[ADMIN] Elasticsearch trigger explicit index refresh on all indices

Summary

Trigger an explicit index refresh for all indices managed by SugarCRM. This endpoint is only available to administrators.

Response

{
  "aabbcc_contactsleads": 200,
  "aabbcc_accountsonly": 200,
  "aabbcc_shared": 200
}

Change Log

Version Change
v10 Added /Administration/elasticsearch/refresh/trigger POST endpoint.

Topics