API changes for 7.17.11

This commit is contained in:
Josh Mock
2023-06-27 16:07:38 -05:00
parent 56e28766c8
commit 3d3263eaf4
4 changed files with 42 additions and 4 deletions

View File

@ -2628,6 +2628,13 @@ export interface SnapshotGet extends Generic {
ignore_unavailable?: boolean;
index_details?: boolean;
include_repository?: boolean;
sort?: 'start_time' | 'duration' | 'name' | 'repository' | 'index_count' | 'shard_count' | 'failed_shard_count';
size?: integer;
order?: 'asc' | 'desc';
from_sort_value?: string;
after?: string;
offset?: integer;
slm_policy_filter?: string;
verbose?: boolean;
}