Overview
[ADMIN] Elasticsearch index refresh interval status
Summary
This endpoint returns the current refresh_interval for every index managed by SugarCRM. This endpoint is only
available to administrators.
Response
{
"aabbcc_contactsleads": "1s",
"aabbcc_accountsonly": "1s",
"aabbcc_shared": "1s"
}
Change Log
| Version |
Change |
|
v10
|
Added /Administration/elasticsearch/refresh/status GET endpoint.
|