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

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 (158) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +647 -212
  3. package/cjs/index.js +729 -80
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +729 -80
  6. package/package.json +2 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +2 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +30 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +11 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +1 -1
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +81 -11
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +7 -7
  16. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +1 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +1 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +3 -3
  20. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +2 -2
  21. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +3 -3
  22. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +1 -1
  23. package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +1 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +1 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +3 -3
  26. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +4 -4
  27. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-origin.d.ts +11 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-performance-metric.d.ts +9 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto.d.ts +17 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +1 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +1 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -3
  33. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +1 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.d.ts +1 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +1 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +1 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +4 -4
  38. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +8 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +1 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +1 -1
  41. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +5 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +1 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +2 -2
  46. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +5 -5
  47. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +1 -1
  48. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +2 -2
  49. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +2 -2
  50. package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +1 -1
  51. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +1 -1
  52. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.d.ts +4 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/node.d.ts +4 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +2 -2
  55. package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +1 -1
  56. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +1 -1
  57. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +1 -1
  58. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +3 -3
  59. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts +5 -5
  60. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.d.ts +1 -1
  61. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +9 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +1 -1
  63. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-maturity.d.ts +16 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +1 -1
  65. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +1 -1
  66. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.d.ts +1 -1
  67. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +1 -1
  68. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +10 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub-maturity.d.ts +16 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +10 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +1 -1
  72. package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +1 -1
  73. package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +2 -2
  74. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +3 -1
  75. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +1 -1
  76. package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +1 -1
  77. package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +1 -1
  78. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +2 -2
  79. package/types/packages/client/classic-environment-v2/src/lib/models/store-log-query-structure.d.ts +7 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +5 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +5 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +5 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-constraint-dto-properties.d.ts +1 -1
  84. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto-origin.d.ts +11 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.d.ts +4 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-type.d.ts +1 -1
  87. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +6 -6
  88. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-primary-grail-tag-dto.d.ts +13 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +5 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +5 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +1 -1
  93. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +1 -1
  94. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +1 -1
  95. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +3 -3
  96. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.d.ts +1 -1
  97. package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +1 -1
  98. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +4 -4
  99. package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +2 -2
  100. package/types/packages/http-client/src/index.d.ts +0 -2
  101. package/types/packages/http-client/src/lib/platform/abort-controller.d.ts +0 -6
  102. package/types/packages/http-client/src/lib/platform/abort-signal.d.ts +0 -6
  103. package/types/packages/http-client/src/lib/platform/apply-content-type-header.d.ts +0 -2
  104. package/types/packages/http-client/src/lib/platform/base-error.d.ts +0 -5
  105. package/types/packages/http-client/src/lib/platform/binary.d.ts +0 -13
  106. package/types/packages/http-client/src/lib/platform/data-type-error.d.ts +0 -6
  107. package/types/packages/http-client/src/lib/platform/decode-form-data.d.ts +0 -48
  108. package/types/packages/http-client/src/lib/platform/decode-response-body.d.ts +0 -3
  109. package/types/packages/http-client/src/lib/platform/default-status-validator.d.ts +0 -2
  110. package/types/packages/http-client/src/lib/platform/encode-request-body.d.ts +0 -2
  111. package/types/packages/http-client/src/lib/platform/http-client-abort-error.d.ts +0 -7
  112. package/types/packages/http-client/src/lib/platform/http-client-request-error.d.ts +0 -7
  113. package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +0 -3
  114. package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +0 -11
  115. package/types/packages/http-client/src/lib/platform/http-client-response.d.ts +0 -10
  116. package/types/packages/http-client/src/lib/platform/http-client.d.ts +0 -24
  117. package/types/packages/http-client/src/lib/platform/index.d.ts +0 -12
  118. package/types/packages/http-client/src/lib/platform/oauth-http-client.d.ts +0 -41
  119. package/types/packages/http-client/src/lib/platform/unsupported-operation-error.d.ts +0 -6
  120. package/types/packages/http-client/src/lib/types/abort-controller.d.ts +0 -14
  121. package/types/packages/http-client/src/lib/types/abort-signal.d.ts +0 -18
  122. package/types/packages/http-client/src/lib/types/base-error.d.ts +0 -4
  123. package/types/packages/http-client/src/lib/types/binary.d.ts +0 -15
  124. package/types/packages/http-client/src/lib/types/data-type-error.d.ts +0 -14
  125. package/types/packages/http-client/src/lib/types/data-types.d.ts +0 -36
  126. package/types/packages/http-client/src/lib/types/form-data-request-body.d.ts +0 -83
  127. package/types/packages/http-client/src/lib/types/form-data-response-body.d.ts +0 -15
  128. package/types/packages/http-client/src/lib/types/headers.d.ts +0 -6
  129. package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +0 -15
  130. package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +0 -15
  131. package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +0 -15
  132. package/types/packages/http-client/src/lib/types/http-client-request-options.d.ts +0 -42
  133. package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +0 -20
  134. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +0 -33
  135. package/types/packages/http-client/src/lib/types/http-client.d.ts +0 -24
  136. package/types/packages/http-client/src/lib/types/index.d.ts +0 -20
  137. package/types/packages/http-client/src/lib/types/request-body-types.d.ts +0 -26
  138. package/types/packages/http-client/src/lib/types/response-body-types.d.ts +0 -46
  139. package/types/packages/http-client/src/lib/types/status-validator.d.ts +0 -7
  140. package/types/packages/http-client/src/lib/types/unsupported-operation-error.d.ts +0 -14
  141. package/types/packages/platform/error-handlers/src/index.d.ts +0 -2
  142. package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +0 -13
  143. package/types/packages/platform/error-handlers/src/lib/types/common-serialized-error.d.ts +0 -13
  144. package/types/packages/platform/error-handlers/src/lib/types/dt-runtime-error-handlers.d.ts +0 -5
  145. package/types/packages/platform/error-handlers/src/lib/types/error-type.d.ts +0 -9
  146. package/types/packages/platform/error-handlers/src/lib/types/global-dt-runtime-with-error-handlers.d.ts +0 -7
  147. package/types/packages/platform/error-handlers/src/lib/types/global-error-serializer.d.ts +0 -10
  148. package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +0 -16
  149. package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +0 -6
  150. package/types/packages/platform/error-handlers/src/lib/types/serialized-error.d.ts +0 -10
  151. package/types/packages/platform/shared/index.d.ts +0 -1
  152. package/types/packages/platform/shared/utils/get-global-with-dt-runtime.d.ts +0 -1
  153. package/types/packages/shared-errors/src/api-client-error.d.ts +0 -23
  154. package/types/packages/shared-errors/src/api-gateway-error.d.ts +0 -37
  155. package/types/packages/shared-errors/src/client-request-error.d.ts +0 -39
  156. package/types/packages/shared-errors/src/index.d.ts +0 -5
  157. package/types/packages/shared-errors/src/invalid-response-error.d.ts +0 -26
  158. package/types/packages/shared-errors/src/types.d.ts +0 -88
