opensearch-ruby 4.0.0.pre.beta.1 → 4.0.0.pre.beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/opensearch/api/actions/asynchronous_search/delete.rb +2 -4
- data/lib/opensearch/api/actions/asynchronous_search/get.rb +1 -1
- data/lib/opensearch/api/actions/asynchronous_search/search.rb +4 -4
- data/lib/opensearch/api/actions/asynchronous_search/stats.rb +1 -1
- data/lib/opensearch/api/actions/cat/aliases.rb +8 -8
- data/lib/opensearch/api/actions/cat/all_pit_segments.rb +7 -7
- data/lib/opensearch/api/actions/cat/allocation.rb +10 -10
- data/lib/opensearch/api/actions/cat/cluster_manager.rb +8 -8
- data/lib/opensearch/api/actions/cat/count.rb +6 -6
- data/lib/opensearch/api/actions/cat/fielddata.rb +7 -7
- data/lib/opensearch/api/actions/cat/health.rb +6 -6
- data/lib/opensearch/api/actions/cat/indices.rb +16 -16
- data/lib/opensearch/api/actions/cat/master.rb +8 -8
- data/lib/opensearch/api/actions/cat/nodeattrs.rb +8 -8
- data/lib/opensearch/api/actions/cat/nodes.rb +12 -12
- data/lib/opensearch/api/actions/cat/pending_tasks.rb +10 -10
- data/lib/opensearch/api/actions/cat/pit_segments.rb +7 -7
- data/lib/opensearch/api/actions/cat/plugins.rb +9 -9
- data/lib/opensearch/api/actions/cat/recovery.rb +10 -10
- data/lib/opensearch/api/actions/cat/repositories.rb +9 -9
- data/lib/opensearch/api/actions/cat/segment_replication.rb +19 -18
- data/lib/opensearch/api/actions/cat/segments.rb +8 -8
- data/lib/opensearch/api/actions/cat/shards.rb +11 -11
- data/lib/opensearch/api/actions/cat/snapshots.rb +10 -10
- data/lib/opensearch/api/actions/cat/tasks.rb +9 -9
- data/lib/opensearch/api/actions/cat/templates.rb +9 -9
- data/lib/opensearch/api/actions/cat/thread_pool.rb +9 -9
- data/lib/opensearch/api/actions/clear_scroll.rb +1 -3
- data/lib/opensearch/api/actions/cluster/allocation_explain.rb +4 -4
- data/lib/opensearch/api/actions/cluster/delete_component_template.rb +4 -6
- data/lib/opensearch/api/actions/cluster/delete_decommission_awareness.rb +2 -4
- data/lib/opensearch/api/actions/cluster/delete_voting_config_exclusions.rb +3 -5
- data/lib/opensearch/api/actions/cluster/delete_weighted_routing.rb +1 -3
- data/lib/opensearch/api/actions/cluster/exists_component_template.rb +4 -4
- data/lib/opensearch/api/actions/cluster/get_component_template.rb +6 -4
- data/lib/opensearch/api/actions/cluster/get_decommission_awareness.rb +2 -2
- data/lib/opensearch/api/actions/cluster/get_settings.rb +5 -5
- data/lib/opensearch/api/actions/cluster/get_weighted_routing.rb +1 -1
- data/lib/opensearch/api/actions/cluster/health.rb +14 -14
- data/lib/opensearch/api/actions/cluster/pending_tasks.rb +5 -5
- data/lib/opensearch/api/actions/cluster/post_voting_config_exclusions.rb +4 -4
- data/lib/opensearch/api/actions/cluster/put_component_template.rb +6 -6
- data/lib/opensearch/api/actions/cluster/put_decommission_awareness.rb +3 -3
- data/lib/opensearch/api/actions/cluster/put_settings.rb +5 -5
- data/lib/opensearch/api/actions/cluster/put_weighted_routing.rb +1 -1
- data/lib/opensearch/api/actions/cluster/reroute.rb +6 -6
- data/lib/opensearch/api/actions/cluster/state.rb +10 -10
- data/lib/opensearch/api/actions/cluster/stats.rb +5 -5
- data/lib/opensearch/api/actions/count.rb +1 -1
- data/lib/opensearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -3
- data/lib/opensearch/api/actions/delete.rb +1 -3
- data/lib/opensearch/api/actions/delete_all_pits.rb +1 -3
- data/lib/opensearch/api/actions/delete_by_query.rb +2 -2
- data/lib/opensearch/api/actions/delete_by_query_rethrottle.rb +1 -1
- data/lib/opensearch/api/actions/delete_pit.rb +1 -3
- data/lib/opensearch/api/actions/delete_script.rb +1 -3
- data/lib/opensearch/api/actions/flow_framework/delete.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_alias.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_data_stream.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_index_template.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_template.rb +1 -3
- data/lib/opensearch/api/actions/indices/forcemerge.rb +1 -1
- data/lib/opensearch/api/actions/indices/put_template.rb +1 -1
- data/lib/opensearch/api/actions/indices/upgrade.rb +0 -1
- data/lib/opensearch/api/actions/ingest/delete_pipeline.rb +1 -3
- data/lib/opensearch/api/actions/ism/delete_policy.rb +1 -3
- data/lib/opensearch/api/actions/knn/delete_model.rb +1 -3
- data/lib/opensearch/api/actions/ml/chunk_model.rb +40 -0
- data/lib/opensearch/api/actions/ml/create_controller.rb +37 -0
- data/lib/opensearch/api/actions/ml/create_memory.rb +32 -0
- data/lib/opensearch/api/actions/ml/create_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/create_model_meta.rb +32 -0
- data/lib/opensearch/api/actions/ml/delete_agent.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_connector.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_controller.rb +36 -0
- data/lib/opensearch/api/actions/ml/delete_memory.rb +36 -0
- data/lib/opensearch/api/actions/ml/delete_model.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_model_group.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_task.rb +1 -3
- data/lib/opensearch/api/actions/ml/execute_agent.rb +37 -0
- data/lib/opensearch/api/actions/ml/execute_algorithm.rb +37 -0
- data/lib/opensearch/api/actions/ml/get_agent.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_all_memories.rb +38 -0
- data/lib/opensearch/api/actions/ml/get_all_messages.rb +43 -0
- data/lib/opensearch/api/actions/ml/get_all_tools.rb +31 -0
- data/lib/opensearch/api/actions/ml/get_connector.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_controller.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_memory.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_message.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_message_traces.rb +43 -0
- data/lib/opensearch/api/actions/ml/get_model.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_profile.rb +32 -0
- data/lib/opensearch/api/actions/ml/get_profile_models.rb +35 -0
- data/lib/opensearch/api/actions/ml/get_profile_tasks.rb +35 -0
- data/lib/opensearch/api/actions/ml/get_stats.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_tool.rb +36 -0
- data/lib/opensearch/api/actions/ml/load_model.rb +36 -0
- data/lib/opensearch/api/actions/ml/predict.rb +40 -0
- data/lib/opensearch/api/actions/ml/predict_model.rb +37 -0
- data/lib/opensearch/api/actions/ml/register_model_meta.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_agents.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_connectors.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_memory.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/search_model_group.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_models.rb +1 -1
- data/lib/opensearch/api/actions/ml/search_tasks.rb +32 -0
- data/lib/opensearch/api/actions/ml/train.rb +37 -0
- data/lib/opensearch/api/actions/ml/train_predict.rb +37 -0
- data/lib/opensearch/api/actions/ml/undeploy_model.rb +2 -3
- data/lib/opensearch/api/actions/ml/unload_model.rb +35 -0
- data/lib/opensearch/api/actions/ml/update_connector.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_controller.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_memory.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_model.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_model_group.rb +37 -0
- data/lib/opensearch/api/actions/ml/upload_chunk.rb +40 -0
- data/lib/opensearch/api/actions/ml/upload_model.rb +32 -0
- data/lib/opensearch/api/actions/notifications/delete_config.rb +1 -3
- data/lib/opensearch/api/actions/notifications/delete_configs.rb +1 -3
- data/lib/opensearch/api/actions/observability/delete_object.rb +1 -3
- data/lib/opensearch/api/actions/observability/delete_objects.rb +1 -3
- data/lib/opensearch/api/actions/query/datasource_delete.rb +1 -3
- data/lib/opensearch/api/actions/reindex.rb +3 -1
- data/lib/opensearch/api/actions/reindex_rethrottle.rb +1 -1
- data/lib/opensearch/api/actions/replication/delete_replication_rule.rb +1 -3
- data/lib/opensearch/api/actions/rollups/delete.rb +1 -3
- data/lib/opensearch/api/actions/scroll.rb +1 -1
- data/lib/opensearch/api/actions/search_pipeline/delete.rb +1 -3
- data/lib/opensearch/api/actions/search_shards.rb +0 -1
- data/lib/opensearch/api/actions/security/authinfo.rb +3 -3
- data/lib/opensearch/api/actions/security/authtoken.rb +1 -1
- data/lib/opensearch/api/actions/security/config_upgrade_check.rb +1 -1
- data/lib/opensearch/api/actions/security/config_upgrade_perform.rb +1 -1
- data/lib/opensearch/api/actions/security/create_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/create_role.rb +1 -1
- data/lib/opensearch/api/actions/security/create_role_mapping.rb +1 -1
- data/lib/opensearch/api/actions/security/create_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/create_update_tenancy_config.rb +1 -1
- data/lib/opensearch/api/actions/security/create_user.rb +1 -1
- data/lib/opensearch/api/actions/security/create_user_legacy.rb +1 -1
- data/lib/opensearch/api/actions/security/delete_action_group.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_distinguished_name.rb +3 -5
- data/lib/opensearch/api/actions/security/delete_role.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_role_mapping.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_tenant.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_user.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_user_legacy.rb +1 -3
- data/lib/opensearch/api/actions/security/flush_cache.rb +2 -4
- data/lib/opensearch/api/actions/security/generate_obo_token.rb +1 -1
- data/lib/opensearch/api/actions/security/generate_user_token.rb +2 -2
- data/lib/opensearch/api/actions/security/generate_user_token_legacy.rb +1 -1
- data/lib/opensearch/api/actions/security/get_account_details.rb +1 -1
- data/lib/opensearch/api/actions/security/get_all_certificates.rb +2 -2
- data/lib/opensearch/api/actions/security/get_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/get_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/get_dashboards_info.rb +1 -1
- data/lib/opensearch/api/actions/security/get_distinguished_name.rb +3 -3
- data/lib/opensearch/api/actions/security/get_distinguished_names.rb +2 -2
- data/lib/opensearch/api/actions/security/get_node_certificates.rb +4 -4
- data/lib/opensearch/api/actions/security/get_permissions_info.rb +1 -1
- data/lib/opensearch/api/actions/security/get_role.rb +1 -1
- data/lib/opensearch/api/actions/security/get_role_mapping.rb +2 -2
- data/lib/opensearch/api/actions/security/get_sslinfo.rb +2 -2
- data/lib/opensearch/api/actions/security/get_tenancy_config.rb +1 -1
- data/lib/opensearch/api/actions/security/get_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/get_user.rb +1 -1
- data/lib/opensearch/api/actions/security/health.rb +2 -2
- data/lib/opensearch/api/actions/security/migrate.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_action_group.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_action_groups.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_audit_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_distinguished_name.rb +5 -5
- data/lib/opensearch/api/actions/security/patch_distinguished_names.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_role.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_role_mapping.rb +2 -2
- data/lib/opensearch/api/actions/security/patch_role_mappings.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_tenants.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_user.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_users.rb +1 -1
- data/lib/opensearch/api/actions/security/post_dashboards_info.rb +1 -1
- data/lib/opensearch/api/actions/security/reload_http_certificates.rb +1 -1
- data/lib/opensearch/api/actions/security/reload_transport_certificates.rb +1 -1
- data/lib/opensearch/api/actions/security/tenant_info.rb +1 -1
- data/lib/opensearch/api/actions/security/update_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/update_distinguished_name.rb +2 -2
- data/lib/opensearch/api/actions/security/validate.rb +1 -1
- data/lib/opensearch/api/actions/security/who_am_i.rb +1 -1
- data/lib/opensearch/api/actions/security/who_am_i_protected.rb +1 -1
- data/lib/opensearch/api/actions/sm/delete_policy.rb +1 -3
- data/lib/opensearch/api/actions/snapshot/delete.rb +1 -3
- data/lib/opensearch/api/actions/snapshot/delete_repository.rb +1 -3
- data/lib/opensearch/api/actions/tasks/cancel.rb +1 -1
- data/lib/opensearch/api/actions/transforms/delete.rb +1 -3
- data/lib/opensearch/api/actions/update_by_query.rb +2 -2
- data/lib/opensearch/api/actions/wlm/delete_query_group.rb +1 -3
- data/lib/opensearch/api/utils.rb +1 -1
- data/lib/opensearch/transport/client.rb +6 -3
- data/lib/opensearch/transport/transport/base.rb +3 -8
- data/lib/opensearch/version.rb +1 -1
- data/opensearch-ruby.gemspec +1 -0
- data/test/transport/unit/transport_base_test.rb +0 -26
- data.tar.gz.sig +0 -0
- metadata +61 -2
- metadata.gz.sig +0 -0
@@ -15,14 +15,14 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Provides low-level information about the segments in the shards of an index.
|
17
17
|
#
|
18
|
-
# @option args [String] :bytes The
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [String] :format A short version of the Accept header
|
21
|
-
# @option args [Enumerable<String>] :h
|
22
|
-
# @option args [Boolean] :help
|
23
|
-
# @option args [String] :master_timeout DEPRECATED
|
24
|
-
# @option args [Enumerable<String>] :s
|
25
|
-
# @option args [Boolean] :v
|
18
|
+
# @option args [String] :bytes The units used to display byte values.
|
19
|
+
# @option args [String] :cluster_manager_timeout The amount of time allowed to establish a connection to the cluster manager node.
|
20
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
21
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
22
|
+
# @option args [Boolean] :help Returns help information.
|
23
|
+
# @option args [String] :master_timeout DEPRECATED The amount of time allowed to establish a connection to the cluster manager node.
|
24
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
25
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
26
26
|
# @option args [Enumerable<String>, String] :index A comma-separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (`*`). To target all data streams and indexes, omit this parameter or use `*` or `_all`.
|
27
27
|
def segments(args = {})
|
28
28
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -13,18 +13,18 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cat
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Lists the states of all primary and replica shards and how they are distributed.
|
17
17
|
#
|
18
|
-
# @option args [String] :bytes The
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [String] :format A short version of the Accept header
|
21
|
-
# @option args [Enumerable<String>] :h
|
22
|
-
# @option args [Boolean] :help
|
23
|
-
# @option args [Boolean] :local
|
24
|
-
# @option args [String] :master_timeout DEPRECATED
|
25
|
-
# @option args [Enumerable<String>] :s
|
26
|
-
# @option args [String] :time
|
27
|
-
# @option args [Boolean] :v
|
18
|
+
# @option args [String] :bytes The units used to display byte values.
|
19
|
+
# @option args [String] :cluster_manager_timeout The amount of time allowed to establish a connection to the cluster manager node.
|
20
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
21
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
22
|
+
# @option args [Boolean] :help Returns help information.
|
23
|
+
# @option args [Boolean] :local Returns local information but does not retrieve the state from the cluster manager node.
|
24
|
+
# @option args [String] :master_timeout DEPRECATED The amount of time allowed to establish a connection to the cluster manager node.
|
25
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
26
|
+
# @option args [String] :time Specifies the time units, for example, `5d` or `7h`. For more information, see [Supported units](https://opensearch.org/docs/latest/api-reference/units/).
|
27
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
28
28
|
# @option args [Enumerable<String>, String] :index A comma-separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (`*`). To target all data streams and indexes, omit this parameter or use `*` or `_all`.
|
29
29
|
def shards(args = {})
|
30
30
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -13,18 +13,18 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cat
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Lists all of the snapshots stored in a specific repository.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [String] :format A short version of the Accept header
|
20
|
-
# @option args [Enumerable<String>] :h
|
21
|
-
# @option args [Boolean] :help
|
22
|
-
# @option args [Boolean] :ignore_unavailable
|
23
|
-
# @option args [String] :master_timeout DEPRECATED
|
18
|
+
# @option args [String] :cluster_manager_timeout The amount of time allowed to establish a connection to the cluster manager node.
|
19
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
20
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
21
|
+
# @option args [Boolean] :help Returns help information.
|
22
|
+
# @option args [Boolean] :ignore_unavailable When `true`, the response does not include information from unavailable snapshots.
|
23
|
+
# @option args [String] :master_timeout DEPRECATED The amount of time allowed to establish a connection to the cluster manager node.
|
24
24
|
# @option args [Enumerable<String>, String] :repository *Required* A comma-separated list of snapshot repositories used to limit the request. Accepts wildcard expressions. `_all` returns all repositories. If any repository fails during the request, OpenSearch returns an error.
|
25
|
-
# @option args [Enumerable<String>] :s
|
26
|
-
# @option args [String] :time
|
27
|
-
# @option args [Boolean] :v
|
25
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
26
|
+
# @option args [String] :time Specifies the time units, for example, `5d` or `7h`. For more information, see [Supported units](https://opensearch.org/docs/latest/api-reference/units/).
|
27
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
28
28
|
def snapshots(args = {})
|
29
29
|
args = Utils.clone_and_normalize_arguments(args)
|
30
30
|
raise ArgumentError, "Required argument 'repository' missing" if args['repository'].nil?
|
@@ -13,18 +13,18 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cat
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Lists the progress of all tasks currently running on the cluster.
|
17
17
|
#
|
18
|
-
# @option args [Enumerable<String>] :actions The task action names
|
18
|
+
# @option args [Enumerable<String>] :actions The task action names used to limit the response.
|
19
19
|
# @option args [Boolean] :detailed If `true`, the response includes detailed information about shard recoveries.
|
20
|
-
# @option args [String] :format A short version of the Accept header
|
21
|
-
# @option args [Enumerable<String>] :h
|
22
|
-
# @option args [Boolean] :help
|
23
|
-
# @option args [Enumerable<String>] :nodes
|
20
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
21
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
22
|
+
# @option args [Boolean] :help Returns help information.
|
23
|
+
# @option args [Enumerable<String>] :nodes A comma-separated list of node IDs or names used to limit the returned information. Use `_local` to return information from the node to which you're connecting, specify a specific node from which to get information, or keep the parameter empty to get information from all nodes.
|
24
24
|
# @option args [String] :parent_task_id The parent task identifier, which is used to limit the response.
|
25
|
-
# @option args [Enumerable<String>] :s
|
26
|
-
# @option args [String] :time
|
27
|
-
# @option args [Boolean] :v
|
25
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
26
|
+
# @option args [String] :time Specifies the time units, for example, `5d` or `7h`. For more information, see [Supported units](https://opensearch.org/docs/latest/api-reference/units/).
|
27
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
28
28
|
def tasks(args = {})
|
29
29
|
args = Utils.clone_and_normalize_arguments(args)
|
30
30
|
headers = args.delete('headers') || {}
|
@@ -13,16 +13,16 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cat
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Lists the names, patterns, order numbers, and version numbers of index templates.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [String] :format A short version of the Accept header
|
20
|
-
# @option args [Enumerable<String>] :h
|
21
|
-
# @option args [Boolean] :help
|
22
|
-
# @option args [Boolean] :local
|
23
|
-
# @option args [String] :master_timeout DEPRECATED
|
24
|
-
# @option args [Enumerable<String>] :s
|
25
|
-
# @option args [Boolean] :v
|
18
|
+
# @option args [String] :cluster_manager_timeout The amount of time allowed to establish a connection to the cluster manager node.
|
19
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
20
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
21
|
+
# @option args [Boolean] :help Returns help information.
|
22
|
+
# @option args [Boolean] :local Returns local information but does not retrieve the state from the cluster manager node.
|
23
|
+
# @option args [String] :master_timeout DEPRECATED The amount of time allowed to establish a connection to the cluster manager node.
|
24
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
25
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
26
26
|
# @option args [String] :name The name of the template to return. Accepts wildcard expressions. If omitted, all templates are returned.
|
27
27
|
def templates(args = {})
|
28
28
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -14,17 +14,17 @@ module OpenSearch
|
|
14
14
|
module Cat
|
15
15
|
module Actions
|
16
16
|
# Returns cluster-wide thread pool statistics per node.
|
17
|
-
# By default the active,
|
17
|
+
# By default the active, queued, and rejected statistics are returned for all thread pools.
|
18
18
|
#
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [String] :format A short version of the Accept header
|
21
|
-
# @option args [Enumerable<String>] :h
|
22
|
-
# @option args [Boolean] :help
|
23
|
-
# @option args [Boolean] :local
|
24
|
-
# @option args [String] :master_timeout DEPRECATED
|
25
|
-
# @option args [Enumerable<String>] :s
|
19
|
+
# @option args [String] :cluster_manager_timeout A timeout for connection to the cluster manager node.
|
20
|
+
# @option args [String] :format A short version of the `Accept` header, such as `json` or `yaml`.
|
21
|
+
# @option args [Enumerable<String>] :h A comma-separated list of column names to display.
|
22
|
+
# @option args [Boolean] :help Returns help information.
|
23
|
+
# @option args [Boolean] :local Returns local information but does not retrieve the state from the cluster manager node.
|
24
|
+
# @option args [String] :master_timeout DEPRECATED The amount of time allowed to establish a connection to the cluster manager node.
|
25
|
+
# @option args [Enumerable<String>] :s A comma-separated list of column names or column aliases to sort by.
|
26
26
|
# @option args [Integer] :size The multiplier in which to display values.
|
27
|
-
# @option args [Boolean] :v
|
27
|
+
# @option args [Boolean] :v Enables verbose mode, which displays column headers.
|
28
28
|
# @option args [Enumerable<String>, String] :thread_pool_patterns A comma-separated list of thread pool names used to limit the request. Accepts wildcard expressions.
|
29
29
|
def thread_pool(args = {})
|
30
30
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -17,19 +17,17 @@ module OpenSearch
|
|
17
17
|
#
|
18
18
|
# @option args [Enumerable<String>, String] :scroll_id DEPRECATED Comma-separated list of scroll IDs to clear. To clear all scroll IDs, use `_all`.
|
19
19
|
# @option args [Hash] :body Comma-separated list of scroll IDs to clear if none was specified using the `scroll_id` parameter
|
20
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
21
20
|
def clear_scroll(args = {})
|
22
21
|
args = Utils.clone_and_normalize_arguments(args)
|
23
22
|
_scroll_id = args.delete('scroll_id')
|
24
23
|
|
25
|
-
ignore = args.delete('ignore') || []
|
26
24
|
headers = args.delete('headers') || {}
|
27
25
|
body = args.delete('body')
|
28
26
|
method = 'DELETE'
|
29
27
|
url = Utils.build_url('_search/scroll', _scroll_id)
|
30
28
|
|
31
29
|
Utils.validate_query_params! args
|
32
|
-
transport.perform_delete_request method, url, args, body, headers
|
30
|
+
transport.perform_delete_request method, url, args, body, headers
|
33
31
|
end
|
34
32
|
end
|
35
33
|
end
|
@@ -13,11 +13,11 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Explains how shards are allocated in the current cluster and provides an explanation for why unassigned shards can't be allocated to a node.
|
17
17
|
#
|
18
|
-
# @option args [Boolean] :include_disk_info
|
19
|
-
# @option args [Boolean] :include_yes_decisions
|
20
|
-
# @option args [Hash] :body The index, shard, and primary flag to
|
18
|
+
# @option args [Boolean] :include_disk_info When `true`, returns information about disk usage and shard sizes.
|
19
|
+
# @option args [Boolean] :include_yes_decisions When `true`, returns any `YES` decisions in the allocation explanation.
|
20
|
+
# @option args [Hash] :body The index, shard, and primary flag for which to generate an explanation. Leave this empty to generate an explanation for the first unassigned shard.
|
21
21
|
def allocation_explain(args = {})
|
22
22
|
args = Utils.clone_and_normalize_arguments(args)
|
23
23
|
headers = args.delete('headers') || {}
|
@@ -15,25 +15,23 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Deletes a component template.
|
17
17
|
#
|
18
|
-
# @option args [String] :name *Required*
|
18
|
+
# @option args [String] :name *Required* The name of the component template to delete. Supports wildcard (*) expressions.
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
|
-
# @option args [String] :master_timeout DEPRECATED
|
21
|
-
# @option args [String] :timeout
|
22
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
21
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
23
22
|
def delete_component_template(args = {})
|
24
23
|
args = Utils.clone_and_normalize_arguments(args)
|
25
24
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
26
25
|
|
27
26
|
_name = args.delete('name')
|
28
27
|
|
29
|
-
ignore = args.delete('ignore') || []
|
30
28
|
headers = args.delete('headers') || {}
|
31
29
|
body = args.delete('body')
|
32
30
|
method = 'DELETE'
|
33
31
|
url = Utils.build_url('_component_template', _name)
|
34
32
|
|
35
33
|
Utils.validate_query_params! args, DELETE_COMPONENT_TEMPLATE_QUERY_PARAMS
|
36
|
-
transport.perform_delete_request method, url, args, body, headers
|
34
|
+
transport.perform_delete_request method, url, args, body, headers
|
37
35
|
end
|
38
36
|
|
39
37
|
DELETE_COMPONENT_TEMPLATE_QUERY_PARAMS = Set.new(%w[
|
@@ -13,19 +13,17 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Recommissions a decommissioned zone.
|
17
17
|
#
|
18
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
19
18
|
def delete_decommission_awareness(args = {})
|
20
19
|
args = Utils.clone_and_normalize_arguments(args)
|
21
|
-
ignore = args.delete('ignore') || []
|
22
20
|
headers = args.delete('headers') || {}
|
23
21
|
body = args.delete('body')
|
24
22
|
method = 'DELETE'
|
25
23
|
url = '_cluster/decommission/awareness'
|
26
24
|
|
27
25
|
Utils.validate_query_params! args
|
28
|
-
transport.perform_delete_request method, url, args, body, headers
|
26
|
+
transport.perform_delete_request method, url, args, body, headers
|
29
27
|
end
|
30
28
|
end
|
31
29
|
end
|
@@ -13,20 +13,18 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Clears cluster voting
|
16
|
+
# Clears any cluster voting configuration exclusions.
|
17
17
|
#
|
18
|
-
# @option args [Boolean] :wait_for_removal (default: true) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
18
|
+
# @option args [Boolean] :wait_for_removal (default: true) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. When `true`, all excluded nodes are removed from the cluster before this API takes any action. When `false`, the voting configuration exclusions list is cleared even if some excluded nodes are still in the cluster.
|
20
19
|
def delete_voting_config_exclusions(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
|
-
ignore = args.delete('ignore') || []
|
23
21
|
headers = args.delete('headers') || {}
|
24
22
|
body = args.delete('body')
|
25
23
|
method = 'DELETE'
|
26
24
|
url = '_cluster/voting_config_exclusions'
|
27
25
|
|
28
26
|
Utils.validate_query_params! args, DELETE_VOTING_CONFIG_EXCLUSIONS_QUERY_PARAMS
|
29
|
-
transport.perform_delete_request method, url, args, body, headers
|
27
|
+
transport.perform_delete_request method, url, args, body, headers
|
30
28
|
end
|
31
29
|
|
32
30
|
DELETE_VOTING_CONFIG_EXCLUSIONS_QUERY_PARAMS = Set.new(%w[
|
@@ -16,17 +16,15 @@ module OpenSearch
|
|
16
16
|
# Delete weighted shard routing weights.
|
17
17
|
#
|
18
18
|
# @option args [Hash] :body
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
19
|
def delete_weighted_routing(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
|
-
ignore = args.delete('ignore') || []
|
23
21
|
headers = args.delete('headers') || {}
|
24
22
|
body = args.delete('body')
|
25
23
|
method = 'DELETE'
|
26
24
|
url = '_cluster/routing/awareness/weights'
|
27
25
|
|
28
26
|
Utils.validate_query_params! args
|
29
|
-
transport.perform_delete_request method, url, args, body, headers
|
27
|
+
transport.perform_delete_request method, url, args, body, headers
|
30
28
|
end
|
31
29
|
end
|
32
30
|
end
|
@@ -15,10 +15,10 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Returns information about whether a particular component template exist.
|
17
17
|
#
|
18
|
-
# @option args [String] :name *Required*
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [Boolean] :local
|
21
|
-
# @option args [String] :master_timeout DEPRECATED
|
18
|
+
# @option args [String] :name *Required* The name of the component template. Wildcard (*) expressions are supported.
|
19
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
20
|
+
# @option args [Boolean] :local When `true`, the request retrieves information from the local node only. When `false, information is retrieved from the cluster manager node.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
22
|
def exists_component_template(args = {})
|
23
23
|
args = Utils.clone_and_normalize_arguments(args)
|
24
24
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
@@ -15,10 +15,11 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Returns one or more component templates.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [Boolean] :
|
20
|
-
# @option args [
|
21
|
-
# @option args [String] :
|
18
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
19
|
+
# @option args [Boolean] :flat_settings If `true`, returns settings in flat format.
|
20
|
+
# @option args [Boolean] :local When `true`, the request retrieves information from the local node only. When `false`, information is retrieved from the cluster manager node.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
|
+
# @option args [String] :name The name of the component template to retrieve. Wildcard (`*`) expressions are supported.
|
22
23
|
def get_component_template(args = {})
|
23
24
|
args = Utils.clone_and_normalize_arguments(args)
|
24
25
|
_name = args.delete('name')
|
@@ -34,6 +35,7 @@ module OpenSearch
|
|
34
35
|
|
35
36
|
GET_COMPONENT_TEMPLATE_QUERY_PARAMS = Set.new(%w[
|
36
37
|
cluster_manager_timeout
|
38
|
+
flat_settings
|
37
39
|
local
|
38
40
|
master_timeout
|
39
41
|
]).freeze
|
@@ -13,9 +13,9 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
#
|
16
|
+
# Retrieves the decommission status for all zones.
|
17
17
|
#
|
18
|
-
# @option args [String] :awareness_attribute_name *Required*
|
18
|
+
# @option args [String] :awareness_attribute_name *Required* The name of the awareness attribute.
|
19
19
|
def get_decommission_awareness(args = {})
|
20
20
|
args = Utils.clone_and_normalize_arguments(args)
|
21
21
|
raise ArgumentError, "Required argument 'awareness_attribute_name' missing" if args['awareness_attribute_name'].nil?
|
@@ -15,11 +15,11 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Returns cluster settings.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [Boolean] :flat_settings
|
20
|
-
# @option args [Boolean] :include_defaults
|
21
|
-
# @option args [String] :master_timeout DEPRECATED
|
22
|
-
# @option args [String] :timeout
|
18
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
19
|
+
# @option args [Boolean] :flat_settings When `true`, returns cluster settings in a flat format.
|
20
|
+
# @option args [Boolean] :include_defaults When `true`, returns default cluster settings from the local node.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
23
23
|
def get_settings(args = {})
|
24
24
|
args = Utils.clone_and_normalize_arguments(args)
|
25
25
|
headers = args.delete('headers') || {}
|
@@ -15,7 +15,7 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Fetches weighted shard routing weights.
|
17
17
|
#
|
18
|
-
# @option args [String] :attribute *Required*
|
18
|
+
# @option args [String] :attribute *Required* The name of the awareness attribute.
|
19
19
|
def get_weighted_routing(args = {})
|
20
20
|
args = Utils.clone_and_normalize_arguments(args)
|
21
21
|
raise ArgumentError, "Required argument 'attribute' missing" if args['attribute'].nil?
|
@@ -15,20 +15,20 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Returns basic information about the health of the cluster.
|
17
17
|
#
|
18
|
-
# @option args [String] :awareness_attribute The awareness attribute for which the health is
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [Enumerable<String>, String] :expand_wildcards
|
21
|
-
# @option args [String] :level
|
22
|
-
# @option args [Boolean] :local
|
23
|
-
# @option args [String] :master_timeout DEPRECATED
|
24
|
-
# @option args [String] :timeout
|
25
|
-
# @option args [Integer, String] :wait_for_active_shards
|
26
|
-
# @option args [String] :wait_for_events
|
27
|
-
# @option args [Boolean] :wait_for_no_initializing_shards
|
28
|
-
# @option args [Boolean] :wait_for_no_relocating_shards
|
29
|
-
# @option args [Float, String] :wait_for_nodes
|
30
|
-
# @option args [String] :wait_for_status
|
31
|
-
# @option args [Enumerable<String>, String] :index
|
18
|
+
# @option args [String] :awareness_attribute The name of the awareness attribute for which to return the cluster health status (for example, `zone`). Applicable only if `level` is set to `awareness_attributes`.
|
19
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
20
|
+
# @option args [Enumerable<String>, String] :expand_wildcards Specifies the type of index that wildcard expressions can match. Supports comma-separated values.
|
21
|
+
# @option args [String] :level (default: cluster) Controls the amount of detail included in the cluster health response.
|
22
|
+
# @option args [Boolean] :local Whether to return information from the local node only instead of from the cluster manager node.
|
23
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
24
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
25
|
+
# @option args [Integer, String] :wait_for_active_shards Waits until the specified number of shards is active before returning a response. Use `all` for all shards.
|
26
|
+
# @option args [String] :wait_for_events Waits until all currently queued events with the given priority are processed.
|
27
|
+
# @option args [Boolean] :wait_for_no_initializing_shards Whether to wait until there are no initializing shards in the cluster.
|
28
|
+
# @option args [Boolean] :wait_for_no_relocating_shards Whether to wait until there are no relocating shards in the cluster.
|
29
|
+
# @option args [Float, String] :wait_for_nodes Waits until the specified number of nodes (`N`) is available. Accepts `>=N`, `<=N`, `>N`, and `<N`. You can also use `ge(N)`, `le(N)`, `gt(N)`, and `lt(N)` notation.
|
30
|
+
# @option args [String] :wait_for_status Waits until the cluster health reaches the specified status or better.
|
31
|
+
# @option args [Enumerable<String>, String] :index A comma-separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (`*`). To target all data streams and indexes, omit this parameter or use `*` or `_all`.
|
32
32
|
def health(args = {})
|
33
33
|
args = Utils.clone_and_normalize_arguments(args)
|
34
34
|
_index = args.delete('index')
|
@@ -13,12 +13,12 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Returns a list of
|
17
|
-
#
|
16
|
+
# Returns a list of pending cluster-level tasks, such as index creation, mapping updates,
|
17
|
+
# or new allocations.
|
18
18
|
#
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [Boolean] :local
|
21
|
-
# @option args [String] :master_timeout DEPRECATED
|
19
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
20
|
+
# @option args [Boolean] :local When `true`, the request retrieves information from the local node only. When `false`, information is retrieved from the cluster manager node.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
22
|
def pending_tasks(args = {})
|
23
23
|
args = Utils.clone_and_normalize_arguments(args)
|
24
24
|
headers = args.delete('headers') || {}
|
@@ -13,11 +13,11 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Updates the cluster voting
|
16
|
+
# Updates the cluster voting configuration by excluding certain node IDs or names.
|
17
17
|
#
|
18
|
-
# @option args [Enumerable<String>, String] :node_ids A comma-separated list of
|
19
|
-
# @option args [Enumerable<String>, String] :node_names A comma-separated list of
|
20
|
-
# @option args [String] :timeout When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.
|
18
|
+
# @option args [Enumerable<String>, String] :node_ids A comma-separated list of node IDs to exclude from the voting configuration. When using this setting, you cannot also specify `node_names`.
|
19
|
+
# @option args [Enumerable<String>, String] :node_names A comma-separated list of node names to exclude from the voting configuration. When using this setting, you cannot also specify `node_ids`.
|
20
|
+
# @option args [String] :timeout When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning a response. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.
|
21
21
|
def post_voting_config_exclusions(args = {})
|
22
22
|
args = Utils.clone_and_normalize_arguments(args)
|
23
23
|
headers = args.delete('headers') || {}
|
@@ -15,12 +15,12 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Creates or updates a component template.
|
17
17
|
#
|
18
|
-
# @option args [String] :name *Required*
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [Boolean] :create
|
21
|
-
# @option args [String] :master_timeout DEPRECATED
|
22
|
-
# @option args [String] :timeout
|
23
|
-
# @option args [Hash] :body *Required* The template definition
|
18
|
+
# @option args [String] :name *Required* The name of the component template to create. OpenSearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`; `synthetics-mapping`; `synthetics-settings`. OpenSearch uses these templates to configure backing indexes for its data streams. If you want to overwrite one of these templates, set the replacement template `version` to a higher value than the current version. If you want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the Cluster Update Settings API.
|
19
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
20
|
+
# @option args [Boolean] :create When `true`, this request cannot replace or update existing component templates.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
23
|
+
# @option args [Hash] :body *Required* The template definition.
|
24
24
|
def put_component_template(args = {})
|
25
25
|
args = Utils.clone_and_normalize_arguments(args)
|
26
26
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
@@ -13,10 +13,10 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Decommissions
|
16
|
+
# Decommissions a cluster zone based on awareness. This can greatly benefit multi-zone deployments, where awareness attributes can aid in applying new upgrades to a cluster in a controlled fashion.
|
17
17
|
#
|
18
|
-
# @option args [String] :awareness_attribute_name *Required*
|
19
|
-
# @option args [String] :awareness_attribute_value *Required*
|
18
|
+
# @option args [String] :awareness_attribute_name *Required* The name of the awareness attribute.
|
19
|
+
# @option args [String] :awareness_attribute_value *Required* The value of the awareness attribute.
|
20
20
|
def put_decommission_awareness(args = {})
|
21
21
|
args = Utils.clone_and_normalize_arguments(args)
|
22
22
|
raise ArgumentError, "Required argument 'awareness_attribute_name' missing" if args['awareness_attribute_name'].nil?
|
@@ -15,11 +15,11 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Updates the cluster settings.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [Boolean] :flat_settings
|
20
|
-
# @option args [String] :master_timeout DEPRECATED
|
21
|
-
# @option args [String] :timeout
|
22
|
-
# @option args [Hash] :body *Required* The settings to
|
18
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
19
|
+
# @option args [Boolean] :flat_settings Returns settings in a flat format.
|
20
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
21
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
|
+
# @option args [Hash] :body *Required* The cluster settings to update.
|
23
23
|
def put_settings(args = {})
|
24
24
|
args = Utils.clone_and_normalize_arguments(args)
|
25
25
|
raise ArgumentError, "Required argument 'body' missing" if args['body'].nil?
|
@@ -15,7 +15,7 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Updates weighted shard routing weights.
|
17
17
|
#
|
18
|
-
# @option args [String] :attribute *Required*
|
18
|
+
# @option args [String] :attribute *Required* The name of the awareness attribute.
|
19
19
|
# @option args [Hash] :body
|
20
20
|
def put_weighted_routing(args = {})
|
21
21
|
args = Utils.clone_and_normalize_arguments(args)
|