forked from logicmonitor/lm-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrest_device_data_source_instance_alert_setting.go
More file actions
50 lines (30 loc) · 1.43 KB
/
rest_device_data_source_instance_alert_setting.go
File metadata and controls
50 lines (30 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
*
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package logicmonitor
type RestDeviceDataSourceInstanceAlertSetting struct {
GlobalAlertExpr string `json:"globalAlertExpr,omitempty"`
AlertClearInterval int32 `json:"alertClearInterval,omitempty"`
DisableAlerting bool `json:"disableAlerting,omitempty"`
AlertExprNote string `json:"alertExprNote,omitempty"`
DataPointDescription string `json:"dataPointDescription,omitempty"`
DataSourceInstanceId int32 `json:"dataSourceInstanceId,omitempty"`
DisableDpAlertHostGroups string `json:"disableDpAlertHostGroups,omitempty"`
DataPointName string `json:"dataPointName,omitempty"`
DataPointId int32 `json:"dataPointId,omitempty"`
DeviceGroupId int32 `json:"deviceGroupId,omitempty"`
CurrentAlertId int32 `json:"currentAlertId,omitempty"`
ParentDeviceGroupAlertExprList []DeviceGroupAlertThresholdInfo `json:"parentDeviceGroupAlertExprList,omitempty"`
AlertingDisabledOn string `json:"alertingDisabledOn,omitempty"`
Id int32 `json:"id,omitempty"`
DataSourceInstanceAlias string `json:"dataSourceInstanceAlias,omitempty"`
DeviceGroupFullPath string `json:"deviceGroupFullPath,omitempty"`
AlertExpr string `json:"alertExpr,omitempty"`
AlertTransitionInterval int32 `json:"alertTransitionInterval,omitempty"`
}