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