Thanks, I am aware of it. But I needed this in a script. So either curl or control options would be good.
On Wed, 1 Feb 2023, 14:51 Aleksandr Pakhomov, <[email protected]> wrote: > Hi, > > Do you have a chance to use a java client? > > https://ignite.apache.org/docs/latest/thin-clients/java-thin-client > > It seems this could help > igniteClient.cluster().forServers().nodes().count(); > > Best regards, > Aleksandr > > On 1 Feb 2023, at 10:21, Surinder Mehra <[email protected]> wrote: > > Hi, > I am trying to find a way to fetch the count of server nodes in ignite > cluster but don't see any control script option or in Rest api. Could you > please suggest if it is possible. Below link shows this is exposed as a > cluster metric but not accessible through above two options. > > > https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics#cluster > > Related stackoverflow post: > > https://stackoverflow.com/questions/75301565/ignite-cluster-size-using-control-script/ > > Regards, > Surinder > > >
