A newer version is available. For the latest information, see the
current release documentation.
SnapshotStatusInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SnapshotStatusInfo
editInformation about the snapshot status for the Elasticsearch cluster. For example, the health status.
Properties
edit-
count
(integer
asint32
, required) - Number of snapshots stored for this cluster
-
healthy
(boolean
, required) - Health status of snapshots for this cluster
-
latest_end_time
(string
asdate-time
) - The end time of the most recently attempted snapshot
-
latest_status
(string
) - Status of the latest snapshot attempt, if any exist.
-
latest_successful
(boolean
) - Latest snapshot status
-
latest_successful_end_time
(string
asdate-time
) - The end time of the most recently successful snapshot
-
recent_success
(boolean
, required) - Indicates whether the cluster has a relatively recent successful snapshot.
-
scheduled_time
(string
asdate-time
) - Scheduled time of next snapshot attempt
Example
edit{ "count" : 0, "healthy" : true, "latest_end_time" : "2019-01-01T00:00:00Z", "latest_status" : "string", "latest_successful" : true, "latest_successful_end_time" : "2019-01-01T00:00:00Z", "recent_success" : true, "scheduled_time" : "2019-01-01T00:00:00Z" }