* [docs] update readme and examples to use async/await * [apis] regenerate (including updated examples)
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
.Return information about JVM
|
|
[source,js]
|
|
---------
|
|
const response = await client.cluster.nodeInfo({
|
|
jvm: true
|
|
});
|
|
---------
|