@dynatrace-sdk/client-classic-environment-v2 3.6.8 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +21 -41
  3. package/cjs/index.js +900 -790
  4. package/dynatrace-metadata.json +4 -4
  5. package/esm/index.js +900 -790
  6. package/package.json +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +4 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-agent-tokens-api.d.ts +4 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +4 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +4 -1
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +4 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +6 -3
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +4 -1
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +4 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/api-client-options.d.ts +7 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +4 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +4 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +4 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +4 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +4 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +4 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +4 -1
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +11 -29
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +4 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +4 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +4 -1
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +4 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +4 -1
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +4 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +4 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +4 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +4 -1
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +4 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +4 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +6 -3
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +4 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +4 -1
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +4 -1
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +4 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +4 -1
  41. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.d.ts +1 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.d.ts +12 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.d.ts +1 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.d.ts +1 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +4 -6
  47. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.d.ts +8 -1
  48. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +7 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +1 -1
  50. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +7 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 3.7.1
6
+
7
+ ### Patch Changes
8
+
9
+ - Improve performance of payload transformations. (APPDEV-12840)
10
+ - Remove generatedAt property from metadata file. (APPDEV-12696)
11
+
12
+ ## 3.7.0
13
+
14
+ ### Minor Changes
15
+
16
+ - Fix `getPermissions` operation success response to return proper `AccessorPermissionsList` type instead of `AccessorPermissionsList[]` in **SettingsObjectsAPI**
17
+ - Add new `DEBUGGING` value to `ActiveGateModule.type` enum
18
+ - Add new optional fields (`description`, `displayName`, `isRecommended`) to the `FeatureSetDetails` model
19
+ - Add new optional `browserExecutionSupported` field to the `PrivateSyntheticLocation` and `SyntheticPrivateLocationUpdate` models
20
+ - Made `targetList` field optional in `SyntheticMultiProtocolMonitorStepDto`
21
+ - Add support for optional transformations. (APPDEV-11914)
22
+
23
+ ### Patch Changes
24
+
25
+ - Add fix for 'transformToFormDataField' function. (APPDEV-12478)
26
+
5
27
  ## 3.6.8
6
28
 
7
29
  Updated required scopes for `getMonitors` operation and minor documentation updates.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dynatrace-sdk/client-classic-environment-v2
2
2
 
