Path parameters
-
entityType
string Required The entity type of the engine (either 'user' or 'host').
Values are
user
,host
,service
, orgeneric
.
GET
/api/entity_store/engines/{entityType}
curl \
--request GET 'https://<KIBANA_URL>/api/entity_store/engines/{entityType}' \
--header "Authorization: $API_KEY"