Auto-generated code for 8.14 (#2349)
This commit is contained in:
@ -1310,6 +1310,7 @@ If the index has a default ingest pipeline specified, then setting the value to
|
||||
If a final pipeline is configured it will always run, regardless of the value of this parameter.
|
||||
** *`preference` (Optional, string)*: Specifies the node or shard the operation should be performed on.
|
||||
Random by default.
|
||||
** *`q` (Optional, string)*: Query in the Lucene query string syntax.
|
||||
** *`refresh` (Optional, boolean)*: If `true`, Elasticsearch refreshes affected shards to make the operation visible to search.
|
||||
** *`request_cache` (Optional, boolean)*: If `true`, the request cache is used for this request.
|
||||
** *`requests_per_second` (Optional, float)*: The throttle for this request in sub-requests per second.
|
||||
|
||||
@ -1901,6 +1901,7 @@ export interface UpdateByQueryRequest extends RequestBase {
|
||||
lenient?: boolean
|
||||
pipeline?: string
|
||||
preference?: string
|
||||
q?: string
|
||||
refresh?: boolean
|
||||
request_cache?: boolean
|
||||
requests_per_second?: float
|
||||
@ -15565,13 +15566,6 @@ export interface NodesGetRepositoriesMeteringInfoResponseBase extends NodesNodes
|
||||
nodes: Record<string, NodesRepositoryMeteringInformation>
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsHotThread {
|
||||
hosts: Host[]
|
||||
node_id: Id
|
||||
node_name: Name
|
||||
threads: string[]
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsRequest extends RequestBase {
|
||||
node_id?: NodeIds
|
||||
ignore_idle_threads?: boolean
|
||||
@ -15585,7 +15579,6 @@ export interface NodesHotThreadsRequest extends RequestBase {
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsResponse {
|
||||
hot_threads: NodesHotThreadsHotThread[]
|
||||
}
|
||||
|
||||
export interface NodesInfoDeprecationIndexing {
|
||||
|
||||
@ -1971,6 +1971,7 @@ export interface UpdateByQueryRequest extends RequestBase {
|
||||
lenient?: boolean
|
||||
pipeline?: string
|
||||
preference?: string
|
||||
q?: string
|
||||
refresh?: boolean
|
||||
request_cache?: boolean
|
||||
requests_per_second?: float
|
||||
@ -15914,13 +15915,6 @@ export interface NodesGetRepositoriesMeteringInfoResponseBase extends NodesNodes
|
||||
nodes: Record<string, NodesRepositoryMeteringInformation>
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsHotThread {
|
||||
hosts: Host[]
|
||||
node_id: Id
|
||||
node_name: Name
|
||||
threads: string[]
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsRequest extends RequestBase {
|
||||
node_id?: NodeIds
|
||||
ignore_idle_threads?: boolean
|
||||
@ -15934,7 +15928,6 @@ export interface NodesHotThreadsRequest extends RequestBase {
|
||||
}
|
||||
|
||||
export interface NodesHotThreadsResponse {
|
||||
hot_threads: NodesHotThreadsHotThread[]
|
||||
}
|
||||
|
||||
export interface NodesInfoDeprecationIndexing {
|
||||
|
||||
Reference in New Issue
Block a user