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

rest-api-spec.api.transform.schedule_now_transform.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "transform.schedule_now_transform":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/schedule-now-transform.html",
      "description":"Schedules now a transform."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept":[ "application/json"],
      "content_type":["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_transform/{transform_id}/_schedule_now",
          "methods":[
            "POST"
          ],
          "parts":{
            "transform_id":{
              "type":"string",
              "required":true,
              "description":"The id of the transform."
            }
          }
        }
      ]
    },
    "params":{
      "timeout":{
        "type":"time",
        "required":false,
        "description":"Controls the time to wait for the scheduling to take place"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy