Files
elasticsearch-js/docs/doc_examples/3a489743e49902df38e3368cae00717a.asciidoc
2024-09-30 13:41:23 -05:00

9 lines
218 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.nodes.hotThreads();
console.log(response);
----