Skip to content

Commit c058205

Browse files
elasticmachinepicandocodigo
authored andcommitted
Updates API report 2024-06-25|17:22:46
1 parent fca0e8a commit c058205

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

apis_report.md

+28-22
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Endpoints that are currently being tested are marked as done and link to the test where they're being used.
44

5-
* [Endpoints in Stack (elasticsearch-specification)](#stack): 500
6-
* [Endpoints in Serverless](#serverless): 235
5+
* [Endpoints in Stack (elasticsearch-specification)](#stack): 503
6+
* [Endpoints in Serverless](#serverless): 238
77
* [Endpoints in Stack JSON spec](#endpoints-in-stack-json-spec): 499
8-
* Elasticsearch Stack - **Tested**: 196 | **Untested**: 304 ![](https://geps.dev/progress/39)
9-
* Elasticsearch Serverless - **Tested** 196 | **Untested**: 39 ![](https://geps.dev/progress/83)
8+
* Elasticsearch Stack - **Tested**: 202 | **Untested**: 301 ![](https://geps.dev/progress/40)
9+
* Elasticsearch Serverless - **Tested** 199 | **Untested**: 39 ![](https://geps.dev/progress/83)
1010
* [APIs in JSON spec and not in elasticsearch-specification](#apis-in-json-spec-and-not-elasticsearch-specification)
1111

1212
## Endpoints in elasticsearch-specification
@@ -65,11 +65,11 @@ Endpoints that are currently being tested are marked as done and link to the tes
6565
- [x] <span title='tested'> [delete](./tests/delete/10_basic.yml#L16)</span>
6666
- [x] <span title='tested'> [delete_by_query](./tests/delete_by_query/10_basic.yml#L23)</span>
6767
- [x] <span title='tested'> [delete_script](./tests/script/10_basic.yml#L33)</span>
68-
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L44)</span>
68+
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L49)</span>
6969
- [x] <span title='tested'> [enrich.execute_policy](./tests/enrich/10_basic.yml#L34)</span>
7070
- [x] <span title='tested'> [enrich.get_policy](./tests/enrich/10_basic.yml#L39)</span>
7171
- [x] <span title='tested'> [enrich.put_policy](./tests/enrich/10_basic.yml#L24)</span>
72-
- [ ] <span title='not tested'> enrich.stats</span>
72+
- [x] <span title='tested'> [enrich.stats](./tests/enrich/10_basic.yml#L44)</span>
7373
- [x] <span title='tested'> [eql.delete](./tests/eql/10_basic.yml#L122)</span>
7474
- [x] <span title='tested'> [eql.get](./tests/eql/10_basic.yml#L114)</span>
7575
- [x] <span title='tested'> [eql.get_status](./tests/eql/10_basic.yml#L109)</span>
@@ -91,7 +91,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
9191
- [x] <span title='tested'> [indices.data_streams_stats](./tests/indices/data_streams.yml#L36)</span>
9292
- [x] <span title='tested'> [indices.delete](./tests/async_search/10_basic.yml#L29)</span>
9393
- [x] <span title='tested'> [indices.delete_alias](./tests/indices/alias.yml#L49)</span>
94-
- [ ] <span title='not tested'> indices.delete_data_lifecycle</span>
94+
- [x] <span title='tested'> [indices.delete_data_lifecycle](./tests/indices/data_lifecycle.yml#L30)</span>
9595
- [x] <span title='tested'> [indices.delete_data_stream](./tests/indices/data_streams.yml#L40)</span>
9696
- [x] <span title='tested'> [indices.delete_index_template](./tests/indices/data_streams.yml#L21)</span>
9797
- [x] <span title='tested'> [indices.exists](./tests/indices/exists.yml#L18)</span>
@@ -112,7 +112,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
112112
- [x] <span title='tested'> [indices.put_index_template](./tests/indices/data_streams.yml#L8)</span>
113113
- [x] <span title='tested'> [indices.put_mapping](./tests/indices/mapping.yml#L18)</span>
114114
- [x] <span title='tested'> [indices.put_settings](./tests/indices/settings.yml#L27)</span>
115-
- [ ] <span title='not tested'> indices.put_template</span>
115+
- [x] <span title='tested'> [indices.put_template](./tests/indices/template.yml#L8)</span>
116116
- [x] <span title='tested'> [indices.refresh](./tests/graph/explore.yml#L24)</span>
117117
- [x] <span title='tested'> [indices.resolve_index](./tests/indices/resolve.yml#L22)</span>
118118
- [x] <span title='tested'> [indices.rollover](./tests/indices/rollover.yml#L40)</span>
@@ -193,6 +193,9 @@ Endpoints that are currently being tested are marked as done and link to the tes
193193
- [x] <span title='tested'> [open_point_in_time](./tests/point_in_time/10_basic.yml#L16)</span>
194194
- [x] <span title='tested'> [ping](./tests/ping/ping.yml#L8)</span>
195195
- [x] <span title='tested'> [put_script](./tests/msearch_template.yml#L10)</span>
196+
- [ ] <span title='not tested'> query_rule.delete</span>
197+
- [ ] <span title='not tested'> query_rule.get</span>
198+
- [ ] <span title='not tested'> query_rule.put</span>
196199
- [x] <span title='tested'> [query_ruleset.delete](./tests/query_ruleset/10_basic.yml#L36)</span>
197200
- [x] <span title='tested'> [query_ruleset.get](./tests/query_ruleset/10_basic.yml#L29)</span>
198201
- [x] <span title='tested'> [query_ruleset.list](./tests/query_ruleset/10_basic.yml#L33)</span>
@@ -266,7 +269,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
266269
- [x] <span title='tested'> [cat.component_templates](./tests/cat/component_templates.yml#L6)</span>
267270
- [x] <span title='tested'> [cat.count](./tests/cat/count.yml#L17)</span>
268271
- [ ] <span title='not tested'> cat.fielddata</span>
269-
- [ ] <span title='not tested'> cat.health</span>
272+
- [x] <span title='tested'> [cat.health](./tests/cat/health.yml#L8)</span>
270273
- [x] <span title='tested'> [cat.help](./tests/cat/help.yml#L6)</span>
271274
- [x] <span title='tested'> [cat.indices](./tests/cat/indices.yml#L17)</span>
272275
- [ ] <span title='not tested'> cat.master</span>
@@ -355,11 +358,11 @@ Endpoints that are currently being tested are marked as done and link to the tes
355358
- [x] <span title='tested'> [delete_by_query](./tests/delete_by_query/10_basic.yml#L23)</span>
356359
- [ ] <span title='not tested'> delete_by_query_rethrottle</span>
357360
- [x] <span title='tested'> [delete_script](./tests/script/10_basic.yml#L33)</span>
358-
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L44)</span>
361+
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L49)</span>
359362
- [x] <span title='tested'> [enrich.execute_policy](./tests/enrich/10_basic.yml#L34)</span>
360363
- [x] <span title='tested'> [enrich.get_policy](./tests/enrich/10_basic.yml#L39)</span>
361364
- [x] <span title='tested'> [enrich.put_policy](./tests/enrich/10_basic.yml#L24)</span>
362-
- [ ] <span title='not tested'> enrich.stats</span>
365+
- [x] <span title='tested'> [enrich.stats](./tests/enrich/10_basic.yml#L44)</span>
363366
- [x] <span title='tested'> [eql.delete](./tests/eql/10_basic.yml#L122)</span>
364367
- [x] <span title='tested'> [eql.get](./tests/eql/10_basic.yml#L114)</span>
365368
- [x] <span title='tested'> [eql.get_status](./tests/eql/10_basic.yml#L109)</span>
@@ -405,10 +408,10 @@ Endpoints that are currently being tested are marked as done and link to the tes
405408
- [x] <span title='tested'> [indices.data_streams_stats](./tests/indices/data_streams.yml#L36)</span>
406409
- [x] <span title='tested'> [indices.delete](./tests/async_search/10_basic.yml#L29)</span>
407410
- [x] <span title='tested'> [indices.delete_alias](./tests/indices/alias.yml#L49)</span>
408-
- [ ] <span title='not tested'> indices.delete_data_lifecycle</span>
411+
- [x] <span title='tested'> [indices.delete_data_lifecycle](./tests/indices/data_lifecycle.yml#L30)</span>
409412
- [x] <span title='tested'> [indices.delete_data_stream](./tests/indices/data_streams.yml#L40)</span>
410413
- [x] <span title='tested'> [indices.delete_index_template](./tests/indices/data_streams.yml#L21)</span>
411-
- [ ] <span title='not tested'> indices.delete_template</span>
414+
- [x] <span title='tested'> [indices.delete_template](./tests/indices/template.yml#L29)</span>
412415
- [ ] <span title='not tested'> indices.disk_usage</span>
413416
- [ ] <span title='not tested'> indices.downsample</span>
414417
- [x] <span title='tested'> [indices.exists](./tests/indices/exists.yml#L18)</span>
@@ -427,7 +430,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
427430
- [x] <span title='tested'> [indices.get_index_template](./tests/indices/index_template.yml#L24)</span>
428431
- [x] <span title='tested'> [indices.get_mapping](./tests/indices/mapping.yml#L32)</span>
429432
- [x] <span title='tested'> [indices.get_settings](./tests/indices/settings.yml#L21)</span>
430-
- [ ] <span title='not tested'> indices.get_template</span>
433+
- [x] <span title='tested'> [indices.get_template](./tests/indices/template.yml#L21)</span>
431434
- [x] <span title='tested'> [indices.migrate_to_data_stream](./tests/indices/migrate_modify_data_stream.yml#L39)</span>
432435
- [x] <span title='tested'> [indices.modify_data_stream](./tests/indices/migrate_modify_data_stream.yml#L43)</span>
433436
- [ ] <span title='not tested'> indices.open</span>
@@ -437,7 +440,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
437440
- [x] <span title='tested'> [indices.put_index_template](./tests/indices/data_streams.yml#L8)</span>
438441
- [x] <span title='tested'> [indices.put_mapping](./tests/indices/mapping.yml#L18)</span>
439442
- [x] <span title='tested'> [indices.put_settings](./tests/indices/settings.yml#L27)</span>
440-
- [ ] <span title='not tested'> indices.put_template</span>
443+
- [x] <span title='tested'> [indices.put_template](./tests/indices/template.yml#L8)</span>
441444
- [ ] <span title='not tested'> indices.recovery</span>
442445
- [x] <span title='tested'> [indices.refresh](./tests/graph/explore.yml#L24)</span>
443446
- [ ] <span title='not tested'> indices.reload_search_analyzers</span>
@@ -565,6 +568,9 @@ Endpoints that are currently being tested are marked as done and link to the tes
565568
- [x] <span title='tested'> [open_point_in_time](./tests/point_in_time/10_basic.yml#L16)</span>
566569
- [x] <span title='tested'> [ping](./tests/ping/ping.yml#L8)</span>
567570
- [x] <span title='tested'> [put_script](./tests/msearch_template.yml#L10)</span>
571+
- [ ] <span title='not tested'> query_rule.delete</span>
572+
- [ ] <span title='not tested'> query_rule.get</span>
573+
- [ ] <span title='not tested'> query_rule.put</span>
568574
- [x] <span title='tested'> [query_ruleset.delete](./tests/query_ruleset/10_basic.yml#L36)</span>
569575
- [x] <span title='tested'> [query_ruleset.get](./tests/query_ruleset/10_basic.yml#L29)</span>
570576
- [x] <span title='tested'> [query_ruleset.list](./tests/query_ruleset/10_basic.yml#L33)</span>
@@ -755,7 +761,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
755761
- [x] <span title='tested'> [cat.component_templates](./tests/cat/component_templates.yml#L6)</span>
756762
- [x] <span title='tested'> [cat.count](./tests/cat/count.yml#L17)</span>
757763
- [ ] <span title='not tested'> cat.fielddata</span>
758-
- [ ] <span title='not tested'> cat.health</span>
764+
- [x] <span title='tested'> [cat.health](./tests/cat/health.yml#L8)</span>
759765
- [x] <span title='tested'> [cat.help](./tests/cat/help.yml#L6)</span>
760766
- [x] <span title='tested'> [cat.indices](./tests/cat/indices.yml#L17)</span>
761767
- [ ] <span title='not tested'> cat.master</span>
@@ -848,11 +854,11 @@ Endpoints that are currently being tested are marked as done and link to the tes
848854
- [x] <span title='tested'> [delete_by_query](./tests/delete_by_query/10_basic.yml#L23)</span>
849855
- [ ] <span title='not tested'> delete_by_query_rethrottle</span>
850856
- [x] <span title='tested'> [delete_script](./tests/script/10_basic.yml#L33)</span>
851-
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L44)</span>
857+
- [x] <span title='tested'> [enrich.delete_policy](./tests/enrich/10_basic.yml#L49)</span>
852858
- [x] <span title='tested'> [enrich.execute_policy](./tests/enrich/10_basic.yml#L34)</span>
853859
- [x] <span title='tested'> [enrich.get_policy](./tests/enrich/10_basic.yml#L39)</span>
854860
- [x] <span title='tested'> [enrich.put_policy](./tests/enrich/10_basic.yml#L24)</span>
855-
- [ ] <span title='not tested'> enrich.stats</span>
861+
- [x] <span title='tested'> [enrich.stats](./tests/enrich/10_basic.yml#L44)</span>
856862
- [x] <span title='tested'> [eql.delete](./tests/eql/10_basic.yml#L122)</span>
857863
- [x] <span title='tested'> [eql.get](./tests/eql/10_basic.yml#L114)</span>
858864
- [x] <span title='tested'> [eql.get_status](./tests/eql/10_basic.yml#L109)</span>
@@ -901,10 +907,10 @@ Endpoints that are currently being tested are marked as done and link to the tes
901907
- [x] <span title='tested'> [indices.data_streams_stats](./tests/indices/data_streams.yml#L36)</span>
902908
- [x] <span title='tested'> [indices.delete](./tests/async_search/10_basic.yml#L29)</span>
903909
- [x] <span title='tested'> [indices.delete_alias](./tests/indices/alias.yml#L49)</span>
904-
- [ ] <span title='not tested'> indices.delete_data_lifecycle</span>
910+
- [x] <span title='tested'> [indices.delete_data_lifecycle](./tests/indices/data_lifecycle.yml#L30)</span>
905911
- [x] <span title='tested'> [indices.delete_data_stream](./tests/indices/data_streams.yml#L40)</span>
906912
- [x] <span title='tested'> [indices.delete_index_template](./tests/indices/data_streams.yml#L21)</span>
907-
- [ ] <span title='not tested'> indices.delete_template</span>
913+
- [x] <span title='tested'> [indices.delete_template](./tests/indices/template.yml#L29)</span>
908914
- [ ] <span title='not tested'> indices.disk_usage</span>
909915
- [ ] <span title='not tested'> indices.downsample</span>
910916
- [x] <span title='tested'> [indices.exists](./tests/indices/exists.yml#L18)</span>
@@ -923,7 +929,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
923929
- [x] <span title='tested'> [indices.get_index_template](./tests/indices/index_template.yml#L24)</span>
924930
- [x] <span title='tested'> [indices.get_mapping](./tests/indices/mapping.yml#L32)</span>
925931
- [x] <span title='tested'> [indices.get_settings](./tests/indices/settings.yml#L21)</span>
926-
- [ ] <span title='not tested'> indices.get_template</span>
932+
- [x] <span title='tested'> [indices.get_template](./tests/indices/template.yml#L21)</span>
927933
- [x] <span title='tested'> [indices.migrate_to_data_stream](./tests/indices/migrate_modify_data_stream.yml#L39)</span>
928934
- [x] <span title='tested'> [indices.modify_data_stream](./tests/indices/migrate_modify_data_stream.yml#L43)</span>
929935
- [ ] <span title='not tested'> indices.open</span>
@@ -933,7 +939,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
933939
- [x] <span title='tested'> [indices.put_index_template](./tests/indices/data_streams.yml#L8)</span>
934940
- [x] <span title='tested'> [indices.put_mapping](./tests/indices/mapping.yml#L18)</span>
935941
- [x] <span title='tested'> [indices.put_settings](./tests/indices/settings.yml#L27)</span>
936-
- [ ] <span title='not tested'> indices.put_template</span>
942+
- [x] <span title='tested'> [indices.put_template](./tests/indices/template.yml#L8)</span>
937943
- [ ] <span title='not tested'> indices.recovery</span>
938944
- [x] <span title='tested'> [indices.refresh](./tests/graph/explore.yml#L24)</span>
939945
- [ ] <span title='not tested'> indices.reload_search_analyzers</span>

0 commit comments

Comments
 (0)