- Source:
Methods
(static) NodesApi#hotThreads(params, options, callback) → {Object|Promise.<never>|*}
Returns information about hot threads on each node in the cluster.
See Also: OpenSearch - Nodes Hot Threads
See Also: OpenSearch - Nodes Hot Threads
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) NodesApi#info(params, options, callback) → {Object|Promise.<never>|*}
Returns information about hot threads on each node in the cluster.
See Also: OpenSearch - Nodes Info
See Also: OpenSearch - Nodes Info
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) NodesApi#reloadSecureSettings(params, options, callback) → {Object|Promise.<never>|*}
Reloads secure settings.
See Also: OpenSearch - Nodes Reload Security Settings
See Also: OpenSearch - Nodes Reload Security Settings
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) NodesApi#stats(params, options, callback) → {Object|Promise.<never>|*}
Returns statistical information about nodes in the cluster.
See Also: OpenSearch - Nodes Stats
See Also: OpenSearch - Nodes Stats
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||||||||||||||||||||||||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) NodesApi#usage(params, options, callback) → {Object|Promise.<never>|*}
Returns low-level information about REST actions usage on nodes.
See Also: OpenSearch - Nodes Usage
See Also: OpenSearch - Nodes Usage
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||
options |
Object | Options for Transport#request | ||||||||||||||||
callback |
function | Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *