Cluster.getClusterName()

Signature

String getClusterName()

Domain

ACTION, CONDITION, QUERY

Description

Returns the name of the BE cluster that this agent is connected

Parameters

None.

Returns

TypeDescription
StringThe name of the BE cluster

Cautions

none

Example


String cName = ClusterFunctions.getClusterName();