Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates API report 8.16 #180

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions apis_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

* **STACK** - **Total**: 486 | **Tested**: 421 | **Untested**: 65 ![](https://geps.dev/progress/86)
* **SERVERLESS** - **Total**: 237 | **Tested**: 228 | **Untested**: 9 ![](https://geps.dev/progress/96)
* **STACK** - **Total**: 488 | **Tested**: 421 | **Untested**: 67 ![](https://geps.dev/progress/86)
* **SERVERLESS** - **Total**: 238 | **Tested**: 228 | **Untested**: 10 ![](https://geps.dev/progress/95)

* [Internal APIs](#internal-apis-not-tracked)
* [API information from the Elasticsearch JSON specification](#elasticsearch-json-specification)
Expand Down Expand Up @@ -179,6 +179,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
| indices.get | 🟢 | [✅](./tests/indices/get.yml#L17)</li></ul> | 🟢 | [✅](./tests/indices/get.yml#L17)</li></ul> | 👍
| indices.get_alias | 🟢 | [✅](./tests/indices/alias.yml#L31)</li></ul> | 🟢 | [✅](./tests/indices/alias.yml#L31)</li></ul> | 👍
| indices.get_data_lifecycle | 🟢 | [✅](./tests/indices/10_data_lifecycle.yml#L22)</li></ul> | 🟢 | [✅](./tests/indices/10_data_lifecycle.yml#L22)</li></ul> | 🙌
| indices.get_data_lifecycle_stats | 🟢 | ❌ | 🔴 | Not Applicable | 👎
| indices.get_data_stream | 🟢 | [✅](./tests/indices/data_streams.yml#L31)</li></ul> | 🟢 | [✅](./tests/indices/data_streams.yml#L31)</li></ul> | 👍
| indices.get_field_mapping | 🟢 | [✅](./tests/indices/get_field_mapping.yml#L23)</li></ul> | 🔴 | Not Applicable | 👍
| indices.get_index_template | 🟢 | [✅](./tests/indices/index_template.yml#L24)</li></ul> | 🟢 | [✅](./tests/indices/index_template.yml#L24)</li></ul> | 👍
Expand Down Expand Up @@ -374,6 +375,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
| security.create_api_key | 🟢 | [✅](./tests/security/10_api_key_basic.yml#L8)</li></ul> | 🟢 | [✅](./tests/security/10_api_key_basic.yml#L8)</li></ul> | 👍
| security.create_cross_cluster_api_key | 🟢 | [✅](./tests/security/80_api_key_cross_cluster.yml#L40)</li></ul> | 🔴 | Not Applicable | 👍
| security.create_service_token | 🟢 | [✅](./tests/security/90_service_accounts.yml#L25)</li></ul> | 🔴 | Not Applicable | 👍
| security.delegate_pki | 🟢 | ❌ | 🔴 | Not Applicable | 👎
| security.delete_privileges | 🟢 | [✅](./tests/security/30_privileges_stack.yml#L8)</li></ul> | 🔴 | Not Applicable | 👍
| security.delete_role | 🟢 | [✅](./tests/security/100_tokens.yml#L28)</li></ul> | 🟢 | ❌ | 👍
| security.delete_role_mapping | 🟢 | [✅](./tests/security/110_role_mapping.yml#L8)</li></ul> | 🔴 | Not Applicable | 👍
Expand Down Expand Up @@ -410,7 +412,7 @@ Endpoints that are currently being tested are marked as done and link to the tes
| security.put_role_mapping | 🟢 | [✅](./tests/security/110_role_mapping.yml#L14)</li></ul> | 🔴 | Not Applicable | 👍
| security.put_user | 🟢 | [✅](./tests/security/100_tokens.yml#L16)</li></ul> | 🔴 | Not Applicable | 👍
| security.query_api_keys | 🟢 | [✅](./tests/security/10_api_key_basic.yml#L24)</li></ul> | 🟢 | [✅](./tests/security/10_api_key_basic.yml#L24)</li></ul> | 👍
| security.query_role | 🟢 | [✅](./tests/security/40_roles.yml#L55)</li></ul> | 🔴 | Not Applicable | 👍
| security.query_role | 🟢 | [✅](./tests/security/40_roles.yml#L55)</li></ul> | 🟢 | | 👍
| security.query_user | 🟢 | [✅](./tests/security/50_user_profile.yml#L202)</li></ul> | 🔴 | Not Applicable | 👍
| security.saml_authenticate | 🟢 | ❌ | 🔴 | Not Applicable | 👎
| security.saml_complete_logout | 🟢 | ❌ | 🔴 | Not Applicable | 👎
Expand Down