Migrate Elasticsearch resource to use ILM
POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_enable-ilm?validate_only=false
Migrates the specified Elasticsearch resource to use ILM.
Body
PARAM
Key | Datatype | Required | Description |
validate_only
|
boolean | When `true`, does not enable ILM but returns warnings if any applications may lose availability during ILM migration. |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
ENDPOINTS