API generation

This commit is contained in:
delvedor
2021-11-03 13:37:32 +01:00
parent dc905aaabc
commit bb7393a084
4 changed files with 12 additions and 7 deletions

View File

@ -2066,7 +2066,8 @@ export interface NodesHotThreads extends Generic {
snapshots?: number;
threads?: number;
ignore_idle_threads?: boolean;
type?: 'cpu' | 'wait' | 'block';
type?: 'cpu' | 'wait' | 'block' | 'mem';
sort?: 'cpu' | 'total';
timeout?: string;
}