MoveEnterpriseSearchDetailsedit

Information about the Elastic Enterprise Search that you want to move.

Propertiesedit

calculated_plan (TransientEnterpriseSearchPlanConfiguration)
If only validating the move, then the plan configuration that would be applied to the cluster.
cluster_id (string, required)
Identifier for the Elastic Enterprise Search.
errors (array[BasicFailedReplyElement])
A list of errors that occurred if the attempt to move the cluster failed.

Exampleedit

{
   "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"
               ]
            }
         ],
         "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"
      }
   ]
}