All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.enrich.execute_policy.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "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."
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy