It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
MoveClustersRequest
editMoveClustersRequest
editThe request for moving Elasticsearch clusters off an allocator.
Properties
edit-
apm_clusters
(array[
MoveApmClusterConfiguration
]
) - Optional list of Apm clusters to move off the allocator.
-
appsearch_clusters
(array[
MoveAppSearchConfiguration
]
) - Optional list of App Search clusters to move off the allocator.
-
elasticsearch_clusters
(array[
MoveElasticsearchClusterConfiguration
]
) - Optional list of Elasticsearch clusters to move off the allocator.
-
enterprise_search_clusters
(array[
MoveEnterpriseSearchConfiguration
]
) - Optional list of Elastic Enterprise Search clusters to move off the allocator.
-
kibana_clusters
(array[
MoveKibanaClusterConfiguration
]
) - Optional list of Kibana clusters to move off the allocator.
Example
edit{ "apm_clusters" : [ { "cluster_ids" : [ "string" ], "plan_override" : { "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "move_allocators" : [ { "allocator_down" : true, "from" : "string", "to" : [ "string" ] } ], "move_instances" : [ { "from" : "string", "instance_down" : true, "to" : [ "string" ] } ], "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "timeout" : 0 }, "strategy" : { "autodetect" : {}, "grow_and_shrink" : {}, "rolling" : { "allow_inline_resize" : true, "group_by" : "string", "shard_init_wait_time" : 0, "skip_synced_flush" : true }, "rolling_grow_and_shrink" : {} } } } ], "appsearch_clusters" : [ { "cluster_ids" : [ "string" ], "plan_override" : { "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "move_allocators" : [ null ], "move_instances" : [ null ], "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "timeout" : 0 }, "strategy" : null } } ], "elasticsearch_clusters" : [ { "cluster_ids" : [ "string" ], "plan_override" : { "cluster_settings_json" : {}, "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "max_snapshot_age" : 0, "max_snapshot_attempts" : 0, "move_allocators" : [ null ], "move_instances" : [ null ], "move_only" : true, "override_failsafe" : true, "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "skip_data_migration" : true, "skip_post_upgrade_steps" : true, "skip_snapshot" : true, "skip_snapshot_post_major_upgrade" : true, "skip_upgrade_checker" : true, "timeout" : 0 }, "restore_snapshot" : { "repository_config" : { "raw_settings" : {} }, "repository_name" : "string", "restore_payload" : { "indices" : [ "string" ], "raw_settings" : {} }, "snapshot_name" : "string", "source_cluster_id" : "string", "strategy" : "string" }, "strategy" : null } } ], "enterprise_search_clusters" : [ { "cluster_ids" : [ "string" ], "plan_override" : { "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "move_allocators" : [ null ], "move_instances" : [ null ], "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "timeout" : 0 }, "strategy" : null } } ], "kibana_clusters" : [ { "cluster_ids" : [ "string" ], "plan_override" : { "plan_configuration" : { "calm_wait_time" : 0, "cluster_reboot" : "string", "extended_maintenance" : true, "move_allocators" : [ null ], "move_instances" : [ null ], "preferred_allocators" : [ "string" ], "reallocate_instances" : true, "timeout" : 0 }, "strategy" : null } } ] }