Path parameters
-
entityType
string Required The entity type of the engine
Values are
user
,host
, orservice
.
curl \
--request POST 'https://localhost:5601/api/entity_store/engines/{entityType}/start' \
--header "Authorization: $API_KEY"
{
"started": true
}