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

rest-api-spec.api.watcher.stats.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "watcher.stats":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-stats.html",
      "description":"Retrieves the current Watcher metrics."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_watcher/stats",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_watcher/stats/{metric}",
          "methods":[
            "GET"
          ],
          "parts":{
            "metric":{
              "type":"list",
              "options":[
                "_all",
                "queued_watches",
                "current_watches",
                "pending_watches"
              ],
              "description":"Controls what additional stat metrics should be include in the response"
            }
          }
        }
      ]
    },
    "params":{
      "metric":{
        "type":"list",
        "options":[
          "_all",
          "queued_watches",
          "current_watches",
          "pending_watches"
        ],
        "description":"Controls what additional stat metrics should be include in the response"
      },
      "emit_stacktraces":{
        "type":"boolean",
        "description":"Emits stack traces of currently running watches",
        "required":false
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy