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
- Settings API - https://www.dynatrace.com/support/help/dynatrace-api/environment-api/settings (schemaId: `builtin:rum.web.app-detection`)
15
+
16
+
## Export Example Usage
17
+
18
+
-`terraform-provider-dynatrace -export dynatrace_application_detection_rule_v2` downloads all existing application detection rule configuration
19
+
20
+
The full documentation of the export feature is available [here](https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/guides/export-v2).
-`disk_id` (String) The id for the disk anomaly detection
60
-
-`disk_low_inodes_detection` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_low_inodes_detection))
61
-
-`disk_low_space_detection` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_low_space_detection))
62
-
-`disk_slow_writes_and_reads_detection` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_slow_writes_and_reads_detection))
63
60
-`override_disk_low_space_detection` (Boolean) Override low disk space detection settings
-`override_slow_writes_and_reads_detection` (Boolean) Override slow writes and reads detection settings
66
63
64
+
### Optional
65
+
66
+
-`disk_low_inodes_detection` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_low_inodes_detection))
67
+
-`disk_low_space_detection` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_low_space_detection))
68
+
-`disk_slow_writes_and_reads_detection` (Block List, Max: 1) no documentation available (see [below for nested schema](#nestedblock--disk_slow_writes_and_reads_detection))
-`cpu_requests_saturation` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--cpu_requests_saturation))
58
61
-`memory_requests_saturation` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--memory_requests_saturation))
62
+
-`node_problematic_condition` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--node_problematic_condition))
59
63
-`pods_saturation` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--pods_saturation))
60
64
-`readiness_issues` (Block List, Min: 1, Max: 1) Alerts if node has not been available for a given amount of time (see [below for nested schema](#nestedblock--readiness_issues))
-`container_restarts` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--container_restarts))
80
104
-`deployment_stuck` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--deployment_stuck))
105
+
-`high_cpu_throttling` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--high_cpu_throttling))
106
+
-`high_cpu_usage` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--high_cpu_usage))
107
+
-`high_memory_usage` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--high_memory_usage))
81
108
-`not_all_pods_ready` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--not_all_pods_ready))
82
109
-`pending_pods` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--pending_pods))
83
110
-`pod_stuck_in_terminating` (Block List, Min: 1, Max: 1) no documentation available (see [below for nested schema](#nestedblock--pod_stuck_in_terminating))
@@ -134,6 +161,72 @@ Required:
134
161
135
162
136
163
164
+
<aid="nestedblock--high_cpu_throttling"></a>
165
+
### Nested Schema for `high_cpu_throttling`
166
+
167
+
Required:
168
+
169
+
-`enabled` (Boolean) This setting is enabled (`true`) or disabled (`false`)
170
+
171
+
Optional:
172
+
173
+
-`configuration` (Block List, Max: 1) Alert if (see [below for nested schema](#nestedblock--high_cpu_throttling--configuration))
0 commit comments