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"
}