Spaces method and path for this operation:
post /s/{space_id}/api/entity_store/engines/{entityType}/start
Refer to Spaces for more information.
Start a previously stopped entity engine, resuming transform processing for the given entity type.
POST
/api/entity_store/engines/{entityType}/start
curl \
--request POST 'https://localhost:5601/api/entity_store/engines/host/start' \
--header "Authorization: $API_KEY"
Response examples (200)
The engine was successfully started and is now processing data.
{
"started": true
}