Index patterns - REST api for runtime field CRUD operations #92126
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
v7.13.0
v8.0.0
Builds on #72360
Similar to how we have REST API for managing deprecated scripted_fields we should add similar APIs for managing runtime fields:
** Create a new runtime field — POST /api/index_patterns/index_pattern/{id}/runtime_field
** Read a runtime field — GET /api/index_patterns/index_pattern/{id}/runtime_field/{name}
** Update a an existing runtime field — POST /api/index_patterns/index_pattern/{id}/runtime_field/{name}
** Upsert a runtime field — PUT /api/index_patterns/index_pattern/{id}/runtime_field
** Remove a runtime field — DELETE /api/index_patterns/index_pattern/{id}/runtime_field/{name}
The text was updated successfully, but these errors were encountered: