Get the current index lifecycle management status. ##Required authorization
- Cluster privileges:
read_ilm
GET
/_ilm/status
Console
GET _ilm/status
curl \
--request GET 'http://api.example.com/_ilm/status'
Response examples (200)
A successful response when retrieving the current ILM status.
{
"operation_mode": "RUNNING"
}