@dynatrace-sdk/client-classic-environment-v2 4.2.1 → 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 (89) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +1271 -355
  3. package/cjs/index.js +384 -20
  4. package/esm/index.js +384 -20
  5. package/package.json +1 -1
  6. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +23 -0
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +15 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +4 -4
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +7 -2
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +2 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +6 -4
  13. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.d.ts +12 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.d.ts +10 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto.d.ts +24 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.d.ts +18 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts +15 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts +21 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.d.ts +9 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +6 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts +42 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/models/client-certificate-dto.d.ts +13 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +4 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +11 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts +11 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +4 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-management-zone-dto.d.ts +14 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-tag-dto.d.ts +32 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +4 -4
  33. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +2 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +2 -2
  35. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.d.ts +9 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts +14 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts +37 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +4 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts +13 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +59 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +25 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-agent-settings-dto.d.ts +44 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +20 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.d.ts +17 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.d.ts +11 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts +13 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +34 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts +12 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto.d.ts +12 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto-type.d.ts +9 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto.d.ts +13 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-property-dto.d.ts +13 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +30 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts +21 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +14 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +14 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.d.ts +15 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +9 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/proxy-dto.d.ts +9 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.d.ts +12 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto.d.ts +13 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts +14 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +10 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +14 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +26 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/selection-dto.d.ts +13 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +85 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.d.ts +9 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +65 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.d.ts +9 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +77 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.d.ts +22 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto.d.ts +25 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-cookie-dto.d.ts +21 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.d.ts +2 -1
  76. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +1 -1
  77. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response-type.d.ts +1 -2
  78. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +3 -3
  79. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +1 -1
  80. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +1 -1
  81. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +9 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/target-dto.d.ts +14 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/test-device-dto.d.ts +25 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +10 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/timeout-settings-dto.d.ts +13 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.d.ts +10 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto.d.ts +26 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +15 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/visually-complete-options-dto.d.ts +25 -0
