API generation

This commit is contained in:
delvedor
2021-02-17 09:58:01 +01:00
parent 252bab6476
commit 31b4d41dc5
6 changed files with 113 additions and 0 deletions

View File

@ -726,6 +726,10 @@ export interface EqlGet extends Generic {
keep_alive?: string;
}
export interface EqlGetStatus extends Generic {
id: string;
}
export interface EqlSearch<T = RequestBody> extends Generic {
index: string;
wait_for_completion_timeout?: string;
@ -2390,6 +2394,10 @@ export interface SnapshotGet extends Generic {
verbose?: boolean;
}
export interface SnapshotGetFeatures extends Generic {
master_timeout?: string;
}
export interface SnapshotGetRepository extends Generic {
repository?: string | string[];
master_timeout?: string;