Get the ILM status
Added in 6.6.0
Get the current index lifecycle management status.
GET
/_ilm/status
curl \
--request GET http://api.example.com/_ilm/status \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when retrieving the current ILM status.
{
"operation_mode": "RUNNING"
}