Get an Entity Engine Beta

GET /api/entity_store/engines/{entityType}

Path parameters

  • entityType string Required

    The entity type of the engine (either 'user' or 'host').

    Values are user or host.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Successful response

    Hide response attributes Show response attributes object
GET /api/entity_store/engines/{entityType}
curl \
 -X GET https://localhost:5601/api/entity_store/engines/{entityType}
Response examples (200)
{
  "error": {},
  "fieldHistoryLength": 42,
  "filter": "string",
  "indexPattern": "string",
  "status": "installing",
  "type": "user"
}