Migrate Elasticsearch resource to use SLM
Migrates the specified Elasticsearch resource to use SLM.
Path parameters
-
Identifier for the Deployment.
-
User-specified RefId for the Resource (or '_main' if there is only one).
Query parameters
-
When
true, does not enable SLM but returns warnings if any applications may lose availability during SLM migration.Default value is
false.
Responses
-
Standard response
-
- The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found) - The Resource specified by {ref_id} cannot be found. (code:
deployments.deployment_resource_not_found)
- The Deployment specified by {deployment_id} cannot be found. (code:
-
We have failed you. (code:
deployments.deployment_resource_no_longer_exists)
POST /deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-slm
curl \ --request POST 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-slm'