- Source:
Methods
(static) DanglingIndicesApi#deleteDanglingIndex(params, optionsopt, callbackopt) → {Object|Promise.<never>|*}
Deletes the specified dangling index
See also: OpenSearch - Dangling Indexes
See also: OpenSearch - Dangling Indexes
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||||||||
options |
Object |
<optional> |
Options for Transport#request | |||||||||||||||||||||||||
callback |
function |
<optional> |
Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) DanglingIndicesApi#importDanglingIndex(params, optionsopt, callbackopt) → {Object|Promise.<never>|*}
Imports the specified dangling index
See also: OpenSearch - Dangling Indexes
See also: OpenSearch - Dangling Indexes
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
||||||||||||||||||||||||||
options |
Object |
<optional> |
Options for Transport#request | |||||||||||||||||||||||||
callback |
function |
<optional> |
Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *
(static) DanglingIndicesApi#listDanglingIndices(params, optionsopt, callbackopt) → {Object|Promise.<never>|*}
Retrieve all dangling indices.
See also: OpenSearch - Dangling Indexes
See also: OpenSearch - Dangling Indexes
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
params |
Object | (Unused) | |
options |
Object |
<optional> |
Options for Transport#request |
callback |
function |
<optional> |
Callback that handles errors and response |
- Source:
Returns:
- Type
- Object | Promise.<never> | *