mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
4482d8d2ba
This change changes the API spec such that all of the watcher APIs are in the `watcher` namespace. Original commit: elastic/x-pack-elasticsearch@f409ab4569
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"watcher.info": {
|
|
"documentation": "http://www.elastic.co/guide/en/watcher/current/appendix-api-info.html",
|
|
"methods": [ "GET" ],
|
|
"url": {
|
|
"path": "/_watcher/",
|
|
"paths": [ "/_watcher/" ],
|
|
"parts": {
|
|
},
|
|
"params": {
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|