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: docs/resources/azure_credentials.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,21 @@ description: |-
28
28
-**id** (String) The ID of this resource.
29
29
-**key** (String) The secret key associated with the Application ID. For security reasons, GET requests return this field as `null`. Submit your key on creation or update of the configuration. If the field is omitted during an update, the old value remains unaffected.
30
30
-**label** (String) The unique name of the Azure credentials configuration. Allowed characters are letters, numbers, and spaces. Also the special characters `.+-_` are allowed
31
-
-**monitor_only_tag_pairs** (Block List, Max: 10) A list of Azure tags to be monitored. You can specify up to 10 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true` (see [below for nested schema](#nestedblock--monitor_only_tag_pairs))
31
+
-**monitor_only_excluding_tag_pairs** (Block List, Max: 20) A list of Azure tags to be excluded from monitoring. You can specify up to 20 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true`. (see [below for nested schema](#nestedblock--monitor_only_excluding_tag_pairs))
32
+
-**monitor_only_tag_pairs** (Block List, Max: 20) A list of Azure tags to be monitored. You can specify up to 20 tags. A resource tagged with *any* of the specified tags is monitored. Only applicable when the **monitorOnlyTaggedEntities** parameter is set to `true` (see [below for nested schema](#nestedblock--monitor_only_tag_pairs))
32
33
-**supporting_services** (Block List) A list of Azure supporting services to be monitored. For each service there's a sublist of its metrics and the metrics' dimensions that should be monitored. All of these elements (services, metrics, dimensions) must have corresponding static definitions on the server. (see [below for nested schema](#nestedblock--supporting_services))
33
34
-**unknowns** (String) Any attributes that aren't yet supported by this provider
Copy file name to clipboardExpand all lines: docs/resources/calculated_service_metric.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ description: |-
24
24
### Optional
25
25
26
26
-**conditions** (Block List) The set of conditions for the metric usage. **All** the specified conditions must be fulfilled to use the metric (see [below for nested schema](#nestedblock--conditions))
27
+
-**description** (String) The displayed description of the metric
27
28
-**dimension_definition** (Block List, Max: 1) Parameters of a definition of a calculated service metric (see [below for nested schema](#nestedblock--dimension_definition))
28
29
-**enabled** (Boolean) The metric is enabled (`true`) or disabled (`false`)
29
30
-**entity_id** (String) Restricts the metric usage to the specified service. This field is mutually exclusive with the `management_zones` field
-**api_url** (String) The URL of the Cloud Foundry foundation credentials. The URL must be valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
21
+
-**login_url** (String) The login URL of the Cloud Foundry foundation credentials. The URL must be valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
22
+
-**name** (String) The name of the Cloud Foundry foundation credentials. Allowed characters are letters, numbers, whitespaces, and the following characters: `.+-_`. Leading or trailing whitespace is not allowed.
23
+
-**username** (String) The username of the Cloud Foundry foundation credentials. Leading and trailing whitespaces are not allowed.
24
+
25
+
### Optional
26
+
27
+
-**active** (Boolean) The monitoring is enabled (`true`) or disabled (`false`) for given credentials configuration. If not set on creation, the `true` value is used. If the field is omitted during an update, the old value remains unaffected.
28
+
-**id** (String) The ID of this resource.
29
+
-**password** (String, Sensitive) The password of the Cloud Foundry foundation credentials.
30
+
-**unknowns** (String) Any attributes that aren't yet supported by this provider
Copy file name to clipboardExpand all lines: docs/resources/dashboard.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Optional:
137
137
-**limit** (Number) The limit of the results, if not set will use the default value of the system
138
138
-**markdown** (String) The markdown-formatted content of the tile
139
139
-**metric** (String) The metric assigned to the tile
140
+
-**name_size** (String) The size of the tile name. Possible values are `small`, `medium` and `large`.
140
141
-**query** (String) A [user session query](https://www.dynatrace.com/support/help/shortlink/usql-info) executed by the tile
141
142
-**time_frame_shift** (String) The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
142
143
-**type** (String) The attribute `type` exists for backwards compatibilty. Usage is discouraged. You should use `visualization` instead.
Copy file name to clipboardExpand all lines: docs/resources/k8s_credentials.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ description: |-
27
27
-**davis_events_integration_enabled** (Boolean) Inclusion of all Davis relevant events is enabled (`true`) or disabled (`false`) for the Kubernetes cluster. If the field is omitted during an update, the old value remains unaffected
28
28
-**endpoint_url** (String) The URL of the Kubernetes API server. It must be unique within a Dynatrace environment. The URL must valid according to RFC 2396. Leading or trailing whitespaces are not allowed.
29
29
-**event_analysis_and_alerting_enabled** (Boolean) Event analysis and alerting is (`true`) or disabled (`false`) for the Kubernetes cluster. If the field is omitted during an update, the old value remains unaffected.
30
-
-**events_field_selectors** (Block List) Up to 20 Kubernetes field selector filters. If the field is omitted during an update, the old value remains unaffected. (see [below for nested schema](#nestedblock--events_field_selectors))
30
+
-**events_field_selectors** (Block List) Kubernetes event filters based on field-selectors. If set to `null` on creation, no events field selectors are subscribed. If set to `null` on update, no change of stored events field selectors is applied. Set an empty list to clear all events field selectors. (see [below for nested schema](#nestedblock--events_field_selectors))
31
31
-**events_integration_enabled** (Boolean) Monitoring of events is enabled (`true`) or disabled (`false`) for the Kubernetes cluster. Event monitoring depends on the active state of this configuration to be true. If not set on creation, the `false` value is used. If the field is omitted during an update, the old value remains unaffected.
32
32
-**hostname_verification** (Boolean) Verify hostname in certificate against Kubernetes API URL
Copy file name to clipboardExpand all lines: docs/resources/web_application.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,16 +134,16 @@ Required:
134
134
Valid values range from 0 to 9999.
135
135
136
136
Only effective if `nonW3cResourceTimings` is enabled
137
+
138
+
Optional:
139
+
140
+
-**non_w3c_resource_timings** (Boolean) Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
137
141
-**resource_timing_capture_type** (String) Defines how detailed resource timings are captured.
138
142
139
143
Only effective if **w3cResourceTimings** or **nonW3cResourceTimings** is enabled. Possible values are `CAPTURE_ALL_SUMMARIES`, `CAPTURE_FULL_DETAILS` and `CAPTURE_LIMITED_SUMMARIES`
140
144
-**resource_timings_domain_limit** (Number) Limits the number of domains for which W3C resource timings are captured.
141
145
142
146
Only effective if **resourceTimingCaptureType** is `CAPTURE_LIMITED_SUMMARIES`. Valid values range from 0 to 50.
143
-
144
-
Optional:
145
-
146
-
-**non_w3c_resource_timings** (Boolean) Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
147
147
-**w3c_resource_timings** (Boolean) W3C resource timings for third party/CDN enabled/disabled
148
148
149
149
@@ -508,7 +508,7 @@ Optional:
508
508
509
509
Optional:
510
510
511
-
-**property** (Block List, Max: 1) User action and session properties settings (see [below for nested schema](#nestedblock--user_action_and_session_properties--property))
511
+
-**property** (Block List) User action and session properties settings (see [below for nested schema](#nestedblock--user_action_and_session_properties--property))
0 commit comments