Files
elasticsearch-js/docs/doc_examples/640dbeecb736bd25f6f2b392b76a7531.asciidoc
2024-10-14 11:19:18 -05:00

11 lines
245 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.cluster.stats({
include_remotes: "true",
});
console.log(response);
----