Get shard recovery information | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Query parameters
- If
true
, the response only includes ongoing shard recoveries. - The unit used to display byte values.
Values areb
,kb
,mb
,gb
,tb
, orpb
. - If
true
, the response includes detailed information about shard recoveries. - index
string | array[string]
Comma-separated list or wildcard expression of index names to limit the returned information - List of columns to appear in the response. Supports simple wildcards.
- List of columns that determine how the table should be sorted. Sorting defaults to ascending and can be changed by setting
:asc
or:desc
as a suffix to the column name. - Unit used to display time values.
Values arenanos
,micros
,ms
,s
,m
,h
, ord
.
Responses
- 200 application/json
Hide response attributes Show response attributes object- The shard name.
start_time string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds- Time unit for milliseconds
stop_time string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds- Time unit for milliseconds
- A duration. Units can be
nanos
,micros
,ms
(milliseconds),s
(seconds),m
(minutes),h
(hours) andd
(days). Also accepts "0" without a unit and "-1" to indicate an unspecified value. - The recovery type.
- The recovery stage.
- The source host.
- The source node name.
- The target host.
- The target node name.
- The repository name.
- The snapshot name.
- The number of files to recover.
- The files recovered.
- The total number of files.
- The number of bytes to recover.
- The bytes recovered.
- The total number of bytes.
- The number of translog operations to recover.
- The translog operations recovered.