@@ -6,17 +6,17 @@ export interface HashicorpApprole extends ExternalVault {
6
6
  /**
7
7
  * Path to folder where credentials in HashiCorp Vault are stored.
8
8
  */
9
- pathToCredentials?: string;
9
+ pathToCredentials: string;
10
10
  /**
11
11
  * Role ID is similar to username when you want to authenticate in HashiCorp Vault using AppRole.
12
12
  */
13
- roleId?: string;
13
+ roleId: string;
14
14
  /**
15
15
  * Secret ID is similar to password when you want to authenticate in HashiCorp Vault using AppRole. ID of token representing secret ID saved in Dynatrace CV.
16
16
  */
17
- secretId?: string;
17
+ secretId: string;
18
18
  /**
19
19
  * Vault namespace in HashiCorp Vault. It is an information you set as environmental variable VAULT_NAMESPACE if you are accessing HashiCorp Vault from command line.
20
20
  */
21
- vaultNamespace?: string;
21
+ vaultNamespace: string;
22
22
  }
@@ -161,6 +161,9 @@ export * from './effective-permission';
161
161
  export * from './effective-permission-granted';
162
162
  export * from './effective-settings-value';
163
163
  export * from './effective-settings-values-list';
164
+ export * from './enablement-dto';
165
+ export * from './enablement-dto-origin';
166
+ export * from './enablement-dto-performance-metric';
164
167
  export * from './enriched-management-zone-dto';
165
168
  export * from './enriched-tag-dto';
166
169
  export * from './entities-list';
@@ -497,6 +500,7 @@ export * from './schema-constraint-rest-dto';
497
500
  export * from './schema-constraint-rest-dto-type';
498
501
  export * from './schema-definition-rest-dto';
499
502
  export * from './schema-definition-rest-dto-enums';
503
+ export * from './schema-definition-rest-dto-maturity';
500
504
  export * from './schema-definition-rest-dto-metadata';
501
505
  export * from './schema-definition-rest-dto-properties';
502
506
  export * from './schema-definition-rest-dto-table-columns';
@@ -504,6 +508,7 @@ export * from './schema-definition-rest-dto-types';
504
508
  export * from './schema-files';
505
509
  export * from './schema-list';
506
510
  export * from './schema-stub';
511
+ export * from './schema-stub-maturity';
507
512
  export * from './schema-type';
