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/document.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
@@ -10,7 +10,7 @@ description: |-
10
10
11
11
-> **Dynatrace SaaS only**
12
12
13
-
-> To utilize this resource, please define the environment variables `DT_CLIENT_ID`, `DT_CLIENT_SECRET`, `DT_ACCOUNT_ID` with an OAuth client including the following permissions: **Create and edit documents** (`document:documents:write`), **View documents** (`document:documents:read`)and **Delete documents** (`document:documents:delete`).
13
+
-> To utilize this resource, please define the environment variables `DT_CLIENT_ID`, `DT_CLIENT_SECRET`, `DT_ACCOUNT_ID` with an OAuth client including the following permissions: **Create and edit documents** (`document:documents:write`), **View documents** (`document:documents:read`), **Delete documents** (`document:documents:delete`), and **Delete documents from trash** (`document:trash.documents:delete`).
14
14
15
15
-> This resource is excluded by default in the export utility, please explicitly specify the resource to retrieve existing configuration.
-`interface_saturation_threshold` (Number) (Required v305+) The threshold at which a network device interface is deemed to be saturated.
45
+
-`interface_saturation_threshold` (Number) The threshold at which a network device interface is deemed to be saturated.
46
+
-`invex_dql_query_limit` (Number) Limit the number of results returned from Grail for Data center, Host, and Network device entities.
47
+
-`invex_dql_sort_limit` (Number) Limit for server-side sorting in Data center, Host, and Network device inventories. Sorting is disabled when the row count exceeds the configured threshold.
-`scope` (String) The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
72
72
-`security_software_detection_enabled` (Boolean) This flag enables the detection of security software such as anti-malware protection.
73
+
-`split_db_2_grouping_by_instances` (Boolean) Enable to group and separately analyze the processes of each DB2 Instance. Each process receives a unique name based on the DB2 Instance name.
-`application_id` (String) The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
40
+
-`code_snippet` (Block List, Min: 1, Max: 1) Code snippet is a piece of inline code that implements basic functionality and loads the full functionality either synchronously or deferred. Even though it implements an update mechanism, regular updates are still required to guarantee compatibility. (see [below for nested schema](#nestedblock--code_snippet))
41
+
-`javascript_tag` (Block List, Min: 1, Max: 1) JavaScript tag references an external file containing monitoring code and configuration. Due to its dynamic update mechanism, it is recommended for most use cases. (see [below for nested schema](#nestedblock--javascript_tag))
42
+
43
+
### Optional
44
+
45
+
-`oneagent_javascript_tag` (Block List, Max: 1) OneAgent JavaScript tag includes configuration and a reference to an external file containing the monitoring code. It needs to be updated after configuration changes and monitoring code updates. (see [below for nested schema](#nestedblock--oneagent_javascript_tag))
46
+
-`oneagent_javascript_tag_sri` (Block List, Max: 1) OneAgent JavaScript tag with SRI includes configuration, a reference to an external file containing the monitoring code, and a hash that allows the browser to verify the integrity of the monitoring code before executing it. It needs to be updated after configuration changes and monitoring code updates. (see [below for nested schema](#nestedblock--oneagent_javascript_tag_sri))
47
+
48
+
### Read-Only
49
+
50
+
-`id` (String) The ID of this resource.
51
+
52
+
<aid="nestedblock--code_snippet"></a>
53
+
### Nested Schema for `code_snippet`
54
+
55
+
Required:
56
+
57
+
-`code_snippet_type` (String) Possible Values: `DEFERRED`, `SYNCHRONOUSLY`
58
+
59
+
60
+
<aid="nestedblock--javascript_tag"></a>
61
+
### Nested Schema for `javascript_tag`
62
+
63
+
Required:
64
+
65
+
-`cache_duration` (String) Duration in hours, possible Values: `1`, `12`, `144`, `24`, `3`, `6`, `72`
66
+
-`crossorigin_anonymous` (Boolean) Add the `crossorigin=anonymous` attribute to capture JavaScript error messages and W3C resource timings
67
+
68
+
Optional:
69
+
70
+
-`script_execution_attribute` (String) Possible Values: `Async`, `Defer`, `None`
71
+
72
+
73
+
<aid="nestedblock--oneagent_javascript_tag"></a>
74
+
### Nested Schema for `oneagent_javascript_tag`
75
+
76
+
Optional:
77
+
78
+
-`script_execution_attribute` (String) Possible Values: `Async`, `Defer`, `None`
0 commit comments