mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Get snapshot rest client cleanups (#31740)
This is a followup to #31537. It makes a number of changes requested by a review that came after the PR was merged. These are mostly cleanups and doc improvements.
This commit is contained in:
parent
c0b2ef55b8
commit
a5f5ea8422
4 changed files with 35 additions and 12 deletions
|
@ -93,11 +93,16 @@ argument.
|
|||
[[java-rest-high-snapshot-get-snapshots-response]]
|
||||
==== Get Snapshots Response
|
||||
|
||||
Use the `GetSnapshotsResponse` to retrieve information about the evaluated
|
||||
request:
|
||||
The returned `GetSnapshotsResponse` allows the retrieval of information about the requested
|
||||
snapshots:
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests}/SnapshotClientDocumentationIT.java[get-snapshots-response]
|
||||
--------------------------------------------------
|
||||
<1> Indicates the node has started the request.
|
||||
<1> The REST status of a snapshot
|
||||
<2> The snapshot id
|
||||
<3> The current state of the snapshot
|
||||
<4> Information about failures that occurred during the shard snapshot process.
|
||||
<5> The snapshot start time
|
||||
<6> The snapshot end time
|
Loading…
Add table
Add a link
Reference in a new issue