API generation

This commit is contained in:
delvedor
2021-07-19 16:45:12 +02:00
parent adc5c2b146
commit 743c53dfe0
4 changed files with 132 additions and 3 deletions

View File

@ -2025,6 +2025,15 @@ export interface Mtermvectors<T = RequestBody> extends Generic {
body?: T;
}
export interface NodesClearMeteringArchive extends Generic {
node_id: string | string[];
max_archive_version: number;
}
export interface NodesGetMeteringInfo extends Generic {
node_id: string | string[];
}
export interface NodesHotThreads extends Generic {
node_id?: string | string[];
interval?: string;