@dynatrace-sdk/client-classic-environment-v2 4.2.0 → 5.1.0

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 (131) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +2105 -565
  3. package/cjs/index.js +4215 -3633
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +2368 -1988
  6. package/package.json +3 -4
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-agent-tokens-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +1 -1
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +1 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +1 -1
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +1 -1
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +1 -1
  15. package/types/packages/{shared-client-utils/src → client/classic-environment-v2/src/lib/apis}/api-client-options.d.ts +1 -1
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +1 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +1 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +24 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +2 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +16 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +1 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +1 -1
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +1 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +1 -1
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +1 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +1 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +5 -5
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +1 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +1 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +8 -3
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -1
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +3 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +7 -5
  41. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/get-error-message.d.ts +1 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.d.ts +12 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.d.ts +10 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto.d.ts +24 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.d.ts +18 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts +15 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts +21 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.d.ts +9 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +6 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts +42 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/client-certificate-dto.d.ts +13 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +4 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +11 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts +11 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +4 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-management-zone-dto.d.ts +14 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-tag-dto.d.ts +32 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +4 -4
  64. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +2 -1
  65. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +2 -2
  66. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.d.ts +9 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts +14 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts +37 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +4 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts +13 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +59 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +25 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-agent-settings-dto.d.ts +44 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +20 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.d.ts +17 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.d.ts +11 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts +13 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +34 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts +12 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto.d.ts +12 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto-type.d.ts +9 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto.d.ts +13 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-property-dto.d.ts +13 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +30 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts +21 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +14 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +14 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.d.ts +15 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +9 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/proxy-dto.d.ts +9 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.d.ts +12 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto.d.ts +13 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts +14 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +10 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +14 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +26 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/selection-dto.d.ts +13 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +85 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.d.ts +9 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +65 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.d.ts +9 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +77 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.d.ts +22 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto.d.ts +25 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-cookie-dto.d.ts +21 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.d.ts +2 -1
  107. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +1 -1
  108. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response-type.d.ts +1 -2
  109. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +3 -3
  110. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +1 -1
  111. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +1 -1
  112. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +9 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/target-dto.d.ts +14 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/test-device-dto.d.ts +25 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +10 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/timeout-settings-dto.d.ts +13 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.d.ts +10 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto.d.ts +26 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +15 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/visually-complete-options-dto.d.ts +25 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +10 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/utils/transformations.d.ts +8 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/utils/url-helpers.d.ts +6 -0
  124. package/types/packages/shared-errors/src/client-request-error.d.ts +1 -1
  125. package/types/packages/shared-errors/src/types.d.ts +1 -1
  126. package/types/packages/shared-client-utils/src/api-gateway-errors-handler.d.ts +0 -9
  127. package/types/packages/shared-client-utils/src/encoding.d.ts +0 -17
  128. package/types/packages/shared-client-utils/src/get-error-message.d.ts +0 -8
  129. package/types/packages/shared-client-utils/src/index.d.ts +0 -6
  130. package/types/packages/shared-client-utils/src/transformations.d.ts +0 -64
  131. package/types/packages/shared-client-utils/src/url-helpers.d.ts +0 -12
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Type of authentication.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum AuthenticationDtoType {
7
+ HttpAuthentication = "HTTP_AUTHENTICATION",
8
+ Kerberos = "KERBEROS",
9
+ Webform = "WEBFORM"
10
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Authentication dto for Browser Monitor step.
3
+ */
4
+ export interface AuthenticationDto {
5
+ /**
6
+ * String containing the allowed servers of KERBEROS authentication. Can be defined only for `KERBEROS` authentication type.
7
+ */
8
+ authServerAllowlist?: string;
9
+ /**
10
+ * String containing the KERBEROS authentication domain. Can be defined only for `KERBEROS` authentication type.
11
+ */
12
+ domain?: string;
13
+ /**
14
+ * Defines the actual set of fields depending on the value. See one of the following objects:
15
+ *
16
+ * * `SECURE` -> SecureAuthenticationDto
17
+ * * `PLAIN` -> PlainAuthenticationDto
18
+ */
19
+ inputType: 'PLAIN' | 'SECURE';
20
+ /**
21
+ * Type of authentication.
22
+ */
23
+ type: 'HTTP_AUTHENTICATION' | 'KERBEROS' | 'WEBFORM';
24
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Defines the actual set of fields depending on the value. See one of the following objects:
3
+ *
4
+ * * `TIME` -> TimeWaitConditionDto
5
+ * * `VALIDATION` -> ValidationWaitConditionDto
6
+ * * `PAGE_COMPLETE` -> BaseWaitConditionDto
7
+ * * `NETWORK` -> BaseWaitConditionDto
8
+ * * `NEXT_EVENT` -> BaseWaitConditionDto
9
+ *
10
+ * @deprecated Use literal values.
11
+ */
12
+ export declare enum BaseWaitConditionDtoType {
13
+ Network = "NETWORK",
14
+ NextEvent = "NEXT_EVENT",
15
+ PageComplete = "PAGE_COMPLETE",
16
+ Time = "TIME",
17
+ Validation = "VALIDATION"
18
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Wait condition for Browser Monitor step.
3
+ */
4
+ export interface BaseWaitConditionDto {
5
+ /**
6
+ * Defines the actual set of fields depending on the value. See one of the following objects:
7
+ *
8
+ * * `TIME` -> TimeWaitConditionDto
9
+ * * `VALIDATION` -> ValidationWaitConditionDto
10
+ * * `PAGE_COMPLETE` -> BaseWaitConditionDto
11
+ * * `NETWORK` -> BaseWaitConditionDto
12
+ * * `NEXT_EVENT` -> BaseWaitConditionDto
13
+ */
14
+ type: 'NETWORK' | 'NEXT_EVENT' | 'PAGE_COMPLETE' | 'TIME' | 'VALIDATION';
15
+ }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Permissions settings for browser.
3
+ */
4
+ export interface BrowserPermissionsDto {
5
+ /**
6
+ * Camera permission. If not defined in request, it will be set to false by default.
7
+ */
8
+ camera?: boolean;
9
+ /**
10
+ * Location permission. If not defined in request, it will be set to false by default.
11
+ */
12
+ location?: boolean;
13
+ /**
14
+ * Microphone permission. If not defined in request, it will be set to false by default.
15
+ */
16
+ microphone?: boolean;
17
+ /**
18
+ * Notifications permission. If not defined in request, it will be set to false by default.
19
+ */
20
+ notifications?: boolean;
21
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * autoplay-policy type.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum ChromiumStartupFlagsDtoAutoplayPolicy {
7
+ NoUserGestureRequired = "no-user-gesture-required",
8
+ DocumentUserActivationRequired = "document-user-activation-required"
9
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * disable-features map
3
+ */
4
+ export interface ChromiumStartupFlagsDtoDisableFeatures {
5
+ [propName: string]: boolean | undefined;
6
+ }
@@ -0,0 +1,42 @@
1
+ import { ChromiumStartupFlagsDtoDisableFeatures } from './chromium-startup-flags-dto-disable-features';
2
+ /**
3
+ * Chromium startup flags of a Browser Monitor.
4
+ */
5
+ export interface ChromiumStartupFlagsDto {
6
+ /**
7
+ * autoplay-policy type.
8
+ */
9
+ 'autoplay-policy'?: 'no-user-gesture-required' | 'document-user-activation-required';
10
+ /**
11
+ * disable-features map
12
+ */
13
+ 'disable-features'?: ChromiumStartupFlagsDtoDisableFeatures;
14
+ /**
15
+ * disable-site-isolation-trials flag.
16
+ */
17
+ 'disable-site-isolation-trials'?: boolean;
18
+ /**
19
+ * disable-web-security flag. If no value is passed, it will be set to false by default.
20
+ */
21
+ 'disable-web-security'?: boolean;
22
+ /**
23
+ * host-resolver-rules.
24
+ */
25
+ 'host-resolver-rules'?: string;
26
+ /**
27
+ * ignore-certificate-errors flag.
28
+ */
29
+ 'ignore-certificate-errors'?: boolean;
30
+ /**
31
+ * ssl-version-max.
32
+ */
33
+ 'ssl-version-max'?: string;
34
+ /**
35
+ * ssl-version-min.
36
+ */
37
+ 'ssl-version-min'?: string;
38
+ /**
39
+ * test-type flag.
40
+ */
41
+ 'test-type'?: boolean;
42
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Client certificate.
3
+ */
4
+ export interface ClientCertificateDto {
5
+ /**
6
+ * Certificate CV id.
7
+ */
8
+ credentialId: string;
9
+ /**
10
+ * Domain certificate will be applied to.
11
+ */
12
+ domain: string;
13
+ }
@@ -30,6 +30,10 @@ export interface ComplexConstraint {
30
30
  * Whether to skip validation on a change made from the UI.
31
31
  */
32
32
  skipAsyncValidation?: boolean;
33
+ /**
34
+ * The maximum time in seconds the custom validator is allowed to run.
35
+ */
36
+ timeout?: number;
33
37
  /**
34
38
  * The type of the constraint.
35
39
  */
@@ -38,6 +38,10 @@ export interface Constraint {
38
38
  * Whether to skip validation on a change made from the UI.
39
39
  */
40
40
  skipAsyncValidation?: boolean;
41
+ /**
42
+ * The maximum time in seconds the custom validator is allowed to run.
43
+ */
44
+ timeout?: number;
41
45
  /**
42
46
  * The type of the constraint.
43
47
  */
@@ -0,0 +1,11 @@
1
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
2
+ import { SyntheticMonitorCookieDto } from './synthetic-monitor-cookie-dto';
3
+ /**
4
+ * Cookie step of Browser Monitor.
5
+ */
6
+ export interface CookieStepDto extends SyntheticBrowserMonitorStepDto {
7
+ /**
8
+ * Field containing the list of cookies.
9
+ */
10
+ cookies?: SyntheticMonitorCookieDto[];
11
+ }
@@ -0,0 +1,11 @@
1
+ import { AbstractCredentialsResponseElement } from './abstract-credentials-response-element';
2
+ /**
3
+ * A list of detailed credentials sets for Synthetic monitors.
4
+ */
5
+ export interface CredentialsDetailsList {
6
+ allowPlaybackWithPrefilledCredentials?: boolean;
7
+ /**
8
+ * A list of credentials sets for Synthetic monitors.
9
+ */
10
+ credentials: AbstractCredentialsResponseElement[];
11
+ }
@@ -11,6 +11,10 @@ export interface DeletionConstraint {
11
11
  */
12
12
  customValidatorId?: string;
13
13
  schemaIds?: string[];
14
+ /**
15
+ * The maximum time in seconds the custom validator is allowed to run.
16
+ */
17
+ timeout?: number;
14
18
  /**
15
19
  * The type of the deletion constraint.
16
20
  */
@@ -0,0 +1,14 @@
1
+ export interface EnrichedManagementZoneDto {
2
+ /**
3
+ * The ID of the management zone.
4
+ */
5
+ id?: string;
6
+ /**
7
+ * The name of the management zone.
8
+ */
9
+ name?: string;
10
+ /**
11
+ * The path to the settings object in the Settings API.
12
+ */
13
+ sourceSetting?: string;
14
+ }
@@ -0,0 +1,32 @@
1
+ export interface EnrichedTagDto {
2
+ /**
3
+ * The origin of the tag, such as AWS or Cloud Foundry.
4
+ *
5
+ * Custom tags use the `CONTEXTLESS` value.
6
+ */
7
+ context?: string;
8
+ /**
9
+ * The key of the tag.
10
+ */
11
+ key?: string;
12
+ /**
13
+ * The source where the tag comes from. Possible values are:
14
+ *
15
+ * * Auto tags
16
+ * * Environment tags
17
+ * * User provided tags
18
+ */
19
+ source?: string;
20
+ /**
21
+ * The path to the settings object in the Settings API. Only available for tags with the Auto tags source.
22
+ */
23
+ sourceSetting?: string;
24
+ /**
25
+ * The string representation of the tag.
26
+ */
27
+ stringRepresentation?: string;
28
+ /**
29
+ * The value of the tag.
30
+ */
31
+ value?: string;
32
+ }
@@ -1,9 +1,9 @@
1
+ import { EnrichedManagementZoneDto } from './enriched-management-zone-dto';
2
+ import { EnrichedTagDto } from './enriched-tag-dto';
1
3
  import { EntityFromRelationships } from './entity-from-relationships';
2
4
  import { EntityIcon } from './entity-icon';
3
5
  import { EntityProperties } from './entity-properties';
4
6
  import { EntityToRelationships } from './entity-to-relationships';
5
- import { ManagementZone } from './management-zone';
6
- import { METag } from './me-tag';
7
7
  /**
8
8
  * The properties of a monitored entity.
9
9
  */
@@ -35,7 +35,7 @@ export interface Entity {
35
35
  /**
36
36
  * A set of management zones to which the entity belongs.
37
37
  */
38
- managementZones?: ManagementZone[];
38
+ managementZones?: EnrichedManagementZoneDto[];
39
39
  /**
40
40
  * A list of additional properties of the entity.
41
41
  */
@@ -43,7 +43,7 @@ export interface Entity {
43
43
  /**
44
44
  * A set of tags assigned to the entity.
45
45
  */
46
- tags?: METag[];
46
+ tags?: EnrichedTagDto[];
47
47
  /**
48
48
  * A list of relationships where the entity occupies the TO position.
49
49
  */
@@ -13,5 +13,6 @@ export declare enum EventIngestEventType {
13
13
  ErrorEvent = "ERROR_EVENT",
14
14
  MarkedForTermination = "MARKED_FOR_TERMINATION",
15
15
  PerformanceEvent = "PERFORMANCE_EVENT",
16
- ResourceContentionEvent = "RESOURCE_CONTENTION_EVENT"
16
+ ResourceContentionEvent = "RESOURCE_CONTENTION_EVENT",
17
+ Warning = "WARNING"
17
18
  }
@@ -12,7 +12,7 @@ export interface EventIngest {
12
12
  /**
13
13
  * The [entity selector](https://dt-url.net/apientityselector), defining a set of Dynatrace entities to be associated with the event.
14
14
  *
15
- * Only entities that have been active within the last 24 hours can be selected.
15
+ * Only entities that have been active within the last 24 hours can be selected. Note that the `entityId` filter bypasses this time constraint, allowing events to be ingested for entities that have been inactive for more than 24 hours.
16
16
  *
17
17
  * If not set, the event is associated with the environment (`dt.entity.environment`) entity.
18
18
  */
@@ -20,7 +20,7 @@ export interface EventIngest {
20
20
  /**
21
21
  * The type of the event.
22
22
  */
23
- eventType: 'AVAILABILITY_EVENT' | 'CUSTOM_ALERT' | 'CUSTOM_ANNOTATION' | 'CUSTOM_CONFIGURATION' | 'CUSTOM_DEPLOYMENT' | 'CUSTOM_INFO' | 'ERROR_EVENT' | 'MARKED_FOR_TERMINATION' | 'PERFORMANCE_EVENT' | 'RESOURCE_CONTENTION_EVENT';
23
+ eventType: 'AVAILABILITY_EVENT' | 'CUSTOM_ALERT' | 'CUSTOM_ANNOTATION' | 'CUSTOM_CONFIGURATION' | 'CUSTOM_DEPLOYMENT' | 'CUSTOM_INFO' | 'ERROR_EVENT' | 'MARKED_FOR_TERMINATION' | 'PERFORMANCE_EVENT' | 'RESOURCE_CONTENTION_EVENT' | 'WARNING';
24
24
  /**
25
25
  * A map of event properties.
26
26
  *
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Filter mode for filtered requests.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum FilteredRequestsDtoMode {
7
+ Block = "BLOCK",
8
+ Allow = "ALLOW"
9
+ }
@@ -0,0 +1,14 @@
1
+ import { RequestFilterDto } from './request-filter-dto';
2
+ /**
3
+ * Filtered requests of a Browser Monitor.
4
+ */
5
+ export interface FilteredRequestsDto {
6
+ /**
7
+ * Filter mode for filtered requests.
8
+ */
9
+ mode: 'BLOCK' | 'ALLOW';
10
+ /**
11
+ * Requests to be filtered.
12
+ */
13
+ requests: RequestFilterDto[];
14
+ }
@@ -0,0 +1,37 @@
1
+ /**
2
+ * JS framework options of a JS Agent.
3
+ */
4
+ export interface FrameworkOptionsDto {
5
+ /**
6
+ * activeXObject support. If not defined in request, it will be set to false by default.
7
+ */
8
+ activeXObject?: boolean;
9
+ /**
10
+ * Angular support. If not defined in request, it will be set to false by default.
11
+ */
12
+ angular?: boolean;
13
+ /**
14
+ * Dojo support. If not defined in request, it will be set to false by default.
15
+ */
16
+ dojo?: boolean;
17
+ /**
18
+ * extJs support. If not defined in request, it will be set to false by default.
19
+ */
20
+ extJs?: boolean;
21
+ /**
22
+ * icefaces support. If not defined in request, it will be set to false by default.
23
+ */
24
+ icefaces?: boolean;
25
+ /**
26
+ * jquery support. If not defined in request, it will be set to false by default.
27
+ */
28
+ jQuery?: boolean;
29
+ /**
30
+ * mooTools support. If not defined in request, it will be set to false by default.
31
+ */
32
+ mooTools?: boolean;
33
+ /**
34
+ * prototype support. If not defined in request, it will be set to false by default.
35
+ */
36
+ prototype?: boolean;
37
+ }
@@ -6,6 +6,10 @@ export interface HistoryModificationInfo {
6
6
  * The unique identifier of the user who performed the most recent modification.
7
7
  */
8
8
  lastModifiedBy?: string;
9
+ /**
10
+ * Reason for system change
11
+ */
12
+ lastModifiedReason?: string;
9
13
  /**
10
14
  * Timestamp when the setting was last modified in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z')
11
15
  */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Ignored Error Codes of a Browser Monitor.
3
+ */
4
+ export interface IgnoredErrorCodesDto {
5
+ /**
6
+ * Ignoring status codes will be applied to requests matching pattern.
7
+ */
8
+ matchingDocumentRequests?: string;
9
+ /**
10
+ * Status codes to be ignored.
11
+ */
12
+ statusCodes?: string;
13
+ }
@@ -84,17 +84,27 @@ export * from './audit-log-entry';
84
84
  export * from './audit-log-entry-category';
85
85
  export * from './audit-log-entry-event-type';
86
86
  export * from './audit-log-entry-user-type';
87
+ export * from './authentication-dto';
88
+ export * from './authentication-dto-input-type';
89
+ export * from './authentication-dto-type';
87
90
  export * from './author-dto';
88
91
  export * from './availability-evidence';
89
92
  export * from './aws-key-based-credentials-dto';
90
93
  export * from './aws-role-based-credentials';
91
94
  export * from './azure-client-secret';
92
95
  export * from './azure-client-secret-config';
96
+ export * from './base-wait-condition-dto';
97
+ export * from './base-wait-condition-dto-type';
93
98
  export * from './biz-event-ingest-error';
94
99
  export * from './biz-event-ingest-result';
95
100
  export * from './bm-action';
101
+ export * from './browser-permissions-dto';
96
102
  export * from './burn-rate-alert';
97
103
  export * from './certificate-credentials';
104
+ export * from './chromium-startup-flags-dto';
105
+ export * from './chromium-startup-flags-dto-autoplay-policy';
106
+ export * from './chromium-startup-flags-dto-disable-features';
107
+ export * from './client-certificate-dto';
98
108
  export * from './cloud-event';
99
109
  export * from './code-level-vulnerability-details';
100
110
  export * from './code-level-vulnerability-details-type';
@@ -109,12 +119,14 @@ export * from './constraint';
109
119
  export * from './constraint-type';
110
120
  export * from './constraint-violation';
111
121
  export * from './constraint-violation-parameter-location';
122
+ export * from './cookie-step-dto';
112
123
  export * from './create-alert-query-time-frame';
113
124
  export * from './credential-access-data';
114
125
  export * from './credential-access-data-type';
115
126
  export * from './credential-usage-handler';
116
127
  export * from './credentials';
117
128
  export * from './credentials-details-certificate-response-element';
129
+ export * from './credentials-details-list';
118
130
  export * from './credentials-details-token-response-element';
119
131
  export * from './credentials-details-username-password-response-element';
120
132
  export * from './credentials-id';
@@ -149,6 +161,8 @@ export * from './effective-permission';
149
161
  export * from './effective-permission-granted';
150
162
  export * from './effective-settings-value';
151
163
  export * from './effective-settings-values-list';
164
+ export * from './enriched-management-zone-dto';
165
+ export * from './enriched-tag-dto';
152
166
  export * from './entities-list';
153
167
  export * from './entity';
154
168
  export * from './entity-from-relationships';
@@ -228,6 +242,9 @@ export * from './feature-set-details';
228
242
  export * from './filter';
229
243
  export * from './filter-type';
230
244
  export * from './filtered-counts-dto';
245
+ export * from './filtered-requests-dto';
246
+ export * from './filtered-requests-dto-mode';
247
+ export * from './framework-options-dto';
231
248
  export * from './from-position';
232
249
  export * from './function-definition';
233
250
  export * from './get-all-active-gates-query-auto-update';
@@ -273,16 +290,26 @@ export * from './http-protocol-details';
273
290
  export * from './http-request-parameter';
274
291
  export * from './identity';
275
292
  export * from './identity-type';
293
+ export * from './ignored-error-codes-dto';
276
294
  export * from './impact';
277
295
  export * from './impact-analysis';
278
296
  export * from './impact-impact-type';
279
297
  export * from './ingest-body';
280
298
  export * from './insert-position';
299
+ export * from './interaction-step-dto';
281
300
  export * from './invalid-line';
282
301
  export * from './invocation';
283
302
  export * from './item';
284
303
  export * from './item-metadata';
304
+ export * from './java-script-agent-settings-dto';
305
+ export * from './java-script-step-dto';
285
306
  export * from './json-node';
307
+ export * from './key-performance-metrics';
308
+ export * from './key-performance-metrics-load-action-kpm';
309
+ export * from './key-performance-metrics-xhr-action-kpm';
310
+ export * from './key-strokes-step-dto';
311
+ export * from './keystrokes-input-dto';
312
+ export * from './keystrokes-input-dto-type';
286
313
  export * from './linked-problem';
287
314
  export * from './list-credentials-query-type';
288
315
  export * from './location-collection-element';
@@ -292,6 +319,8 @@ export * from './location-collection-element-stage';
292
319
  export * from './location-collection-element-status';
293
320
  export * from './location-collection-element-type';
294
321
  export * from './location-execution-results';
322
+ export * from './locator-dto';
323
+ export * from './locator-dto-type';
295
324
  export * from './log-message-json';
296
325
  export * from './log-message-plain';
297
326
  export * from './log-record';
@@ -331,6 +360,7 @@ export * from './modification';
331
360
  export * from './modification-info';
332
361
  export * from './monitor-entity-id-dto';
333
362
  export * from './monitor-execution-results';
363
+ export * from './monitor-property-dto';
334
364
  export * from './monitor-request-execution-result';
335
365
  export * from './monitor-request-header';
336
366
  export * from './monitored-entity-state-param';
@@ -343,6 +373,8 @@ export * from './monitoring-configuration-response';
343
373
  export * from './monitoring-configuration-update-dto';
344
374
  export * from './mute-state';
345
375
  export * from './mute-state-reason';
376
+ export * from './navigate-step-dto';
377
+ export * from './network-throttling-dto';
346
378
  export * from './network-zone';
347
379
  export * from './network-zone-connection-statistics';
348
380
  export * from './network-zone-fallback-mode';
@@ -354,10 +386,13 @@ export * from './nodes';
354
386
  export * from './object-node';
355
387
  export * from './objects-list';
356
388
  export * from './permission-context';
389
+ export * from './plain-authentication-dto';
390
+ export * from './plain-keystrokes-input-dto';
357
391
  export * from './precondition';
358
392
  export * from './precondition-type';
359
393
  export * from './private-synthetic-location';
360
394
  export * from './private-synthetic-location-deployment-type';
395
+ export * from './private-synthetic-location-fips-mode';
361
396
  export * from './private-synthetic-location-node-names';
362
397
  export * from './private-synthetic-location-status';
363
398
  export * from './private-synthetic-location-type';
@@ -373,6 +408,7 @@ export * from './property-definition';
373
408
  export * from './property-definition-metadata';
374
409
  export * from './property-definition-modification-policy';
375
410
  export * from './protocol-details';
411
+ export * from './proxy-dto';
376
412
  export * from './public-certificate-credentials';
377
413
  export * from './public-synthetic-location';
378
414
  export * from './ref-pointer';
@@ -420,6 +456,9 @@ export * from './remediation-progress-entity-list';
420
456
  export * from './remediation-progress-entity-state';
421
457
  export * from './remediation-progress-vulnerable-component';
422
458
  export * from './remove-permission-path-accessor-type';
459
+ export * from './request-filter-dto';
460
+ export * from './request-filter-dto-type';
461
+ export * from './request-header-options-dto';
423
462
  export * from './request-information';
424
463
  export * from './resolution-request';
425
464
  export * from './resource-context';
@@ -469,6 +508,8 @@ export * from './schema-type';
469
508
  export * from './schema-type-properties';
470
509
  export * from './schema-type-type';
471
510
  export * from './schemas-list';
511
+ export * from './secure-authentication-dto';
512
+ export * from './secure-keystrokes-input-dto';
472
513
  export * from './security-context-dto-impl';
473
514
  export * from './security-context-result-dto';
474
515
  export * from './security-problem';
@@ -495,6 +536,8 @@ export * from './security-problems-bulk-mute-response';
495
536
  export * from './security-problems-bulk-unmute';
496
537
  export * from './security-problems-bulk-unmute-reason';
497
538
  export * from './security-problems-bulk-unmute-response';
539
+ export * from './select-option-step-dto';
540
+ export * from './selection-dto';
498
541
  export * from './service-impact';
499
542
  export * from './settings-object';
500
543
  export * from './settings-object-by-object-id-response';
@@ -516,6 +559,13 @@ export * from './software-techs';
516
559
  export * from './status-alert';
517
560
  export * from './success';
518
561
  export * from './success-envelope';
562
+ export * from './synthetic-browser-monitor-configuration-dto';
563
+ export * from './synthetic-browser-monitor-request';
564
+ export * from './synthetic-browser-monitor-request-type';
565
+ export * from './synthetic-browser-monitor-response';
566
+ export * from './synthetic-browser-monitor-response-type';
567
+ export * from './synthetic-browser-monitor-step-dto';
568
+ export * from './synthetic-browser-monitor-step-dto-type';
519
569
  export * from './synthetic-config-dto';
520
570
  export * from './synthetic-location';
521
571
  export * from './synthetic-location-ids-dto';
@@ -526,6 +576,7 @@ export * from './synthetic-location-update-type';
526
576
  export * from './synthetic-locations';
527
577
  export * from './synthetic-monitor-constraint-dto';
528
578
  export * from './synthetic-monitor-constraint-dto-properties';
579
+ export * from './synthetic-monitor-cookie-dto';
529
580
  export * from './synthetic-monitor-list-dto';
530
581
  export * from './synthetic-monitor-outage-handling-settings-dto';
531
582
  export * from './synthetic-monitor-performance-threshold-dto';
@@ -570,8 +621,12 @@ export * from './synthetic-public-locations-status';
570
621
  export * from './synthetic-tag-with-source-dto';
571
622
  export * from './synthetic-tag-with-source-dto-source';
572
623
  export * from './table-column';
624
+ export * from './target-dto';
573
625
  export * from './tenant-token';
574
626
  export * from './tenant-token-config';
627
+ export * from './test-device-dto';
628
+ export * from './time-wait-condition-dto';
629
+ export * from './timeout-settings-dto';
575
630
  export * from './to-position';
576
631
  export * from './token-credentials';
577
632
  export * from './tracking-link';
@@ -608,6 +663,10 @@ export * from './update-permissions-request';
608
663
  export * from './update-permissions-request-permissions-item';
609
664
  export * from './user-password-credentials';
610
665
  export * from './validation-response';
666
+ export * from './validation-rule-dto';
667
+ export * from './validation-rule-dto-type';
668
+ export * from './validation-wait-condition-dto';
669
+ export * from './visually-complete-options-dto';
611
670
  export * from './vulnerability';
612
671
  export * from './vulnerable-component';
613
672
  export * from './vulnerable-function';
@@ -0,0 +1,25 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
3
+ import { TargetDto } from './target-dto';
4
+ import { ValidationRuleDto } from './validation-rule-dto';
5
+ /**
6
+ * Interaction step of Browser Monitor.
7
+ */
8
+ export interface InteractionStepDto extends SyntheticBrowserMonitorStepDto {
9
+ /**
10
+ * Integer containing the button index.
11
+ */
12
+ button?: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
13
+ /**
14
+ * Target of Browser Monitor step.
15
+ */
16
+ target?: TargetDto;
17
+ /**
18
+ * List of validation rules for the step to perform.
19
+ */
20
+ validationRules?: ValidationRuleDto[];
21
+ /**
22
+ * Wait condition for Browser Monitor step.
23
+ */
24
+ waitCondition?: BaseWaitConditionDto;
25
+ }