@@ -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
+ }
@@ -0,0 +1,44 @@
1
+ import { FrameworkOptionsDto } from './framework-options-dto';
2
+ import { TimeoutSettingsDto } from './timeout-settings-dto';
3
+ import { VisuallyCompleteOptionsDto } from './visually-complete-options-dto';
4
+ /**
5
+ * JavaScript Agent Settings.
6
+ */
7
+ export interface JavaScriptAgentSettingsDto {
8
+ /**
9
+ * Custom configuration properties
10
+ */
11
+ customProperties?: string;
12
+ /**
13
+ * Experimental values support. If not defined in request, it will be set to false by default.
14
+ */
15
+ experimentalValues?: boolean;
16
+ /**
17
+ * Capture fetch() requests. If not defined in request, it will be set to true by default.
18
+ */
19
+ fetchRequests?: boolean;
20
+ /**
21
+ * Enable this setting to monitor JavaScript errors. The window.onError handler is used for capturing JavaScript errors. If not defined in request, it will be set to true by default.
22
+ */
23
+ javaScriptErrors?: boolean;
24
+ /**
25
+ * JS framework options of a JS Agent.
26
+ */
27
+ javaScriptFrameworkSupport?: FrameworkOptionsDto;
28
+ /**
29
+ * Within JavaScript frameworks, XHRs are often sent via setTimeout methods. Enable this setting to detect actions that trigger such XHRs. If not defined in request, it will be set to true by default.
30
+ */
31
+ timedActions?: boolean;
32
+ /**
33
+ * Timeout settings of a Browser Monitor.
34
+ */
35
+ timeoutSettings?: TimeoutSettingsDto;
36
+ /**
37
+ * Visually Complete Options of a Browser Monitor.
38
+ */
39
+ visuallyCompleteOptions?: VisuallyCompleteOptionsDto;
40
+ /**
41
+ * Capture xml Http requests (XHR). If not defined in request, it will be set to true by default.
42
+ */
43
+ xmlHttpRequests?: boolean;
44
+ }
@@ -0,0 +1,20 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
3
+ import { TargetDto } from './target-dto';
4
+ /**
5
+ * JavaScript step of Browser Monitor.
6
+ */
7
+ export interface JavaScriptStepDto extends SyntheticBrowserMonitorStepDto {
8
+ /**
9
+ * String containing a script in JavaScript.
10
+ */
11
+ javaScript?: string;
12
+ /**
13
+ * Target of Browser Monitor step.
14
+ */
15
+ target?: TargetDto;
16
+ /**
17
+ * Wait condition for Browser Monitor step.
18
+ */
19
+ waitCondition?: BaseWaitConditionDto;
20
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Load action key performance metric.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum KeyPerformanceMetricsLoadActionKpm {
7
+ UserActionDuration = "USER_ACTION_DURATION",
8
+ VisuallyComplete = "VISUALLY_COMPLETE",
9
+ SpeedIndex = "SPEED_INDEX",
10
+ DomInteractive = "DOM_INTERACTIVE",
11
+ LoadEventStart = "LOAD_EVENT_START",
12
+ LoadEventEnd = "LOAD_EVENT_END",
13
+ ResponseStart = "RESPONSE_START",
14
+ ResponseEnd = "RESPONSE_END",
15
+ LargestContentfulPaint = "LARGEST_CONTENTFUL_PAINT",
16
+ CumulativeLayoutShift = "CUMULATIVE_LAYOUT_SHIFT"
17
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * XHR action key performance metric.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum KeyPerformanceMetricsXhrActionKpm {
7
+ UserActionDuration = "USER_ACTION_DURATION",
8
+ VisuallyComplete = "VISUALLY_COMPLETE",
9
+ ResponseStart = "RESPONSE_START",
10
+ ResponseEnd = "RESPONSE_END"
11
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * The key performance metrics configuration.
3
+ */
4
+ export interface KeyPerformanceMetrics {
5
+ /**
6
+ * Load action key performance metric.
7
+ */
8
+ loadActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'SPEED_INDEX' | 'DOM_INTERACTIVE' | 'LOAD_EVENT_START' | 'LOAD_EVENT_END' | 'RESPONSE_START' | 'RESPONSE_END' | 'LARGEST_CONTENTFUL_PAINT' | 'CUMULATIVE_LAYOUT_SHIFT';
9
+ /**
10
+ * XHR action key performance metric.
11
+ */
12
+ xhrActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'RESPONSE_START' | 'RESPONSE_END';
13
+ }
@@ -0,0 +1,34 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { KeystrokesInputDto } from './keystrokes-input-dto';
3
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
4
+ import { TargetDto } from './target-dto';
5
+ import { ValidationRuleDto } from './validation-rule-dto';
6
+ /**
7
+ * Key strokes step of Browser Monitor.
8
+ */
9
+ export interface KeyStrokesStepDto extends SyntheticBrowserMonitorStepDto {
10
+ /**
11
+ * Key strokes step input.
12
+ */
13
+ input?: KeystrokesInputDto;
14
+ /**
15
+ * Boolean value set to true if blur event should be simulated.
16
+ */
17
+ simulateBlurEvent?: boolean;
18
+ /**
19
+ * Boolean value set to true if return key should be simulated.
20
+ */
21
+ simulateReturnKey?: boolean;
22
+ /**
23
+ * Target of Browser Monitor step.
24
+ */
25
+ target?: TargetDto;
26
+ /**
27
+ * List of validation rules for the step to perform.
28
+ */
29
+ validationRules?: ValidationRuleDto[];
30
+ /**
31
+ * Wait condition for Browser Monitor step.
32
+ */
33
+ waitCondition?: BaseWaitConditionDto;
34
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Defines the actual set of fields depending on the value. See one of the following objects:
3
+ *
4
+ * * `SECURE` -> SecureKeystrokesInputDto
5
+ * * `PLAIN` -> PlainKeystrokesInputDto
6
+ *
7
+ * @deprecated Use literal values.
8
+ */
9
+ export declare enum KeystrokesInputDtoType {
10
+ Plain = "PLAIN",
11
+ Secure = "SECURE"
12
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Key strokes step input.
3
+ */
4
+ export interface KeystrokesInputDto {
5
+ /**
6
+ * Defines the actual set of fields depending on the value. See one of the following objects:
7
+ *
8
+ * * `SECURE` -> SecureKeystrokesInputDto
9
+ * * `PLAIN` -> PlainKeystrokesInputDto
10
+ */
11
+ type: 'PLAIN' | 'SECURE';
12
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Enum value of the locator type.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum LocatorDtoType {
7
+ Css = "CSS",
8
+ Dom = "DOM"
9
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Browser Monitor locator.
3
+ */
4
+ export interface LocatorDto {
5
+ /**
6
+ * Enum value of the locator type.
7
+ */
8
+ type: 'CSS' | 'DOM';
9
+ /**
10
+ * Value of the locator.
11
+ */
12
+ value: string;
13
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Property of a Browser Monitor.
3
+ */
4
+ export interface MonitorPropertyDto {
5
+ /**
6
+ * Property name.
7
+ */
8
+ name: string;
9
+ /**
10
+ * Property value.
11
+ */
12
+ value: string;
13
+ }
@@ -0,0 +1,30 @@
1
+ import { AuthenticationDto } from './authentication-dto';
2
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
3
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
4
+ import { TargetDto } from './target-dto';
5
+ import { ValidationRuleDto } from './validation-rule-dto';
6
+ /**
7
+ * Step of Browser Monitor that navigates to a website.
8
+ */
9
+ export interface NavigateStepDto extends SyntheticBrowserMonitorStepDto {
10
+ /**
11
+ * Authentication dto for Browser Monitor step.
12
+ */
13
+ authentication?: AuthenticationDto;
14
+ /**
15
+ * Target of Browser Monitor step.
16
+ */
17
+ target?: TargetDto;
18
+ /**
19
+ * Field containing the url that the monitor should navigate to.
20
+ */
21
+ url?: string;
22
+ /**
23
+ * List of validation rules for the step to perform.
24
+ */
25
+ validationRules?: ValidationRuleDto[];
26
+ /**
27
+ * Wait condition for Browser Monitor step.
28
+ */
29
+ waitCondition?: BaseWaitConditionDto;
30
+ }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Network throttling of a Browser Monitor.
3
+ */
4
+ export interface NetworkThrottlingDto {
5
+ /**
6
+ * Download throughput. If not defined in request, it will be set to -1 by default.
7
+ */
8
+ download?: number;
9
+ /**
10
+ * Latency. If not defined in request, it will be set to 0 by default.
11
+ */
12
+ latency?: number;
13
+ /**
14
+ * Predefined network type. If not defined in request, it will be set to "" by default.
15
+ */
16
+ name?: string;
17
+ /**
18
+ * Upload throughput. If not defined in request, it will be set to -1 by default.
19
+ */
20
+ upload?: number;
21
+ }
@@ -0,0 +1,14 @@
1
+ import { AuthenticationDto } from './authentication-dto';
2
+ /**
3
+ * Plain authentication dto for Browser Monitor step.
4
+ */
5
+ export interface PlainAuthenticationDto extends AuthenticationDto {
6
+ /**
7
+ * String containing the password.
8
+ */
9
+ password?: string;
10
+ /**
11
+ * String containing the username.
12
+ */
13
+ username?: string;
14
+ }
@@ -0,0 +1,14 @@
1
+ import { KeystrokesInputDto } from './keystrokes-input-dto';
2
+ /**
3
+ * Credential-based input for keystrokes step.
4
+ */
5
+ export interface PlainKeystrokesInputDto extends KeystrokesInputDto {
6
+ /**
7
+ * Boolean value set to true if key strokes should be masked. If not defined in request, the default value will be set to false.
8
+ */
9
+ masked?: boolean;
10
+ /**
11
+ * String value containing the text.
12
+ */
13
+ textValue?: string;
14
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Containerized location property indicating whether FIPS mode is enabled on this location:
3
+ *
4
+ * * `DISABLED`: FIPS is not enabled on the location.
5
+ * * `ENABLED`: FIPS is enabled on the location.
6
+ * * `ENABLED_WITH_CORPORATE_PROXY`: FIPS with corporate proxy is enabled on this location.
7
+ * Default: DISABLED
8
+ *
9
+ * @deprecated Use literal values.
10
+ */
11
+ export declare enum PrivateSyntheticLocationFipsMode {
12
+ Disabled = "DISABLED",
13
+ Enabled = "ENABLED",
14
+ EnabledWithCorporateProxy = "ENABLED_WITH_CORPORATE_PROXY"
15
+ }
@@ -53,6 +53,15 @@ export interface PrivateSyntheticLocation {
53
53
  * The Dynatrace entity ID of the location.
54
54
  */
55
55
  entityId?: string;
56
+ /**
57
+ * Containerized location property indicating whether FIPS mode is enabled on this location:
58
+ *
59
+ * * `DISABLED`: FIPS is not enabled on the location.
60
+ * * `ENABLED`: FIPS is enabled on the location.
61
+ * * `ENABLED_WITH_CORPORATE_PROXY`: FIPS with corporate proxy is enabled on this location.
62
+ * Default: DISABLED
63
+ */
64
+ fipsMode?: 'DISABLED' | 'ENABLED' | 'ENABLED_WITH_CORPORATE_PROXY';
56
65
  /**
57
66
  * The Dynatrace GeoLocation ID of the location.
58
67
  */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Browser Monitor proxy.
3
+ */
4
+ export interface ProxyDto {
5
+ /**
6
+ * pacUrl
7
+ */
8
+ pacUrl: string;
9
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Filter type.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum RequestFilterDtoType {
7
+ StartsWith = "STARTS_WITH",
8
+ EndsWith = "ENDS_WITH",
9
+ Contains = "CONTAINS",
10
+ Equals = "EQUALS",
11
+ Regex = "REGEX"
12
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Request filter for Browser Monitor.
3
+ */
4
+ export interface RequestFilterDto {
5
+ /**
6
+ * Regex for request that filter will be applied to.
7
+ */
8
+ matchingPattern: string;
9
+ /**
10
+ * Filter type.
11
+ */
12
+ type: 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS' | 'EQUALS' | 'REGEX';
13
+ }
@@ -0,0 +1,14 @@
1
+ import { MonitorRequestHeader } from './monitor-request-header';
2
+ /**
3
+ * Header Options of a Browser Monitor.
4
+ */
5
+ export interface RequestHeaderOptionsDto {
6
+ /**
7
+ * Apply headers to requests matching pattern.
8
+ */
9
+ matchingPatterns: string[];
10
+ /**
11
+ * Request headers list.
12
+ */
13
+ requestHeaders: MonitorRequestHeader[];
14
+ }
@@ -0,0 +1,10 @@
1
+ import { AuthenticationDto } from './authentication-dto';
2
+ /**
3
+ * Secure authentication dto for Browser Monitor step.
4
+ */
5
+ export interface SecureAuthenticationDto extends AuthenticationDto {
6
+ /**
7
+ * Id of the username and password credential which will be used for authentication.
8
+ */
9
+ credentialId?: string;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { KeystrokesInputDto } from './keystrokes-input-dto';
2
+ /**
3
+ * Credential-based input for keystrokes step.
4
+ */
5
+ export interface SecureKeystrokesInputDto extends KeystrokesInputDto {
6
+ /**
7
+ * Enum value of the credential field.
8
+ */
9
+ credentialField?: 'USERNAME' | 'PASSWORD' | 'TOKEN';
10
+ /**
11
+ * String value containing the credential id.
12
+ */
13
+ credentialId?: string;
14
+ }