16 lines
315 B
Plaintext
16 lines
315 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.putWatch({
|
|
id: "cluster_health_watch",
|
|
trigger: {
|
|
schedule: {
|
|
interval: "10s",
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|