/Administration/elasticsearch/refresh/trigger POST
Overview
[ADMIN] Elasticsearch trigger explicit index refresh on all indicesSummary
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.
|