IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Nodes info

edit
var r = this._client.NodeInfo(NodesInfo.All);
var node = r.Nodes.Values.First();

You can then traverse all the stats i.e:

node.OS.CPU.Idle