Cluster.getClusterName()
Signature
String getClusterName()
Domain
ACTION, CONDITION, QUERY
Description
Returns the name of the BE cluster that this agent is connected
Returns
Type | Description |
String | The name of the BE cluster |
Example
String cName = ClusterFunctions.getClusterName();