Monitoring
Supported ADD parameters
ADD API
widget_class
- Contains "monitoring" for Monitoring-widget.
{
"title": "System status",
"description": "Sokoban AWS",
"domain": "M1ZES",
"widget_class": "monitoring"
}
Supported SET parameters
SET API
The Monitoring widget is used to display the state of an object in an abstract manner: up or down.
status
- A string parameter indicating whether the service is up or down. If the value is Up, a green and upward-pointing arrow will be displayed. If the value is Down, a red and downward-pointng arrow will be displayed.
diagnostics
- A free format text containing the description of the last event. Minimum 2 characters, maxiumum 16 characters.
{
"domain": "M1ZES",
"widget_data": {
"status": "Up",
“diagnostics": "rebooted at 2021-01-01 18:00”
}
}