508
513
  export * from './schema-type-properties';
509
514
  export * from './schema-type-type';
@@ -557,6 +562,7 @@ export * from './slo-status';
557
562
  export * from './snmpv3-credentials';
558
563
  export * from './software-techs';
559
564
  export * from './status-alert';
565
+ export * from './store-log-query-structure';
560
566
  export * from './success';
561
567
  export * from './success-envelope';
562
568
  export * from './synthetic-browser-monitor-configuration-dto';
@@ -579,10 +585,12 @@ export * from './synthetic-monitor-constraint-dto-properties';
579
585
  export * from './synthetic-monitor-cookie-dto';
580
586
  export * from './synthetic-monitor-list-dto';
581
587
  export * from './synthetic-monitor-outage-handling-settings-dto';
588
+ export * from './synthetic-monitor-outage-handling-settings-dto-origin';
582
589
  export * from './synthetic-monitor-performance-threshold-dto';
583
590
  export * from './synthetic-monitor-performance-threshold-dto-aggregation';
584
591
  export * from './synthetic-monitor-performance-threshold-dto-type';
585
592
  export * from './synthetic-monitor-performance-thresholds-dto';
593
+ export * from './synthetic-monitor-primary-grail-tag-dto';
586
594
  export * from './synthetic-monitor-summary-dto';
587
595
  export * from './synthetic-monitor-summary-dto-type';
588
596
  export * from './synthetic-multi-protocol-monitor-request';
