rest-api-spec.api.enrich.execute_policy.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"enrich.execute_policy": {
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/execute-enrich-policy-api.html",
"description": "Creates the enrich index for an existing enrich policy."
},
"stability" : "stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url": {
"paths": [
{
"path": "/_enrich/policy/{name}/_execute",
"methods": [ "PUT" ],
"parts": {
"name": {
"type" : "string",
"description" : "The name of the enrich policy"
}
}
}
]
},
"params":{
"wait_for_completion":{
"type":"boolean",
"default":true,
"description":"Should the request should block until the execution is complete."
}
}
}
}