Path parameters
-
entityType
string Required The entity type of the engine (either 'user' or 'host').
Values are
user
,host
, orservice
.
GET
/api/entity_store/engines/{entityType}
curl \
--request GET 'https://localhost:5601/api/entity_store/engines/{entityType}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"delay": "1m",
"docsPerSecond": 42,
"error": {
"action": "init",
"message": "string"
},
"fieldHistoryLength": 42,
"filter": "string",
"frequency": "1m",
"indexPattern": "string",
"lookbackPeriod": "24h",
"status": "installing",
"timeout": "180s",
"timestampField": "string",
"type": "user"
}