Skip to content

Commit e19858f

Browse files
elasticmachinepicandocodigo
authored andcommitted
Updates API report 2024-06-20|17:47:37
1 parent 5b01cb8 commit e19858f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

apis_report.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Endpoints that are currently being tested are marked as done and link to the test where they're being used.
44

55
* [Endpoints in stack JSON spec](#endpoints-in-stack-json-spec): 499
6-
* [Endpoints in elasticsearch-specification](#stack): 482
6+
* [Endpoints in elasticsearch-specification](#stack): 500
77
* [Endpoints in Serverless](#serverless): 235
88
* [Tested](#tested): 196
99
* [Untested](#untested): 303
@@ -214,7 +214,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
214214
- [ ] <span title='not tested'> indices.segments</span>
215215
- [ ] <span title='not tested'> indices.shard_stores</span>
216216
- [ ] <span title='not tested'> indices.shrink</span>
217-
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template.yml#L37)</span>
217+
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template_serverless.yml#L37)</span>
218218
- [x] <span title='tested'> [indices.simulate_template](./tests/indices/simulate_index_template.yml#L38)</span>
219219
- [ ] <span title='not tested'> indices.split</span>
220220
- [ ] <span title='not tested'> indices.stats</span>
@@ -225,7 +225,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
225225
- [ ] <span title='not tested'> inference.get_model</span>
226226
- [ ] <span title='not tested'> inference.inference</span>
227227
- [ ] <span title='not tested'> inference.put_model</span>
228-
- [x] <span title='tested'> [info](./tests/info.yml#L8)</span>
228+
- [x] <span title='tested'> [info](./tests/info_serverless.yml#L8)</span>
229229
- [x] <span title='tested'> [ingest.delete_pipeline](./tests/ingest/10_basic.yml#L29)</span>
230230
- [ ] <span title='not tested'> ingest.geo_ip_stats</span>
231231
- [x] <span title='tested'> [ingest.get_pipeline](./tests/ingest/10_basic.yml#L16)</span>
@@ -620,15 +620,15 @@ Endpoints that are currently being tested are marked as done and link to the tes
620620
- [x] <span title='tested'> [indices.refresh](./tests/graph/explore.yml#L24)</span>
621621
- [x] <span title='tested'> [indices.resolve_index](./tests/indices/resolve.yml#L22)</span>
622622
- [x] <span title='tested'> [indices.rollover](./tests/indices/rollover.yml#L40)</span>
623-
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template.yml#L37)</span>
623+
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template_serverless.yml#L37)</span>
624624
- [x] <span title='tested'> [indices.simulate_template](./tests/indices/simulate_index_template.yml#L38)</span>
625625
- [x] <span title='tested'> [indices.update_aliases](./tests/indices/alias.yml#L41)</span>
626626
- [x] <span title='tested'> [indices.validate_query](./tests/validate_query/10_basic.yml#L16)</span>
627627
- [ ] <span title='not tested'> inference.delete</span>
628628
- [ ] <span title='not tested'> inference.get</span>
629629
- [ ] <span title='not tested'> inference.inference</span>
630630
- [ ] <span title='not tested'> inference.put</span>
631-
- [x] <span title='tested'> [info](./tests/info.yml#L8)</span>
631+
- [x] <span title='tested'> [info](./tests/info_serverless.yml#L8)</span>
632632
- [x] <span title='tested'> [ingest.delete_pipeline](./tests/ingest/10_basic.yml#L29)</span>
633633
- [x] <span title='tested'> [ingest.get_pipeline](./tests/ingest/10_basic.yml#L16)</span>
634634
- [x] <span title='tested'> [ingest.processor_grok](./tests/ingest/10_basic.yml#L32)</span>
@@ -830,10 +830,13 @@ Endpoints that are currently being tested are marked as done and link to the tes
830830
- [ ] <span title='not tested'> connector.post</span>
831831
- [ ] <span title='not tested'> connector.put</span>
832832
- [ ] <span title='not tested'> connector.sync_job_cancel</span>
833+
- [ ] <span title='not tested'> connector.sync_job_check_in</span>
833834
- [ ] <span title='not tested'> connector.sync_job_delete</span>
835+
- [ ] <span title='not tested'> connector.sync_job_error</span>
834836
- [ ] <span title='not tested'> connector.sync_job_get</span>
835837
- [ ] <span title='not tested'> connector.sync_job_list</span>
836838
- [ ] <span title='not tested'> connector.sync_job_post</span>
839+
- [ ] <span title='not tested'> connector.sync_job_update_stats</span>
837840
- [ ] <span title='not tested'> connector.update_active_filtering</span>
838841
- [ ] <span title='not tested'> connector.update_api_key_id</span>
839842
- [ ] <span title='not tested'> connector.update_configuration</span>
@@ -865,6 +868,8 @@ Endpoints that are currently being tested are marked as done and link to the tes
865868
- [x] <span title='tested'> [eql.get](./tests/eql/10_basic.yml#L114)</span>
866869
- [x] <span title='tested'> [eql.get_status](./tests/eql/10_basic.yml#L109)</span>
867870
- [x] <span title='tested'> [eql.search](./tests/eql/10_basic.yml#L99)</span>
871+
- [ ] <span title='not tested'> esql.async_query</span>
872+
- [ ] <span title='not tested'> esql.async_query_get</span>
868873
- [x] <span title='tested'> [esql.query](./tests/esql/10_query.yml#L40)</span>
869874
- [x] <span title='tested'> [exists](./tests/exists/10_basic.yml#L19)</span>
870875
- [x] <span title='tested'> [exists_source](./tests/exists_source/10_basic.yml#L19)</span>
@@ -946,7 +951,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
946951
- [ ] <span title='not tested'> indices.segments</span>
947952
- [ ] <span title='not tested'> indices.shard_stores</span>
948953
- [ ] <span title='not tested'> indices.shrink</span>
949-
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template.yml#L37)</span>
954+
- [x] <span title='tested'> [indices.simulate_index_template](./tests/indices/simulate_template_serverless.yml#L37)</span>
950955
- [x] <span title='tested'> [indices.simulate_template](./tests/indices/simulate_index_template.yml#L38)</span>
951956
- [ ] <span title='not tested'> indices.split</span>
952957
- [ ] <span title='not tested'> indices.stats</span>
@@ -957,7 +962,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
957962
- [ ] <span title='not tested'> inference.get</span>
958963
- [ ] <span title='not tested'> inference.inference</span>
959964
- [ ] <span title='not tested'> inference.put</span>
960-
- [x] <span title='tested'> [info](./tests/info.yml#L8)</span>
965+
- [x] <span title='tested'> [info](./tests/info_serverless.yml#L8)</span>
961966
- [x] <span title='tested'> [ingest.delete_pipeline](./tests/ingest/10_basic.yml#L29)</span>
962967
- [ ] <span title='not tested'> ingest.geo_ip_stats</span>
963968
- [x] <span title='tested'> [ingest.get_pipeline](./tests/ingest/10_basic.yml#L16)</span>
@@ -1148,6 +1153,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
11481153
- [ ] <span title='not tested'> security.put_role_mapping</span>
11491154
- [ ] <span title='not tested'> security.put_user</span>
11501155
- [x] <span title='tested'> [security.query_api_keys](./tests/security/10_api_key_basic.yml#L24)</span>
1156+
- [ ] <span title='not tested'> security.query_user</span>
11511157
- [ ] <span title='not tested'> security.saml_authenticate</span>
11521158
- [ ] <span title='not tested'> security.saml_complete_logout</span>
11531159
- [ ] <span title='not tested'> security.saml_invalidate</span>
@@ -1162,6 +1168,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
11621168
- [ ] <span title='not tested'> shutdown.delete_node</span>
11631169
- [ ] <span title='not tested'> shutdown.get_node</span>
11641170
- [ ] <span title='not tested'> shutdown.put_node</span>
1171+
- [ ] <span title='not tested'> simulate.ingest</span>
11651172
- [ ] <span title='not tested'> slm.delete_lifecycle</span>
11661173
- [ ] <span title='not tested'> slm.execute_lifecycle</span>
11671174
- [ ] <span title='not tested'> slm.execute_retention</span>
@@ -1202,6 +1209,8 @@ Endpoints that are currently being tested are marked as done and link to the tes
12021209
- [ ] <span title='not tested'> tasks.list</span>
12031210
- [x] <span title='tested'> [terms_enum](./tests/terms_enum/10_basic.yml#L21)</span>
12041211
- [x] <span title='tested'> [termvectors](./tests/termvectors/10_basic.yml#L24)</span>
1212+
- [ ] <span title='not tested'> text_structure.find_field_structure</span>
1213+
- [ ] <span title='not tested'> text_structure.find_message_structure</span>
12051214
- [ ] <span title='not tested'> text_structure.find_structure</span>
12061215
- [ ] <span title='not tested'> text_structure.test_grok_pattern</span>
12071216
- [x] <span title='tested'> [transform.delete_transform](./tests/cat/transform.yml#L28)</span>
@@ -1241,11 +1250,6 @@ Endpoints that are currently being tested are marked as done and link to the tes
12411250
- [ ] <span title='not tested'> connector.secret_get</span>
12421251
- [ ] <span title='not tested'> connector.secret_post</span>
12431252
- [ ] <span title='not tested'> connector.secret_put</span>
1244-
- [ ] <span title='not tested'> connector.sync_job_check_in</span>
1245-
- [ ] <span title='not tested'> connector.sync_job_error</span>
1246-
- [ ] <span title='not tested'> connector.sync_job_update_stats</span>
1247-
- [ ] <span title='not tested'> esql.async_query</span>
1248-
- [ ] <span title='not tested'> esql.async_query_get</span>
12491253
- [ ] <span title='not tested'> fleet.delete_secret</span>
12501254
- [ ] <span title='not tested'> fleet.get_secret</span>
12511255
- [ ] <span title='not tested'> fleet.post_secret</span>
@@ -1258,8 +1262,4 @@ Endpoints that are currently being tested are marked as done and link to the tes
12581262
- [ ] <span title='not tested'> profiling.stacktraces</span>
12591263
- [ ] <span title='not tested'> profiling.status</span>
12601264
- [ ] <span title='not tested'> profiling.topn_functions</span>
1261-
- [ ] <span title='not tested'> security.query_user</span>
1262-
- [ ] <span title='not tested'> simulate.ingest</span>
1263-
- [ ] <span title='not tested'> text_structure.find_field_structure</span>
1264-
- [ ] <span title='not tested'> text_structure.find_message_structure</span>
12651265

0 commit comments

Comments
 (0)