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: dynatrace/api/builtin/processavailability/settings/settings.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ type Settings struct {
27
27
MetadataMetadataItems`json:"metadata,omitempty"`// Set of additional key-value properties to be attached to the triggered event. You can retrieve the available property keys using the [Events API v2](https://dt-url.net/9622g1w). Additionally any Host resource attribute can be dynamically substituted (agent 1.325+).
28
28
MinimumProcessesint`json:"minimumProcesses"`// Specify a minimum number of processes matching the monitoring rule. An alert is triggered if any host falls below this threshold.
29
29
Namestring`json:"name"`// Monitoring rule name
30
-
OperatingSystem []OperatingSystem`json:"operatingSystem"`// Select the operating systems on which the monitoring rule should be applied.. Possible Values: `AIX`, `LINUX`, `WINDOWS`
30
+
OperatingSystem []OperatingSystem`json:"operatingSystem"`// Select the operating systems on which the monitoring rule should be applied. Possible Values: `AIX`, `LINUX`, `WINDOWS`
31
31
RulesDetectionConditions`json:"rules,omitempty"`// Define process detection rules by selecting a process property and a condition. Each monitoring rule can have multiple detection rules associated with it.
32
32
Scope*string`json:"-" scope:"scope"`// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
0 commit comments