BigMemory 4.3.7 | Product Documentation | Terracotta REST Developer Guide | REST API for the Terracotta Server Array | Topology Views
 
Topology Views
Use the following URI extensions with the base extension /agents/topologies or /v2/agents/topologies to return topological information.
To get a complete cluster topology (all servers and clients), end the base extension with a forward slash ("/"):
/agents/topologies/
To get only servers a, b, and c:
/servers;names=a,b,c
If no "names" are specified, all servers are included.
To get only clients x, y, and z:
/clients;ids=x,y,z
If no "ids" are specified, all clients are included.