You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/MonitorOptions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
**renotify_interval** | **int, none_type** | The number of minutes after the last notification before a monitor re-notifies on the current status. It only re-notifies if it’s not resolved. | [optional]
21
21
**require_full_window** | **bool** | A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to `false` for sparse metrics, otherwise some evaluations are skipped. For “on average” “at all times” and “in total” aggregation, default is true. `False` otherwise. | [optional] if omitted the server will use the default value of True
22
22
**silenced** | **{str: (int, none_type)}** | Information about the downtime applied to the monitor. | [optional]
23
-
**synthetics_check_id** | **int, none_type** | ID of the corresponding Synthetic check. | [optional]
23
+
**synthetics_check_id** | **str, none_type** | ID of the corresponding Synthetic check. | [optional]
**timeout_h** | **int, none_type** | The number of hours of the monitor not reporting data before it automatically resolves from a triggered state. | [optional]
renotify_interval (int, none_type): The number of minutes after the last notification before a monitor re-notifies on the current status. It only re-notifies if it’s not resolved.. [optional] # noqa: E501
199
199
require_full_window (bool): A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to `false` for sparse metrics, otherwise some evaluations are skipped. For “on average” “at all times” and “in total” aggregation, default is true. `False` otherwise.. [optional] if omitted the server will use the default value of True # noqa: E501
200
200
silenced ({str: (int, none_type)}): Information about the downtime applied to the monitor.. [optional] # noqa: E501
201
-
synthetics_check_id (int, none_type): ID of the corresponding Synthetic check.. [optional] # noqa: E501
201
+
synthetics_check_id (str, none_type): ID of the corresponding Synthetic check.. [optional] # noqa: E501
timeout_h (int, none_type): The number of hours of the monitor not reporting data before it automatically resolves from a triggered state.. [optional] # noqa: E501
0 commit comments