@@ -9,7 +9,7 @@ export interface InteractionStepDto extends SyntheticBrowserMonitorStepDto {
9
9
  /**
10
10
  * Integer containing the button index.
11
11
  */
12
- button?: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
12
+ button: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
13
13
  /**
14
14
  * Target of Browser Monitor step.
15
15
  */
@@ -2,5 +2,5 @@
2
2
  * Metadata of the items.
3
3
  */
4
4
  export interface ItemMetadata {
5
- [propName: string]: string | undefined;
5
+ [propName: string]: string;
6
6
  }
@@ -8,7 +8,7 @@ export interface JavaScriptStepDto extends SyntheticBrowserMonitorStepDto {
8
8
  /**
9
9
  * String containing a script in JavaScript.
10
10
  */
11
- javaScript?: string;
11
+ javaScript: string;
12
12
  /**
13
13
  * Target of Browser Monitor step.
14
14
  */
@@ -10,7 +10,7 @@ export interface KeyStrokesStepDto extends SyntheticBrowserMonitorStepDto {
10
10
  /**
11
11
  * Key strokes step input.
12
12
  */
13
- input?: KeystrokesInputDto;
13
+ input: KeystrokesInputDto;
14
14
  /**
15
15
  * Boolean value set to true if blur event should be simulated.
16
16
  */
@@ -188,6 +188,7 @@ Please refer to the following documentation pages:
188
188
  * dt.kubernetes.workload.kind
189
189
  * dt.kubernetes.workload.name
190
190
  * dt.network_zone.id
191
+ * dt.openpipeline.source
191
192
  * dt.os.description
192
193
  * dt.os.type
193
194
  * dt.process.commandline
@@ -231,6 +232,7 @@ Please refer to the following documentation pages:
231
232
  * http.url
232
233
  * journald.unit
233
234
  * k8s.cluster.name
235
+ * k8s.cluster.uid
234
236
  * k8s.container.name
235
237
  * k8s.cronjob.name
236
238
  * k8s.cronjob.uid
@@ -241,10 +243,12 @@ Please refer to the following documentation pages:
241
243
  * k8s.job.name
242
244
  * k8s.job.uid
243
245
  * k8s.namespace.name
246
+ * k8s.node.name
244
247
  * k8s.pod.name
245
248
  * k8s.pod.uid
246
249
  * k8s.replicaset.name
247
250
  * k8s.replicaset.uid
251
+ * k8s.service.name
248
252
  * k8s.statefulset.name
249
253
  * k8s.statefulset.uid
250
254
  * k8s.workload.kind
@@ -258,6 +262,7 @@ Please refer to the following documentation pages:
258
262
  * net.peer.name
259
263
  * net.peer.port
260
264
  * net.transport
265
+ * otel.scope.name
261
266
  * process.technology
262
267
  * service.instance.id
263
268
  * service.name
@@ -2,5 +2,5 @@
2
2
  * Additional columns of the log record.
3
3
  */
4
4
  export interface LogRecordAdditionalColumns {
5
- [propName: string]: string[] | undefined;
5
+ [propName: string]: string[];
6
6
  }
@@ -8,9 +8,9 @@ export interface MaintenanceWindowEvidence extends Evidence {
8
8
  /**
9
9
  * The end time of the evidence, in UTC milliseconds.
10
10
  */
11
- endTime?: number;
11
+ endTime: number;
12
12
  /**
13
13
  * The ID of the related maintenance window.
14
14
  */
15
- maintenanceWindowConfigId?: string;
15
+ maintenanceWindowConfigId: string;
16
16
  }
@@ -10,21 +10,21 @@ export interface MetricEvidence extends Evidence {
10
10
  *
11
11
  * The value `null` indicates that the evidence is still open.
12
12
  */
13
- endTime?: number;
13
+ endTime: number;
14
14
  /**
15
15
  * The ID of the metric.
16
16
  */
17
- metricId?: string;
17
+ metricId: string;
18
18
  /**
19
19
  * The unit of the metric.
20
20
  */
21
- unit?: 'Ampere' | 'Billion' | 'Bit' | 'BitPerHour' | 'BitPerMinute' | 'BitPerSecond' | 'Byte' | 'BytePerHour' | 'BytePerMinute' | 'BytePerSecond' | 'Cores' | 'Count' | 'Day' | 'DecibelMilliWatt' | 'GibiByte' | 'GibiBytePerHour' | 'GibiBytePerMinute' | 'GibiBytePerSecond' | 'Giga' | 'GigaByte' | 'GigaBytePerHour' | 'GigaBytePerMinute' | 'GigaBytePerSecond' | 'Hertz' | 'Hour' | 'KibiByte' | 'KibiBytePerHour' | 'KibiBytePerMinute' | 'KibiBytePerSecond' | 'Kilo' | 'KiloByte' | 'KiloBytePerHour' | 'KiloBytePerMinute' | 'KiloBytePerSecond' | 'KiloMetrePerHour' | 'MSU' | 'MebiByte' | 'MebiBytePerHour' | 'MebiBytePerMinute' | 'MebiBytePerSecond' | 'Mega' | 'MegaByte' | 'MegaBytePerHour' | 'MegaBytePerMinute' | 'MegaBytePerSecond' | 'MetrePerHour' | 'MetrePerSecond' | 'MicroSecond' | 'MilliCores' | 'MilliSecond' | 'MilliSecondPerMinute' | 'Million' | 'Minute' | 'Month' | 'NanoSecond' | 'NanoSecondPerMinute' | 'NotApplicable' | 'PerHour' | 'PerMinute' | 'PerSecond' | 'Percent' | 'Pixel' | 'Promille' | 'Ratio' | 'Second' | 'State' | 'Trillion' | 'Unspecified' | 'Volt' | 'Watt' | 'Week' | 'Year';
21
+ unit: 'Ampere' | 'Billion' | 'Bit' | 'BitPerHour' | 'BitPerMinute' | 'BitPerSecond' | 'Byte' | 'BytePerHour' | 'BytePerMinute' | 'BytePerSecond' | 'Cores' | 'Count' | 'Day' | 'DecibelMilliWatt' | 'GibiByte' | 'GibiBytePerHour' | 'GibiBytePerMinute' | 'GibiBytePerSecond' | 'Giga' | 'GigaByte' | 'GigaBytePerHour' | 'GigaBytePerMinute' | 'GigaBytePerSecond' | 'Hertz' | 'Hour' | 'KibiByte' | 'KibiBytePerHour' | 'KibiBytePerMinute' | 'KibiBytePerSecond' | 'Kilo' | 'KiloByte' | 'KiloBytePerHour' | 'KiloBytePerMinute' | 'KiloBytePerSecond' | 'KiloMetrePerHour' | 'MSU' | 'MebiByte' | 'MebiBytePerHour' | 'MebiBytePerMinute' | 'MebiBytePerSecond' | 'Mega' | 'MegaByte' | 'MegaBytePerHour' | 'MegaBytePerMinute' | 'MegaBytePerSecond' | 'MetrePerHour' | 'MetrePerSecond' | 'MicroSecond' | 'MilliCores' | 'MilliSecond' | 'MilliSecondPerMinute' | 'Million' | 'Minute' | 'Month' | 'NanoSecond' | 'NanoSecondPerMinute' | 'NotApplicable' | 'PerHour' | 'PerMinute' | 'PerSecond' | 'Percent' | 'Pixel' | 'Promille' | 'Ratio' | 'Second' | 'State' | 'Trillion' | 'Unspecified' | 'Volt' | 'Watt' | 'Week' | 'Year';
22
22
  /**
23
23
  * The metric's value after the problem start.
24
24
  */
25
- valueAfterChangePoint?: number;
25
+ valueAfterChangePoint: number;
26
26
  /**
27
27
  * The metric's value before the problem start.
28
28
  */
29
- valueBeforeChangePoint?: number;
29
+ valueBeforeChangePoint: number;
30
30
  }
@@ -1,3 +1,3 @@
1
1
  export interface MetricSeriesDimensionMap {
2
- [propName: string]: string | undefined;
2
+ [propName: string]: string;
3
3
  }
@@ -3,11 +3,11 @@
3
3
  */
4
4
  export interface MonitoredEntityStateParam {
5
5
  /**
6
- * The key of the monitoring state paramter.
6
+ * The key of the monitoring state parameter.
7
7
  */
8
8
  key?: string;
9
9
  /**
10
- * The value of the monitoring state paramter.
10
+ * The value of the monitoring state parameter.
11
11
  */
12
12
  values?: string;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { MonitoredEntityStates } from './monitored-entity-states';
2
2
  /**
3
- * A list of entities and their monitoring states.
3
+ * A list of process group instances and their monitoring states.
4
4
  */
5
5
  export interface MonitoredStates {
6
6
  /**
@@ -18,7 +18,7 @@ export interface MonitoredStates {
18
18
  */
19
19
  pageSize?: number;
20
20
  /**
21
- * The total number of entities in the response.
21
+ * The total number of unique process group instances in the response.
22
22
  */
23
23
  totalCount?: number;
24
24
  }
@@ -18,7 +18,7 @@ export interface NavigateStepDto extends SyntheticBrowserMonitorStepDto {
18
18
  /**
19
19
  * Field containing the url that the monitor should navigate to.
20
20
  */
21
- url?: string;
21
+ url: string;
22
22
  /**
23
23
  * List of validation rules for the step to perform.
24
24
  */
@@ -29,7 +29,7 @@ export interface NetworkZone {
29
29
  /**
30
30
  * The number of OneAgents from other network zones that are using ActiveGates in the network zone.
31
31
  *
32
- * This is a fraction of **numOfOneAgentsUsing**.
32
+ * This is a fraction of **numOfOneAgentsUsing**.
33
33
  *
34
34
  * One possible reason for switching to another zone is that a firewall is preventing a OneAgent from connecting to any ActiveGate in the preferred network zone.
35
35
  */
@@ -14,6 +14,10 @@ export interface NodeCollectionElement {
14
14
  * Browser check capabilities enabled flag.
15
15
  */
16
16
  browserMonitorsEnabled: boolean;
17
+ /**
18
+ * The list of node's capabilities.
19
+ */
20
+ capabilities: string[];
17
21
  /**
18
22
  * The ID of a node.
19
23
  */
@@ -24,6 +24,10 @@ export interface Node {
24
24
  * The browser version.
25
25
  */
26
26
  browserVersion: string;
27
+ /**
28
+ * The list of node's capabilities.
29
+ */
30
+ capabilities: string[];
27
31
  /**
28
32
  * The ID of the synthetic node.
29
33
  */
@@ -6,9 +6,9 @@ export interface PlainAuthenticationDto extends AuthenticationDto {
6
6
  /**
7
7
  * String containing the password.
8
8
  */
9
- password?: string;
9
+ password: string;
10
10
  /**
11
11
  * String containing the username.
12
12
  */
13
- username?: string;
13
+ username: string;
14
14
  }
@@ -10,5 +10,5 @@ export interface PlainKeystrokesInputDto extends KeystrokesInputDto {
10
10
  /**
11
11
  * String value containing the text.
12
12
  */
13
- textValue?: string;
13
+ textValue: string;
14
14
  }
@@ -2,5 +2,5 @@
2
2
  * A mapping id to name of the nodes belonging to the location.
3
3
  */
4
4
  export interface PrivateSyntheticLocationNodeNames {
5
- [propName: string]: string | undefined;
5
+ [propName: string]: string;
6
6
  }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the property.
3
3
  */
4
4
  export interface PropertyDefinitionMetadata {
5
- [propName: string]: string | undefined;
5
+ [propName: string]: string;
6
6
  }
@@ -6,13 +6,13 @@ export interface PublicCertificateCredentials extends Credentials {
6
6
  /**
7
7
  * The certificate in the string format.
8
8
  */
9
- certificate?: string;
9
+ certificate: string;
10
10
  /**
11
11
  * The certificate format.
12
12
  */
13
- certificateFormat?: 'PEM' | 'PKCS12' | 'UNKNOWN';
13
+ certificateFormat: 'PEM' | 'PKCS12' | 'UNKNOWN';
14
14
  /**
15
15
  * The password of the credential (not supported).
16
16
  */
17
- password?: string;
17
+ password: string;
18
18
  }
@@ -8,11 +8,11 @@ export interface PublicSyntheticLocation extends SyntheticLocation {
8
8
  /**
9
9
  * The type of the browser the location is using to execute browser monitors.
10
10
  */
11
- browserType?: string;
11
+ browserType: string;
12
12
  /**
13
13
  * The version of the browser the location is using to execute browser monitors.
14
14
  */
15
- browserVersion?: string;
15
+ browserVersion: string;
16
16
  /**
17
17
  * A list of location capabilities.
18
18
  */
@@ -20,13 +20,13 @@ export interface PublicSyntheticLocation extends SyntheticLocation {
20
20
  /**
21
21
  * The cloud provider where the location is hosted.
22
22
  */
23
- cloudPlatform?: 'ALIBABA' | 'AMAZON_EC2' | 'AZURE' | 'DYNATRACE_CLOUD' | 'GOOGLE_CLOUD' | 'INTEROUTE' | 'OTHER' | 'UNDEFINED';
23
+ cloudPlatform: 'ALIBABA' | 'AMAZON_EC2' | 'AZURE' | 'DYNATRACE_CLOUD' | 'GOOGLE_CLOUD' | 'INTEROUTE' | 'OTHER' | 'UNDEFINED';
24
24
  /**
25
25
  * The list of IP addresses assigned to the location.
26
26
  */
27
- ips?: string[];
27
+ ips: string[];
28
28
  /**
29
29
  * The stage of the location.
30
30
  */
31
- stage?: 'BETA' | 'COMING_SOON' | 'DELETED' | 'GA';
31
+ stage: 'BETA' | 'COMING_SOON' | 'DELETED' | 'GA';
32
32
  }
@@ -7,5 +7,5 @@ import { TrackingLinkUpdate } from './tracking-link-update';
7
7
  * Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.
8
8
  */
9
9
  export interface RemediationItemsBulkUpdateDeleteDtoUpdates {
10
- [propName: string]: TrackingLinkUpdate | undefined;
10
+ [propName: string]: TrackingLinkUpdate;
11
11
  }
@@ -1,5 +1,6 @@
1
1
  import { AnyValue } from './any-value';
2
2
  import { HistoryModificationInfo } from './history-modification-info';
3
+ import { Identity } from './identity';
3
4
  /**
4
5
  * The diff between two revisions.
5
6
  */
@@ -28,6 +29,14 @@ export interface RevisionDiff {
28
29
  * The ID of the settings object.
29
30
  */
30
31
  objectId?: string;
32
+ /**
33
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
34
+ */
35
+ ownerAfter?: Identity;
36
+ /**
37
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
38
+ */
39
+ ownerBefore?: Identity;
31
40
  /**
32
41
  * The revision of the change.
33
42
  */
@@ -3,5 +3,5 @@ import { EnumType } from './enum-type';
3
3
  * A list of definitions of enum properties.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoEnums {
6
- [propName: string]: EnumType | undefined;
6
+ [propName: string]: EnumType;
7
7
  }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * The maturity of the schema.
3
+ * Possible values:
4
+ * - PREVIEW: Preview features are not generally available, but might be available in specific environments as part of early-access programs. These are the most likely to change in incompatible ways.
5
+ * - EARLY_ADOPTER: Features marked "early adopter" are available in all environments, but are not mature enough to warrant the "general availability" designation. We don't expect incompatible changes for these, but please be aware, that these are not fully stable yet and incompatible changes may be necessary in rare cases.
6
+ * - GENERAL_AVAILABILITY: Features marked "general availability" are the most stable. While the schemas will still evolve over time, care will be taken to only do so in a backward-compatible manner.
7
+ *
8
+ * In any case, automations should make use of the `schemaVersion` field when writing settings objects.
9
+ *
10
+ * @deprecated Use literal values.
11
+ */
12
+ export declare enum SchemaDefinitionRestDtoMaturity {
13
+ EarlyAdopter = "EARLY_ADOPTER",
14
+ GeneralAvailability = "GENERAL_AVAILABILITY",
15
+ Preview = "PREVIEW"
16
+ }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the setting.
3
3
  */
4
4
  export interface SchemaDefinitionRestDtoMetadata {
5
- [propName: string]: string | undefined;
5
+ [propName: string]: string;
6
6
  }
@@ -3,5 +3,5 @@ import { PropertyDefinition } from './property-definition';
3
3
  * A list of schema's properties.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoProperties {
6
- [propName: string]: PropertyDefinition | undefined;
6
+ [propName: string]: PropertyDefinition;
7
7
  }
@@ -3,5 +3,5 @@ import { TableColumn } from './table-column';
3
3
  * Table column definitions for use in the ui.
4
4
  */
5
5
  export interface SchemaDefinitionRestDtoTableColumns {
6
- [propName: string]: TableColumn | undefined;
6
+ [propName: string]: TableColumn;
7
7
  }
@@ -5,5 +5,5 @@ import { SchemaType } from './schema-type';
5
5
  * A type is a complex property that contains its own set of subproperties.
6
6
  */
7
7
  export interface SchemaDefinitionRestDtoTypes {
8
- [propName: string]: SchemaType | undefined;
8
+ [propName: string]: SchemaType;
9
9
  }
@@ -44,6 +44,16 @@ export interface SchemaDefinitionRestDto {
44
44
  * Name of the key property in this schema.
45
45
  */
46
46
  keyProperty?: string;
47
+ /**
48
+ * The maturity of the schema.
49
+ * Possible values:
50
+ * - PREVIEW: Preview features are not generally available, but might be available in specific environments as part of early-access programs. These are the most likely to change in incompatible ways.
51
+ * - EARLY_ADOPTER: Features marked "early adopter" are available in all environments, but are not mature enough to warrant the "general availability" designation. We don't expect incompatible changes for these, but please be aware, that these are not fully stable yet and incompatible changes may be necessary in rare cases.
52
+ * - GENERAL_AVAILABILITY: Features marked "general availability" are the most stable. While the schemas will still evolve over time, care will be taken to only do so in a backward-compatible manner.
53
+ *
54
+ * In any case, automations should make use of the `schemaVersion` field when writing settings objects.
55
+ */
56
+ maturity?: 'EARLY_ADOPTER' | 'GENERAL_AVAILABILITY' | 'PREVIEW';
47
57
  /**
48
58
  * The maximum amount of objects per scope.
49
59
  *
@@ -0,0 +1,16 @@
1
+ /**
2
+ * The maturity of the schema.
3
+ * Possible values:
4
+ * - PREVIEW: Preview features are not generally available, but might be available in specific environments as part of early-access programs. These are the most likely to change in incompatible ways.
5
+ * - EARLY_ADOPTER: Features marked "early adopter" are available in all environments, but are not mature enough to warrant the "general availability" designation. We don't expect incompatible changes for these, but please be aware, that these are not fully stable yet and incompatible changes may be necessary in rare cases.
6
+ * - GENERAL_AVAILABILITY: Features marked "general availability" are the most stable. While the schemas will still evolve over time, care will be taken to only do so in a backward-compatible manner.
7
+ *
8
+ * In any case, automations should make use of the `schemaVersion` field when writing settings objects.
9
+ *
10
+ * @deprecated Use literal values.
11
+ */
12
+ export declare enum SchemaStubMaturity {
13
+ EarlyAdopter = "EARLY_ADOPTER",
14
+ GeneralAvailability = "GENERAL_AVAILABILITY",
15
+ Preview = "PREVIEW"
16
+ }
@@ -10,6 +10,16 @@ export interface SchemaStub {
10
10
  * The most recent version of the schema.
11
11
  */
12
12
  latestSchemaVersion?: string;
13
+ /**
14
+ * The maturity of the schema.
15
+ * Possible values:
16
+ * - PREVIEW: Preview features are not generally available, but might be available in specific environments as part of early-access programs. These are the most likely to change in incompatible ways.
17
+ * - EARLY_ADOPTER: Features marked "early adopter" are available in all environments, but are not mature enough to warrant the "general availability" designation. We don't expect incompatible changes for these, but please be aware, that these are not fully stable yet and incompatible changes may be necessary in rare cases.
18
+ * - GENERAL_AVAILABILITY: Features marked "general availability" are the most stable. While the schemas will still evolve over time, care will be taken to only do so in a backward-compatible manner.
19
+ *
20
+ * In any case, automations should make use of the `schemaVersion` field when writing settings objects.
21
+ */
22
+ maturity?: 'EARLY_ADOPTER' | 'GENERAL_AVAILABILITY' | 'PREVIEW';
13
23
  /**
14
24
  * Multi-object flag. `True` if the schema is a multi-object schema
15
25
  */
@@ -3,5 +3,5 @@ import { PropertyDefinition } from './property-definition';
3
3
  * Definition of properties that can be persisted.
4
4
  */
5
5
  export interface SchemaTypeProperties {
6
- [propName: string]: PropertyDefinition | undefined;
6
+ [propName: string]: PropertyDefinition;
7
7
  }
@@ -6,5 +6,5 @@ export interface SecureAuthenticationDto extends AuthenticationDto {
6
6
  /**
7
7
  * Id of the username and password credential which will be used for authentication.
8
8
  */
9
- credentialId?: string;
9
+ credentialId: string;
10
10
  }
@@ -6,9 +6,9 @@ export interface SecureKeystrokesInputDto extends KeystrokesInputDto {
6
6
  /**
7
7
  * Enum value of the credential field.
8
8
  */
9
- credentialField?: 'USERNAME' | 'PASSWORD' | 'TOKEN';
9
+ credentialField: 'USERNAME' | 'PASSWORD' | 'TOKEN';
10
10
  /**
11
11
  * String value containing the credential id.
12
12
  */
13
- credentialId?: string;
13
+ credentialId: string;
14
14
  }
@@ -9,5 +9,7 @@ export declare enum SecurityProblemEventReason {
9
9
  SecurityProblemMuted = "SECURITY_PROBLEM_MUTED",
10
10
  SecurityProblemReopened = "SECURITY_PROBLEM_REOPENED",
11
11
  SecurityProblemResolved = "SECURITY_PROBLEM_RESOLVED",
12
- SecurityProblemUnmuted = "SECURITY_PROBLEM_UNMUTED"
12
+ SecurityProblemUnmuted = "SECURITY_PROBLEM_UNMUTED",
13
+ VulnerabilityDiscontinued = "VULNERABILITY_DISCONTINUED",
14
+ VulnerabilityIdChanged = "VULNERABILITY_ID_CHANGED"
13
15
  }
@@ -11,7 +11,7 @@ export interface SecurityProblemEvent {
11
11
  /**
12
12
  * The reason of the event creation.
13
13
  */
14
- reason?: 'ASSESSMENT_CHANGED' | 'SECURITY_PROBLEM_CREATED' | 'SECURITY_PROBLEM_MUTED' | 'SECURITY_PROBLEM_REOPENED' | 'SECURITY_PROBLEM_RESOLVED' | 'SECURITY_PROBLEM_UNMUTED';
14
+ reason?: 'ASSESSMENT_CHANGED' | 'SECURITY_PROBLEM_CREATED' | 'SECURITY_PROBLEM_MUTED' | 'SECURITY_PROBLEM_REOPENED' | 'SECURITY_PROBLEM_RESOLVED' | 'SECURITY_PROBLEM_UNMUTED' | 'VULNERABILITY_DISCONTINUED' | 'VULNERABILITY_ID_CHANGED';
15
15
  /**
16
16
  * A snapshot of the risk assessment of a security problem.
17
17
  */
@@ -10,7 +10,7 @@ export interface SelectOptionStepDto extends SyntheticBrowserMonitorStepDto {
10
10
  /**
11
11
  * Field containing the credential.
12
12
  */
13
- selections?: SelectionDto[];
13
+ selections: SelectionDto[];
14
14
  /**
15
15
  * Target of Browser Monitor step.
16
16
  */
@@ -6,5 +6,5 @@ export interface ServiceImpact extends Impact {
6
6
  /**
7
7
  * The number of potentially impacted services.
8
8
  */
9
- numberOfPotentiallyAffectedServiceCalls?: number;
9
+ numberOfPotentiallyAffectedServiceCalls: number;
10
10
  }
@@ -22,9 +22,9 @@ export interface SNMPV3Credentials extends Credentials {
22
22
  /**
23
23
  * The security level, supported levels: AUTH_PRIV, NO_AUTH_NO_PRIV, AUTH_NO_PRIV
24
24
  */
25
- securityLevel?: 'AUTH_NO_PRIV' | 'AUTH_PRIV' | 'NO_AUTH_NO_PRIV';
25
+ securityLevel: 'AUTH_NO_PRIV' | 'AUTH_PRIV' | 'NO_AUTH_NO_PRIV';
26
26
  /**
27
27
  * User name value
28
28
  */
29
- username?: string;
29
+ username: string;
30
30
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @deprecated Use literal values.
3
+ */
4
+ export declare enum StoreLogQueryStructure {
5
+ Flattened = "flattened",
6
+ Raw = "raw"
7
+ }
@@ -1,6 +1,7 @@
1
1
  import { BrowserPermissionsDto } from './browser-permissions-dto';
2
2
  import { ChromiumStartupFlagsDto } from './chromium-startup-flags-dto';
3
3
  import { ClientCertificateDto } from './client-certificate-dto';
4
+ import { EnablementDto } from './enablement-dto';
4
5
  import { FilteredRequestsDto } from './filtered-requests-dto';
5
6
  import { IgnoredErrorCodesDto } from './ignored-error-codes-dto';
6
7
  import { JavaScriptAgentSettingsDto } from './java-script-agent-settings-dto';
@@ -42,6 +43,10 @@ export interface SyntheticBrowserMonitorConfigurationDto {
42
43
  * Test device of a Browser Monitor.
43
44
  */
44
45
  device: TestDeviceDto;
46
+ /**
47
+ * Browser monitor enablement settings.
48
+ */
49
+ enablement?: EnablementDto;
45
50
  /**
46
51
  * Experimental properties list.
47
52
  */