Skip to content

Update _ilm policy CRUD APIs to be behind _ilm/policy namespace #34929

@talevy

Description

@talevy

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions