A newer version is available. For the latest information, see the
current release documentation.
CommonClusterPlanInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CommonClusterPlanInfo
editIntentionally left blank
Properties
edit-
attempt_end_time(stringasdate-time) -
attempt_start_time(stringasdate-time) -
error(ClusterPlanAttemptError) - Information about an error during a plan attempt.
-
healthy(boolean, required) -
plan(object) -
plan_attempt_id(string) -
plan_attempt_log(array[ClusterPlanStepInfo], required) -
plan_attempt_name(string) -
plan_end_time(stringasdate-time) -
source(ChangeSourceInfo) - A container for information about the source of a change.
-
warnings(array[ClusterPlanWarning], required)
Example
edit{
"attempt_end_time" : "2019-01-01T00:00:00Z",
"attempt_start_time" : "2019-01-01T00:00:00Z",
"error" : {
"details" : {
"some_property" : "string"
},
"failure_type" : "string",
"message" : "string",
"timestamp" : "2019-01-01T00:00:00Z"
},
"healthy" : true,
"plan" : {},
"plan_attempt_id" : "string",
"plan_attempt_log" : [
{
"completed" : "2019-01-01T00:00:00Z",
"duration_in_millis" : 0,
"info_log" : [
{
"delta_in_millis" : 0,
"details" : {
"some_property" : "string"
},
"failure_type" : "string",
"internal_details" : {
"some_property" : "string"
},
"message" : "string",
"stage" : "string",
"timestamp" : "2019-01-01T00:00:00Z"
}
],
"stage" : "string",
"started" : "2019-01-01T00:00:00Z",
"status" : "string",
"step_id" : "string"
}
],
"plan_attempt_name" : "string",
"plan_end_time" : "2019-01-01T00:00:00Z",
"source" : {
"action" : "string",
"admin_id" : "string",
"date" : "2019-01-01T00:00:00Z",
"facilitator" : "string",
"remote_addresses" : [
"string"
],
"user_id" : "string"
},
"warnings" : [
{
"code" : "string",
"message" : "string",
"step_id" : "string"
}
]
}