Files
elasticsearch-js/docs/_examples/cluster.nodeInfo.asciidoc
Spencer 83a464ac66 Update docs to use async/await (#667)
* [docs] update readme and examples to use async/await

* [apis] regenerate (including updated examples)
2018-05-23 14:31:34 -07:00

8 lines
127 B
Plaintext

.Return information about JVM
[source,js]
---------
const response = await client.cluster.nodeInfo({
jvm: true
});
---------