Bases: object
MonitorController provides the critical dispatch between inbound API calls through the endpoint and messages sent to the other nodes.
Gets statistics for the specified metric.
Returns a list of valid metrics stored for the Synaps account owner. Returned metrics can be used with get_metric_statics to obtain statistical data for a given metric.
Create or updates an alarm and associates it with the specified SPCS Synaps metric.
When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is evaluated and its StateVale is set appropriately.
Publishes metric data points to Synaps. If specified metric does not exist, Synaps creates the metric.
Temporarily sets the state of an alarm. When the updated StateValue differs from the previous value, the action configured for the appropriate state is invoked. This is not a permanent change. The next periodic alarm check (in about a minute) will set the alarm to its actual state.