BigMemory Max 4.3.4 | Product Documentation | Terracotta REST Developer Guide | REST API for the Terracotta Server Array | Operator Events
 
Operator Events
You can return operator events using the URI extension /agents/operatorEvents or /v2/agents/operatorEvents. To limit the size of the returned data, use a sinceWhen query.
To get operator events for the last ten minutes:
/agents/operatorEvents?sinceWhen=10m
To filter by event levels, add eventLevels:
/v2/agents/operatorEvents?eventLevels=ERROR,WARN
The available event levels are: DEBUG, INFO, WARN, ERROR, and CRITICAL.
To limit events to certain types, add eventTypes:
/v2/agents/operatorEvents?eventTypes=topology.node.joined,topology.node.left,
resource.capacity.near
For event types, see "Monitoring Cluster Events" in the BigMemory Max Administrator Guide.
These parameters can be combined, for example:
/agents/operatorEvents?sinceWhen=10m&eventLevels=ERROR,WARN

Copyright © 2010 - 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.