Creates the enrich index for an existing enrich policy Added in 7.5.0
Path parameters
-
Enrich policy to execute.
Query parameters
-
wait_for_completion boolean
If
true
, the request blocks other enrich policy execution requests until complete.
PUT /_enrich/policy/{name}/_execute
curl \
-X PUT http://api.example.com/_enrich/policy/{name}/_execute
Response examples (200)
{
"status": {
"phase": "SCHEDULED"
},
"": "string"
}