ClusterCommandResponseedit

The response to an Elasticsearch or Kibana cluster command.

Propertiesedit

calculated_elasticsearch_plan (ElasticsearchPlanControlConfiguration)
If validating the command only, then the calculated Elasticsearch plan that would be applied.
calculated_kibana_plan (KibanaPlanControlConfiguration)
If validating the command only, then the calculated Kibana plan that would be applied.

Exampleedit

{
   "calculated_elasticsearch_plan" : {
      "calm_wait_time" : 0,
      "cluster_reboot" : "string",
      "extended_maintenance" : true,
      "max_snapshot_attempts" : 0,
      "move_allocators" : [
         {
            "allocator_down" : true,
            "from" : "string",
            "to" : [
               "string"
            ]
         }
      ],
      "move_instances" : [
         {
            "from" : "string",
            "instance_down" : true,
            "to" : [
               "string"
            ]
         }
      ],
      "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_upgrade_checker" : true,
      "timeout" : 0
   },
   "calculated_kibana_plan" : {
      "calm_wait_time" : 0,
      "cluster_reboot" : "string",
      "extended_maintenance" : true,
      "move_allocators" : [
         null
      ],
      "move_instances" : [
         null
      ],
      "preferred_allocators" : [
         "string"
      ],
      "reallocate_instances" : true,
      "timeout" : 0
   }
}