deployments-{deployment id}-elasticsearch/{ref id}

Number of APIs: 8

  1. Get Deployment Elasticsearch Resource Info GET {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id?show_security=false&show_metadata=false&show_plans=true&show_plan_logs=false&show_plan_history=false&show_plan_defaults=false&convert_legacy_plans=false&show_system_alerts=0&show_settings=false&enrich_with_template=true

  2. Shutdown Deployment Elasticsearch Resource POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_shutdown?hide=false&skip_snapshot=false

  3. Restart Deployment Elasticsearch Resource POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_restart?restore_snapshot=true&skip_snapshot=true&cancel_pending=false&group_attribute=zone&shard_init_wait_time=600

  4. Migrate Elasticsearch resource to use SLM POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_enable-slm?validate_only=false

  5. Reset 'elastic' user password POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_reset-password

  6. Migrate Elasticsearch and associated Kibana resources to enable CCR POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_enable-ccr?validate_only=false

  7. Get eligible remote clusters POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/eligible-remote-clusters

  8. Migrate Elasticsearch resource to use ILM POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_enable-ilm?validate_only=false