Files
elasticsearch-js/docs/doc_examples/7f37031fb40b68a61255b7c71d7eed0b.asciidoc
2024-07-29 17:10:05 -05:00

15 lines
318 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.watcher.executeWatch({
id: "my_watch",
action_modes: {
action1: "force_simulate",
action2: "skip",
},
});
console.log(response);
----