Get the ILM status Added in 6.6.0
Get the current index lifecycle management status.
GET
/_ilm/status
curl \
-X GET http://api.example.com/_ilm/status
Response examples (200)
{
"operation_mode": "RUNNING"
}