|
2 | 2 |
|
3 | 3 | Endpoints that are currently being tested are marked as done and link to the test where they're being used.
|
4 | 4 |
|
5 |
| -* **STACK** - **Total**: 496 | **Tested**: 425 | **Untested**: 71  |
6 |
| -* **SERVERLESS** - **Total**: 238 | **Tested**: 230 | **Untested**: 8  |
| 5 | +* **STACK** - **Total**: 500 | **Tested**: 424 | **Untested**: 76  |
| 6 | +* **SERVERLESS** - **Total**: 242 | **Tested**: 229 | **Untested**: 13  |
7 | 7 |
|
8 | 8 | * [Internal APIs](#internal-apis-not-tracked)
|
9 | 9 | * [API information from the Elasticsearch JSON specification](#elasticsearch-json-specification)
|
@@ -218,12 +218,16 @@ Endpoints that are currently being tested are marked as done and link to the tes
|
218 | 218 | | indices.unfreeze | π’ | β | π΄ | Not Applicable | π
|
219 | 219 | | indices.update_aliases | π’ | [β
](./tests/indices/alias.yml#L41)</li></ul> | π’ | [β
](./tests/indices/alias.yml#L41)</li></ul> | π
|
220 | 220 | | indices.validate_query | π’ | [β
](./tests/validate_query/10_basic.yml#L16)</li></ul> | π’ | [β
](./tests/validate_query/10_basic.yml#L16)</li></ul> | π
|
| 221 | +| inference.chat_completion_unified | π’ | β | π’ | β | π |
| 222 | +| inference.completion | π’ | β | π’ | β | π |
221 | 223 | | inference.delete | π’ | [β
](./tests/inference/10_basic.yml#L38)</li></ul> | π’ | [β
](./tests/inference/10_basic.yml#L38)</li></ul> | π
|
222 | 224 | | inference.get | π’ | [β
](./tests/inference/10_basic.yml#L25)</li></ul> | π’ | [β
](./tests/inference/10_basic.yml#L25)</li></ul> | π
|
223 |
| -| inference.inference | π’ | [β
](./tests/inference/10_basic.yml#L31)</li></ul> | π’ | [β
](./tests/inference/10_basic.yml#L31)</li></ul> | π |
224 | 225 | | inference.put | π’ | [β
](./tests/inference/10_basic.yml#L8)</li></ul> | π’ | [β
](./tests/inference/10_basic.yml#L8)</li></ul> | π
|
225 |
| -| inference.stream_inference | π’ | β | π΄ | Not Applicable | π |
226 |
| -| inference.unified_inference | π’ | β | π’ | β | π |
| 226 | +| inference.put_watsonx | π’ | β | π’ | β | π |
| 227 | +| inference.rerank | π’ | β | π’ | β | π |
| 228 | +| inference.sparse_embedding | π’ | β | π’ | β | π |
| 229 | +| inference.stream_completion | π’ | β | π΄ | Not Applicable | π |
| 230 | +| inference.text_embedding | π’ | β | π’ | β | π |
227 | 231 | | inference.update | π’ | β | π΄ | Not Applicable | π
|
228 | 232 | | info | π’ | [β
](./tests/info_stack.yml#L8)</li></ul> | π’ | [β
](./tests/info_serverless.yml#L8)</li></ul> | π
|
229 | 233 | | ingest.delete_geoip_database | π’ | [β
](./tests/ingest/20_geoip.yml#L70)</li></ul> | π΄ | Not Applicable | π
|
@@ -252,7 +256,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
|
252 | 256 | | mget | π’ | [β
](./tests/mget.yml#L24)</li></ul> | π’ | [β
](./tests/mget.yml#L24)</li></ul> | π
|
253 | 257 | | migration.deprecations | π’ | [β
](./tests/migration/10_basic.yml#L13)</li></ul> | π΄ | Not Applicable | π
|
254 | 258 | | migration.get_feature_upgrade_status | π’ | [β
](./tests/migration/10_basic.yml#L8)</li></ul> | π΄ | Not Applicable | π
|
255 |
| -| migration.post_feature_upgrade | π’ | β | π΄ | Not Applicable | π |
| 259 | +| migration.post_feature_upgrade | π’ | β | π΄ | Not Applicable | π |
256 | 260 | | ml.clear_trained_model_deployment_cache | π’ | [β
](./tests/machine_learning/clear_tm_deployment_cache.yml#L90)</li></ul> | π΄ | Not Applicable | π
|
257 | 261 | | ml.close_job | π’ | [β
](./tests/machine_learning/jobs_crud.yml#L69)</li></ul> | π’ | [β
](./tests/machine_learning/jobs_crud.yml#L69)</li></ul> | π
|
258 | 262 | | ml.delete_calendar | π’ | [β
](./tests/machine_learning/calendar_crud.yml#L8)</li></ul> | π’ | [β
](./tests/machine_learning/calendar_crud.yml#L8)</li></ul> | π
|
@@ -553,7 +557,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
|
553 | 557 |
|
554 | 558 | ## Elasticsearch JSON specification
|
555 | 559 |
|
556 |
| -**Total** 496 | **Tested** 384 | **Untested** 112  |
| 560 | +**Total** 499 | **Tested** 384 | **Untested** 115  |
557 | 561 |
|
558 | 562 | <details>
|
559 | 563 | <summary id="apis-in-json-spec-and-not-elasticsearch-specification">APIs in JSON spec and not elasticsearch-specification (excluding internal APIs)</summary>
|
|
0 commit comments