-
Notifications
You must be signed in to change notification settings - Fork 11
/
rest_alert_rule.go
42 lines (26 loc) · 979 Bytes
/
rest_alert_rule.go
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
/*
*
*
* 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 RestAlertRule struct {
Datapoint string `json:"datapoint,omitempty"`
Instance string `json:"instance,omitempty"`
Devices []string `json:"devices,omitempty"`
EscalatingChainId int32 `json:"escalatingChainId"`
Priority int32 `json:"priority"`
SuppressAlertAckSdt bool `json:"suppressAlertAckSdt,omitempty"`
Datasource string `json:"datasource,omitempty"`
SuppressAlertClear bool `json:"suppressAlertClear,omitempty"`
Name string `json:"name"`
Id int32 `json:"id,omitempty"`
LevelStr string `json:"levelStr,omitempty"`
DeviceGroups []string `json:"deviceGroups,omitempty"`
EscalatingChain JsonObject `json:"escalatingChain,omitempty"`
EscalationInterval int32 `json:"escalationInterval,omitempty"`
}