MoveAppSearchDetails
editMoveAppSearchDetails
editInformation about the App Search that you want to move.
Properties
edit-
calculated_plan
(TransientAppSearchPlanConfiguration
) - If only validating the move, then the plan configuration that would be applied to the cluster.
-
cluster_id
(string
, required) - Identifier for the App Search.
-
errors
(array[
BasicFailedReplyElement
]
) - A list of errors that occurred if the attempt to move the cluster failed.
Example
edit{ "calculated_plan" : { "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" ] } ], "override_failsafe" : true, "preferred_allocator_tags" : { "some_property" : "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" : {} } }, "cluster_id" : "string", "errors" : [ { "code" : "string", "fields" : [ "string" ], "message" : "string" } ] }