there are multiple cluster-level APIs for ILM that reside behind the _ilm URL path.
Endpoints like:
- _ilm/start
- _ilm/stop
- _ilm/status
The above conflict with the get-policy API _ilm/ where a policy name can be
"start", "stop", or "status".
This can be fixed by moving the CRUD APIs to be behind the _ilm/policy/ path prefix.
So
GET/DELETE/PUT _ilm/policy/