3
- [![npm](https://img.shields.io/badge/npm-v3.6.8-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.6.8)
3
+ [![npm](https://img.shields.io/badge/npm-v3.7.1-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.7.1)
4
4
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
 
6
6
 
@@ -1820,8 +1820,8 @@ The response includes all ActiveGates that are currently connected to the enviro
1820
1820
  | --- | --- | --- |
1821
1821
  |config.autoUpdate|"ENABLED" | "DISABLED"|Filters the resulting set of ActiveGates by the actual state of auto-update. |
1822
1822
  |config.containerized|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Filters the resulting set of ActiveGates to those which are running in container (<code>true</code>) or not (<code>false</code>). |
1823
- |config.disabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the disabled modules. |
1824
- |config.enabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the enabled modules. |
1823
+ |config.disabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "DEBUGGING" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the disabled modules. |
1824
+ |config.enabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "DEBUGGING" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the enabled modules. |
1825
1825
  |config.group|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the group.</p> <p>You can specify a partial name. In that case, the <code>CONTAINS</code> operator is used.</p> |
1826
1826
  |config.hostname|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the name of the host it's running on.</p> <p>You can specify a partial name. In that case, the <code>CONTAINS</code> operator is used.</p> |
1827
1827
  |config.loadBalancerAddress|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the Load Balancer address.</p> <p>You can specify a partial address. In that case, the <code>CONTAINS</code> operator is used.</p> |
@@ -5293,42 +5293,17 @@ Ingested logs are stored in the indexed log storage.
5293
5293
 
5294
5294
  This endpoint requires an ActiveGate with the **Log Analytics Collector** module enabled.
5295
5295
 
5296
- The maximum payload size of a single request is **10 MB**. Requests with a greater payload are rejected, and the API returns a 413 response code.
5297
-
5298
- If the ingested payload is a JSON array, the maximum array size is **50000**. Requests with a greater payload are rejected, and the API returns a 413 response code.
5299
-
5300
-
5301
- **Log events per minute (SaaS)**:
5302
-
5303
- Grail tenants: no limit, other tenants: 1M per minute by default.
5304
-
5305
- If your log data stream within your cluster exceeds the limit, all log events above the limit are ignored.
5306
-
5307
-
5308
- **Log events per minute (Managed)**:
5309
-
5310
- 1k/minute per cluster by default.
5311
-
5312
- If your log data stream within your cluster exceeds the limit, all log events above the limit are ignored.
5313
-
5314
- If you increase resources (RAM) in your nodes, you can increase the limit based on the cluster resources size using an API call or Cluster Management Console (CMC).
5315
-
5316
-
5317
- Refresh cluster limit using the API call
5318
-
5319
- See [Update log events per cluster for Log Monitoring](https://dt-url.net/f123yeu).
5320
-
5321
-
5322
- Refresh cluster limit using Cluster Management Console (CMC)
5296
+ **High-cardinality attributes:**
5323
5297
 
5324
- 1. In the CMC, select **Environments** and the environment for which you wish to update the total log events per cluster.
5298
+ Unique log data attributes (high-cardinality attributes) such as `span_id` and `trace_id` generate unnecessarily excessive facet lists that may impact log viewer performance. Because of this, they aren&apos;t listed in log viewer facets. You can still use them in a log viewer advanced search query.
5325
5299
 
5326
- 2. On the environment details page, in the **Cluster overload prevention settings** section, select the **Refresh cluster limit**.
5327
5300
 
5301
+ **Limitations:**
5328
5302
 
5329
- **High-cardinality attributes:**
5330
-
5331
- Unique log data attributes (high-cardinality attributes) such as `span_id` and `trace_id` generate unnecessarily excessive facet lists that may impact log viewer performance. Because of this, they aren&apos;t listed in log viewer facets. You can still use them in a log viewer advanced search query.
5303
+ Please refer to the following documentation pages:
5304
+ * [Grail tenant limits](https://docs.dynatrace.com/docs/analyze-explore-automate/logs/lma-limits)
5305
+ * [LM v2 SaaS tenant limits](https://docs.dynatrace.com/docs/analyze-explore-automate/log-monitoring/log-monitoring-limits)
5306
+ * [LM v2 Managed tenant limits](https://docs.dynatrace.com/managed/analyze-explore-automate/log-monitoring/log-monitoring-limits)
5332
5307
 
5333
5308
 
5334
5309
  **Error handling:**
@@ -9594,7 +9569,7 @@ const data =
9594
9569
  ### getPermissions
9595
9570
 
9596
9571
  <div class="padding-bottom--md">
9597
- <strong>settingsObjectsClient.getPermissions(config): Promise&lt;Array&lt;<a href="#accessorpermissionslist">AccessorPermissionsList</a>&gt;&gt;</strong>
9572
+ <strong>settingsObjectsClient.getPermissions(config): Promise&lt;<a href="#accessorpermissionslist">AccessorPermissionsList</a>&gt;</strong>
9598
9573
 
9599
9574
  <div class="padding-left--md">
9600
9575
 
@@ -12411,7 +12386,7 @@ Information about ActiveGate module
12411
12386
  |attributes|<a href="#activegatemoduleattributes">ActiveGateModuleAttributes</a>|The attributes of the ActiveGate module. |
12412
12387
  |enabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The module is enabled (<code>true</code>) or disabled (<code>false</code>). |
12413
12388
  |misconfigured|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The module is misconfigured (<code>true</code>) or not (<code>false</code>). |
12414
- |type|"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"|The type of ActiveGate module. |
12389
+ |type|"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "DEBUGGING" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"|The type of ActiveGate module. |
12415
12390
  |version|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the ActiveGate module. |
12416
12391
 
12417
12392
  ### ActiveGateModuleAttributes
@@ -14086,6 +14061,9 @@ Additional information about a Feature Set
14086
14061
 
14087
14062
  | Name | Type | Description |
14088
14063
  | --- | --- | --- |
14064
+ |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Optional description for the FeatureSet |
14065
+ |displayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Optional display name of the FeatureSet |
14066
+ |isRecommended|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Marks the feature set as recommended (selected by default during activation) |
14089
14067
  |metrics|Array&lt;<a href="#metricdto" target="_blank" rel="noopener noreferrer">MetricDto</a>&gt;|Feature set metrics |
14090
14068
 
14091
14069
  ### Filter
@@ -14945,6 +14923,7 @@ Configuration of a private synthetic location.
14945
14923
  |availabilityLocationOutage|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Alerting for location outage is enabled (<code>true</code>) or disabled (<code>false</code>). Supported only for private Synthetic locations. |
14946
14924
  |availabilityNodeOutage|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Alerting for node outage is enabled (<code>true</code>) or disabled (<code>false</code>). \\n\\n If enabled, the outage of <em>any</em> node in the location triggers an alert. Supported only for private Synthetic locations. |
14947
14925
  |availabilityNotificationsEnabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Notifications for location and node outage are enabled (<code>true</code>) or disabled (<code>false</code>). Supported only for private Synthetic locations. |
14926
+ |browserExecutionSupported|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Boolean value describes if browser monitors will be executed on this location:</p> <ul> <li><code>false</code>: Browser monitor executions disabled.</li> <li><code>true</code>: Browser monitor executions enabled.</li> </ul> |
14948
14927
  |city|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The city of the location. |
14949
14928
  |countryCode|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The country code of the location.</p> <p>To fetch the list of available country codes, use the <a href="https://dt-url.net/37030go" target="_blank" rel="noopener noreferrer" >GET all countries</a> request.</p> |
14950
14929
  |countryName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The country name of the location. |
@@ -16321,7 +16300,7 @@ The step of a network availability monitor.
16321
16300
  |requestConfigurations<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolrequestconfigurationdto">SyntheticMultiProtocolRequestConfigurationDto</a>&gt;|Request configurations. |
16322
16301
  |requestType<sup>*required</sup>|"ICMP" &#124; "TCP" &#124; "DNS"|Request type. |
16323
16302
  |targetFilter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Target filter. |
16324
- |targetList<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|Target list. |
16303
+ |targetList|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|Target list. |
16325
16304
 
16326
16305
  ### SyntheticMultiProtocolMonitorStepDtoProperties
16327
16306
 
@@ -16526,6 +16505,7 @@ Configuration of a private synthetic location
16526
16505
  |availabilityLocationOutage|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Alerting for location outage is enabled (<code>true</code>) or disabled (<code>false</code>). Supported only for private Synthetic locations. |
16527
16506
  |availabilityNodeOutage|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Alerting for node outage is enabled (<code>true</code>) or disabled (<code>false</code>). \\n\\n If enabled, the outage of <em>any</em> node in the location triggers an alert. Supported only for private Synthetic locations. |
16528
16507
  |availabilityNotificationsEnabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Notifications for location and node outage are enabled (<code>true</code>) or disabled (<code>false</code>). Supported only for private Synthetic locations. |
16508
+ |browserExecutionSupported|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Boolean value describes if browser monitors will be executed on this location:</p> <ul> <li><code>false</code>: Browser monitor executions disabled.</li> <li><code>true</code>: Browser monitor executions enabled.</li> </ul> |
16529
16509
  |city|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The city of the location. |
16530
16510
  |countryCode|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The country code of the location.</p> <p>To fetch the list of available country codes, use the <a href="https://dt-url.net/37030go" target="_blank" rel="noopener noreferrer" >GET all countries</a> request.</p> |
16531
16511
  |deploymentType|"UNKNOWN" &#124; "KUBERNETES" &#124; "OPENSHIFT" &#124; "STANDARD"|<p>The deployment type of the location:</p> <ul> <li><code>STANDARD</code>: The location is deployed on Windows or Linux.</li> <li><code>KUBERNETES</code>: The location is deployed on Kubernetes.</li> </ul> |
@@ -17175,7 +17155,7 @@ The type of ActiveGate module.
17175
17155
 
17176
17156
  <div class="padding-left--md">
17177
17157
 
17178
- `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
17158
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `Debugging` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
17179
17159
 
17180
17160
  </div>
17181
17161
 
@@ -18211,7 +18191,7 @@ Type of this filter, determines which other fields are present.Can be any of:
18211
18191
 
18212
18192
  <div class="padding-left--md">
18213
18193
 
18214
- `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
18194
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `Debugging` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
18215
18195
 
18216
18196
  </div>
18217
18197
 
@@ -18229,7 +18209,7 @@ Type of this filter, determines which other fields are present.Can be any of:
18229
18209
 
18230
18210
  <div class="padding-left--md">
18231
18211
 
18232
- `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
18212
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `Debugging` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
18233
18213
 
18234
18214
  </div>
18235
18215