elasticsearch-serverless 0.0.9.20231031.pre → 0.1.0.20231031.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +56 -0
  3. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +56 -0
  4. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +55 -0
  5. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +55 -0
  6. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +59 -0
  7. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +60 -0
  8. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +69 -0
  9. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +53 -0
  10. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +51 -0
  11. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +57 -0
  12. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +61 -0
  13. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +65 -0
  14. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +54 -0
  15. data/lib/elasticsearch-serverless/api/indices/rollover.rb +66 -0
  16. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +57 -0
  17. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +59 -0
  18. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +57 -0
  19. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +53 -0
  20. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +57 -0
  21. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +57 -0
  22. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +55 -0
  23. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +54 -0
  24. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +53 -0
  25. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +56 -0
  26. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +54 -0
  27. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +57 -0
  28. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +51 -0
  29. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +51 -0
  30. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +59 -0
  31. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +58 -0
  32. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +63 -0
  33. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +59 -0
  34. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +59 -0
  35. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +56 -0
  36. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +57 -0
  37. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +57 -0
  38. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +56 -0
  39. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +57 -0
  40. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +66 -0
  41. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +62 -0
  42. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +58 -0
  43. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +55 -0
  44. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +55 -0
  45. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +61 -0
  46. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +63 -0
  47. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +54 -0
  48. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +57 -0
  49. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +55 -0
  50. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +59 -0
  51. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +55 -0
  52. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +55 -0
  53. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +56 -0
  54. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +58 -0
  55. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +59 -0
  56. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +55 -0
  57. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +55 -0
  58. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +54 -0
  59. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +57 -0
  60. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +61 -0
  61. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +56 -0
  62. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +57 -0
  63. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +55 -0
  64. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +55 -0
  65. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +59 -0
  66. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +55 -0
  67. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +55 -0
  68. data/lib/elasticsearch-serverless/api/rank_eval.rb +60 -0
  69. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +0 -4
  70. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +0 -4
  71. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +0 -4
  72. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +0 -4
  73. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +0 -4
  74. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +0 -4
  75. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +0 -4
  76. data/lib/elasticsearch-serverless/api.rb +3 -3
  77. data/lib/elasticsearch-serverless/version.rb +1 -1
  78. metadata +72 -5
