MIDServerCluster - Global
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
The MIDServerCluster script include provides methods to find MID Server clusters for a given MID Server and reassigns the jobs if necessary.
If the MID Server agent is up, this class gathers all MID Servers (including the original agent) in the load balance clusters that the original agent is part of. If the MID Server agent is down and the cluster is load balanced, the class gathers the other agents. If the server agent is down, and the cluster is failover, it gathers the next failover agent. The class then randomly returns the MID Server in the final list of MID Servers.
Use in server scripts to get MID Server cluster information.
MIDServerCluster - MIDServerCluster(GlideRecord agent)
Brief description of the method.
Name | Type | Description |
---|---|---|
agent | GlideRecord | The MID server agent |
Type | Description |
---|---|
void |
MIDServerCluster - clusterExists()
Determines if a cluster exists.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
Boolean | True if a cluster exists; otherwise, false. |
Example
Output: true
MIDServerCluster - getClusterAgent()
Gets the cluster agent.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
String | The agent name |
Example
Output: mid2