-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathrest_device_data_source_instance.go
66 lines (38 loc) · 1.67 KB
/
rest_device_data_source_instance.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
*
*
* 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 RestDeviceDataSourceInstance struct {
AlertStatus string `json:"alertStatus,omitempty"`
DisplayName string `json:"displayName"`
GroupId int32 `json:"groupId,omitempty"`
Description string `json:"description,omitempty"`
DisableAlerting bool `json:"disableAlerting,omitempty"`
DeviceId int32 `json:"deviceId,omitempty"`
DataSourceId int32 `json:"dataSourceId,omitempty"`
SdtAt string `json:"sdtAt,omitempty"`
LockDescription bool `json:"lockDescription,omitempty"`
LastUpdatedTime int64 `json:"lastUpdatedTime,omitempty"`
Id int32 `json:"id,omitempty"`
AlertStatusPriority int32 `json:"alertStatusPriority,omitempty"`
AlertDisableStatus string `json:"alertDisableStatus,omitempty"`
WildValue string `json:"wildValue"`
StopMonitoring bool `json:"stopMonitoring,omitempty"`
DeviceDataSourceId int32 `json:"deviceDataSourceId,omitempty"`
WildValue2 string `json:"wildValue2,omitempty"`
SdtStatus string `json:"sdtStatus,omitempty"`
DeviceDisplayName string `json:"deviceDisplayName,omitempty"`
GroupsDisabledThisSource []TreeNode `json:"groupsDisabledThisSource,omitempty"`
LastCollectedTime int64 `json:"lastCollectedTime,omitempty"`
GroupName string `json:"groupName,omitempty"`
CustomProperties []NameAndValue `json:"customProperties,omitempty"`
Name string `json:"name,omitempty"`
AlertingDisabledOn TreeNode `json:"alertingDisabledOn,omitempty"`
DataSourceType string `json:"dataSourceType,omitempty"`
}