@@ -0,0 +1,65 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module Indices
24
+ module Actions
25
+ # Updates the index settings.
26
+ #
27
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
28
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting +foo*,bar*+ returns an error if an index starts with +foo+ but no index starts with +bar+.
29
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Server default: open.
30
+ # @option arguments [Boolean] :flat_settings If +true+, returns settings in flat format.
31
+ # @option arguments [Boolean] :ignore_unavailable If +true+, returns settings in flat format.
32
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
33
+ # @option arguments [Boolean] :preserve_existing If +true+, existing index settings remain unchanged.
34
+ # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
35
+ # @option arguments [Hash] :headers Custom HTTP headers
36
+ # @option arguments [Hash] :body settings
37
+ #
38
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-update-settings.html
39
+ #
40
+ def put_settings(arguments = {})
41
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
42
+
43
+ arguments = arguments.clone
44
+ headers = arguments.delete(:headers) || {}
45
+
46
+ body = arguments.delete(:body)
47
+
48
+ _index = arguments.delete(:index)
49
+
50
+ method = ElasticsearchServerless::API::HTTP_PUT
51
+ path = if _index
52
+ "#{Utils.listify(_index)}/_settings"
53
+ else
54
+ "_settings"
55
+ end
56
+ params = Utils.process_params(arguments)
57
+
58
+ ElasticsearchServerless::API::Response.new(
59
+ perform_request(method, path, params, body, headers)
60
+ )
61
+ end
62
+ end
63
+ end
64
+ end
65
+ end
@@ -0,0 +1,54 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module Indices
24
+ module Actions
25
+ # Returns information about any matching indices, aliases, and data streams
26
+ #
27
+ # @option arguments [String, Array<String>] :name Comma-separated name(s) or index pattern(s) of the indices, aliases, and data streams to resolve. Resources on remote clusters can be specified using the +<cluster>+:+<name>+ syntax. (*Required*)
28
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html
32
+ #
33
+ def resolve_index(arguments = {})
34
+ raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
35
+
36
+ arguments = arguments.clone
37
+ headers = arguments.delete(:headers) || {}
38
+
39
+ body = nil
40
+
41
+ _name = arguments.delete(:name)
42
+
43
+ method = ElasticsearchServerless::API::HTTP_GET
44
+ path = "_resolve/index/#{Utils.listify(_name)}"
45
+ params = Utils.process_params(arguments)
46
+
47
+ ElasticsearchServerless::API::Response.new(
48
+ perform_request(method, path, params, body, headers)
49
+ )
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end
@@ -0,0 +1,66 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module Indices
24
+ module Actions
25
+ # Updates an alias to point to a new index when the existing index
26
+ # is considered to be too large or too old.
27
+ #
28
+ # @option arguments [String] :alias Name of the data stream or index alias to roll over. (*Required*)
29
+ # @option arguments [String] :new_index Name of the index to create. Supports date math. Data streams do not support this parameter.
30
+ # @option arguments [Boolean] :dry_run If +true+, checks whether the current index satisfies the specified conditions but does not perform a rollover.
31
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
32
+ # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
33
+ # @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation. Set to all or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
34
+ # @option arguments [Hash] :headers Custom HTTP headers
35
+ # @option arguments [Hash] :body request body
36
+ #
37
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-rollover-index.html
38
+ #
39
+ def rollover(arguments = {})
40
+ raise ArgumentError, "Required argument 'alias' missing" unless arguments[:alias]
41
+
42
+ arguments = arguments.clone
43
+ headers = arguments.delete(:headers) || {}
44
+
45
+ body = arguments.delete(:body)
46
+
47
+ _alias = arguments.delete(:alias)
48
+
49
+ _new_index = arguments.delete(:new_index)
50
+
51
+ method = ElasticsearchServerless::API::HTTP_POST
52
+ path = if _alias && _new_index
53
+ "#{Utils.listify(_alias)}/_rollover/#{Utils.listify(_new_index)}"
54
+ else
55
+ "#{Utils.listify(_alias)}/_rollover"
56
+ end
57
+ params = Utils.process_params(arguments)
58
+
59
+ ElasticsearchServerless::API::Response.new(
60
+ perform_request(method, path, params, body, headers)
61
+ )
62
+ end
63
+ end
64
+ end
65
+ end
66
+ end
@@ -0,0 +1,57 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module Indices
24
+ module Actions
25
+ # Simulate matching the given index name against the index templates in the system
26
+ #
27
+ # @option arguments [String] :name Index or template name to simulate (*Required*)
28
+ # @option arguments [Boolean] :create If +true+, the template passed in the body is only used if no existing templates match the same index patterns. If +false+, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.
29
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
+ # @option arguments [Boolean] :include_defaults If true, returns all relevant default configurations for the index template.
31
+ # @option arguments [Hash] :headers Custom HTTP headers
32
+ # @option arguments [Hash] :body request body
33
+ #
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index.html
35
+ #
36
+ def simulate_index_template(arguments = {})
37
+ raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
38
+
39
+ arguments = arguments.clone
40
+ headers = arguments.delete(:headers) || {}
41
+
42
+ body = arguments.delete(:body)
43
+
44
+ _name = arguments.delete(:name)
45
+
46
+ method = ElasticsearchServerless::API::HTTP_POST
47
+ path = "_index_template/_simulate_index/#{Utils.listify(_name)}"
48
+ params = Utils.process_params(arguments)
49
+
50
+ ElasticsearchServerless::API::Response.new(
51
+ perform_request(method, path, params, body, headers)
52
+ )
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,59 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module Indices
24
+ module Actions
25
+ # Simulate resolving the given template name or body
26
+ #
27
+ # @option arguments [String] :name Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit this parameter and specify the template configuration in the request body.
28
+ # @option arguments [Boolean] :create If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.
29
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
+ # @option arguments [Boolean] :include_defaults If true, returns all relevant default configurations for the index template.
31
+ # @option arguments [Hash] :headers Custom HTTP headers
32
+ # @option arguments [Hash] :body template
33
+ #
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html
35
+ #
36
+ def simulate_template(arguments = {})
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = arguments.delete(:body)
41
+
42
+ _name = arguments.delete(:name)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_POST
45
+ path = if _name
46
+ "_index_template/_simulate/#{Utils.listify(_name)}"
47
+ else
48
+ "_index_template/_simulate"
49
+ end
50
+ params = Utils.process_params(arguments)
51
+
52
+ ElasticsearchServerless::API::Response.new(
53
+ perform_request(method, path, params, body, headers)
54
+ )
55
+ end
56
+ end
57
+ end
58
+ end
59
+ end
@@ -0,0 +1,57 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Closes one or more anomaly detection jobs. A job can be opened and closed multiple times throughout its lifecycle.
26
+ #
27
+ # @option arguments [String] :job_id Identifier for the anomaly detection job. It can be a job identifier, a group name, or a wildcard expression. You can close multiple anomaly detection jobs in a single API request by using a group name, a comma-separated list of jobs, or a wildcard expression. You can close all jobs by using +_all+ or by specifying +*+ as the job identifier. (*Required*)
28
+ # @option arguments [Boolean] :allow_no_match Specifies what to do when the request: contains wildcard expressions and there are no jobs that match; contains the +_all+ string or no identifiers and there are no matches; or contains wildcard expressions and there are only partial matches. By default, it returns an empty jobs array when there are no matches and the subset of results when there are partial matches. If +false+, the request returns a 404 status code when there are no matches or only partial matches. Server default: true.
29
+ # @option arguments [Boolean] :force Use to close a failed job, or to forcefully close a job which has not responded to its initial close request; the request returns without performing the associated actions such as flushing buffers and persisting the model snapshots. If you want the job to be in a consistent state after the close job API returns, do not set to +true+. This parameter should be used only in situations where the job has already failed or where you are not interested in results the job might have recently produced or might produce in the future.
30
+ # @option arguments [Time] :timeout Controls the time to wait until a job has closed. Server default: 30m.
31
+ # @option arguments [Hash] :headers Custom HTTP headers
32
+ # @option arguments [Hash] :body request body
33
+ #
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-close-job.html
35
+ #
36
+ def close_job(arguments = {})
37
+ raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
38
+
39
+ arguments = arguments.clone
40
+ headers = arguments.delete(:headers) || {}
41
+
42
+ body = arguments.delete(:body)
43
+
44
+ _job_id = arguments.delete(:job_id)
45
+
46
+ method = ElasticsearchServerless::API::HTTP_POST
47
+ path = "_ml/anomaly_detectors/#{Utils.listify(_job_id)}/_close"
48
+ params = Utils.process_params(arguments)
49
+
50
+ ElasticsearchServerless::API::Response.new(
51
+ perform_request(method, path, params, body, headers)
52
+ )
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,53 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Deletes a calendar.
26
+ #
27
+ # @option arguments [String] :calendar_id A string that uniquely identifies a calendar. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ #
30
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-calendar.html
31
+ #
32
+ def delete_calendar(arguments = {})
33
+ raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
34
+
35
+ arguments = arguments.clone
36
+ headers = arguments.delete(:headers) || {}
37
+
38
+ body = nil
39
+
40
+ _calendar_id = arguments.delete(:calendar_id)
41
+
42
+ method = ElasticsearchServerless::API::HTTP_DELETE
43
+ path = "_ml/calendars/#{Utils.listify(_calendar_id)}"
44
+ params = {}
45
+
46
+ ElasticsearchServerless::API::Response.new(
47
+ perform_request(method, path, params, body, headers)
48
+ )
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
@@ -0,0 +1,57 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Deletes scheduled events from a calendar.
26
+ #
27
+ # @option arguments [String] :calendar_id A string that uniquely identifies a calendar. (*Required*)
28
+ # @option arguments [String] :event_id Identifier for the scheduled event. You can obtain this identifier by using the get calendar events API. (*Required*)
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-calendar-event.html
32
+ #
33
+ def delete_calendar_event(arguments = {})
34
+ raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
35
+ raise ArgumentError, "Required argument 'event_id' missing" unless arguments[:event_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = nil
41
+
42
+ _calendar_id = arguments.delete(:calendar_id)
43
+
44
+ _event_id = arguments.delete(:event_id)
45
+
46
+ method = ElasticsearchServerless::API::HTTP_DELETE
47
+ path = "_ml/calendars/#{Utils.listify(_calendar_id)}/events/#{Utils.listify(_event_id)}"
48
+ params = {}
49
+
50
+ ElasticsearchServerless::API::Response.new(
51
+ perform_request(method, path, params, body, headers)
52
+ )
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,57 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Deletes anomaly detection jobs from a calendar.
26
+ #
27
+ # @option arguments [String] :calendar_id A string that uniquely identifies a calendar. (*Required*)
28
+ # @option arguments [String, Array] :job_id An identifier for the anomaly detection jobs. It can be a job identifier, a group name, or a comma-separated list of jobs or groups. (*Required*)
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-calendar-job.html
32
+ #
33
+ def delete_calendar_job(arguments = {})
34
+ raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
35
+ raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = nil
41
+
42
+ _calendar_id = arguments.delete(:calendar_id)
43
+
44
+ _job_id = arguments.delete(:job_id)
45
+
46
+ method = ElasticsearchServerless::API::HTTP_DELETE
47
+ path = "_ml/calendars/#{Utils.listify(_calendar_id)}/jobs/#{Utils.listify(_job_id)}"
48
+ params = {}
49
+
50
+ ElasticsearchServerless::API::Response.new(
51
+ perform_request(method, path, params, body, headers)
52
+ )
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,55 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Deletes an existing data frame analytics job.
26
+ #
27
+ # @option arguments [String] :id Identifier for the data frame analytics job. (*Required*)
28
+ # @option arguments [Boolean] :force If +true+, it deletes a job that is not stopped; this method is quicker than stopping and deleting the job.
29
+ # @option arguments [Time] :timeout The time to wait for the job to be deleted. Server default: 1m.
30
+ # @option arguments [Hash] :headers Custom HTTP headers
31
+ #
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html
33
+ #
34
+ def delete_data_frame_analytics(arguments = {})
35
+ raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = nil
41
+
42
+ _id = arguments.delete(:id)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_DELETE
45
+ path = "_ml/data_frame/analytics/#{Utils.listify(_id)}"
46
+ params = Utils.process_params(arguments)
47
+
48
+ ElasticsearchServerless::API::Response.new(
49
+ perform_request(method, path, params, body, headers)
50
+ )
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,54 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Deletes an existing datafeed.
26
+ #
27
+ # @option arguments [String] :datafeed_id A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. (*Required*)
28
+ # @option arguments [Boolean] :force Use to forcefully delete a started datafeed; this method is quicker than stopping and deleting the datafeed.
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html
32
+ #
33
+ def delete_datafeed(arguments = {})
34
+ raise ArgumentError, "Required argument 'datafeed_id' missing" unless arguments[:datafeed_id]
35
+
36
+ arguments = arguments.clone
37
+ headers = arguments.delete(:headers) || {}
38
+
39
+ body = nil
40
+
41
+ _datafeed_id = arguments.delete(:datafeed_id)
42
+
43
+ method = ElasticsearchServerless::API::HTTP_DELETE
44
+ path = "_ml/datafeeds/#{Utils.listify(_datafeed_id)}"
45
+ params = Utils.process_params(arguments)
46
+
47
+ ElasticsearchServerless::API::Response.new(
48
+ perform_request(method, path, params, body, headers)
49
+ )
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end