| 1234567891011121314151617181920212223242526272829303132 | --:api: watcher-stats:request: WatcherStatsRequest:response: WatcherStatsResponse--[id="{upid}-{api}"]=== Watcher Stats API[id="{upid}-{api}-request"]==== Execution{ref}/watcher-api-stats.html[Watcher Stats] returns the current {watcher} metrics.Submit the following request to get the stats:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------[id="{upid}-{api}-response"]==== ResponseThe returned `AcknowledgeResponse` contains a value on whether or not the requestwas received:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> A boolean value of `true` if successfully received, `false` otherwise.include::../execution.asciidoc[]
 |