OpenSearch/rest-api-spec/test
uboness fb893e774a Add the ability to ack specific actions
- now it's possible to ack specific actions via the `Ack Watch API`
- Added tests for acking specific actions
- Changed the watch status structure such that the action ack state can be referred to by `status.actions.<action_id>.ack` (instead of `status.actions.<action_id>.ack_status`... removed the extra redundant "_status")
- As part of this work, also added validation for watch/action ids, such that we disallow having whitespaces in them.
- Updated the docs around acking & throttling of watch actions

Closes elastic/elasticsearch#531
Closes elastic/elasticsearch#537

Original commit: elastic/x-pack-elasticsearch@813e601bf5
2015-05-27 19:29:46 +02:00
..
ack_watch Add the ability to ack specific actions 2015-05-27 19:29:46 +02:00
delete_watch [REST-TEST] Add master_timeout to the rest API specs 2015-05-07 19:19:49 -04:00
execute_watch Move acking/throttling to the action level 2015-05-22 20:57:51 +02:00
get_watch [REST-TEST] Use catch: missing instead of ignore: 404 2015-05-08 10:11:43 -04:00
hijack Hijack the DELETE .watches index delete endpoint. 2015-05-08 10:39:06 -04:00
put_watch [REST-TEST] Add master_timeout to the rest API specs 2015-05-07 19:19:49 -04:00
restart_watcher Change watcher REST API call namespace to be watcher. 2015-04-28 18:50:07 -04:00
start_watcher Change watcher REST API call namespace to be watcher. 2015-04-28 18:50:07 -04:00
stats Refactored `WatcherService.State` 2015-05-06 12:29:59 +02:00
stop_watcher Change watcher REST API call namespace to be watcher. 2015-04-28 18:50:07 -04:00
watch_info [REST-TEST] Remove check for snapshot. 2015-05-20 09:58:05 -04:00