Apply DataView indices to all installed engines
POST
/api/entity_store/engines/apply_dataview_indices
curl \
--request POST 'http://localhost:5622/api/entity_store/engines/apply_dataview_indices' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"result": [
{
"changes": {
"indexPatterns": [
"string"
]
},
"type": "string"
}
],
"success": true
}
Response examples (207)
{
"errors": [
"string"
],
"result": [
{
"changes": {
"indexPatterns": [
"string"
]
},
"type": "string"
}
],
"success": true
}
Response examples (500)
{
"body": "string",
"statusCode": 42.0
}