You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If `false`, the request returns an error for any snapshots that are unavailable.
79
-
* @server_default false
80
-
*/
81
-
ignore_unavailable?: boolean
82
-
/**
83
-
* If `true`, the response includes additional information about each index in the snapshot comprising the number of shards in the index, the total size of the index in bytes, and the maximum number of segments per shard in the index.
84
-
* The default is `false`, meaning that this information is omitted.
85
-
* @server_default false
86
-
* @availability stack since=7.13.0
87
-
* @availability serverless
88
-
*/
89
-
index_details?: boolean
90
-
/**
91
-
* If `true`, the response includes the name of each index in each snapshot.
92
-
* @server_default true
93
-
* @availability stack since=8.3.0
94
-
* @availability serverless
95
-
*/
96
-
index_names?: boolean
97
77
/**
98
78
* If `true`, the response includes the repository name in each snapshot.
* Only return snapshots with a state found in the given comma-separated list of snapshot states.
153
-
* The default is all snapshot states.
154
-
* @availability stack since=9.1.0
155
-
* @availability serverless
156
-
*/
157
-
state?: SnapshotState|SnapshotState[]
158
131
/**
159
132
* If `true`, returns additional information about each snapshot such as the version of Elasticsearch which took the snapshot, the start and end times of the snapshot, and the number of shards snapshotted.
0 commit comments