@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.
- package/CHANGELOG.md +19 -0
- package/README.md +647 -212
- package/cjs/index.js +729 -80
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +729 -80
- package/package.json +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +11 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +81 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-origin.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-performance-metric.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/node.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-maturity.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub-maturity.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +3 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/store-log-query-structure.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-constraint-dto-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto-origin.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-type.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-primary-grail-tag-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +2 -2
- package/types/packages/http-client/src/index.d.ts +0 -2
- package/types/packages/http-client/src/lib/platform/abort-controller.d.ts +0 -6
- package/types/packages/http-client/src/lib/platform/abort-signal.d.ts +0 -6
- package/types/packages/http-client/src/lib/platform/apply-content-type-header.d.ts +0 -2
- package/types/packages/http-client/src/lib/platform/base-error.d.ts +0 -5
- package/types/packages/http-client/src/lib/platform/binary.d.ts +0 -13
- package/types/packages/http-client/src/lib/platform/data-type-error.d.ts +0 -6
- package/types/packages/http-client/src/lib/platform/decode-form-data.d.ts +0 -48
- package/types/packages/http-client/src/lib/platform/decode-response-body.d.ts +0 -3
- package/types/packages/http-client/src/lib/platform/default-status-validator.d.ts +0 -2
- package/types/packages/http-client/src/lib/platform/encode-request-body.d.ts +0 -2
- package/types/packages/http-client/src/lib/platform/http-client-abort-error.d.ts +0 -7
- package/types/packages/http-client/src/lib/platform/http-client-request-error.d.ts +0 -7
- package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +0 -3
- package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +0 -11
- package/types/packages/http-client/src/lib/platform/http-client-response.d.ts +0 -10
- package/types/packages/http-client/src/lib/platform/http-client.d.ts +0 -24
- package/types/packages/http-client/src/lib/platform/index.d.ts +0 -12
- package/types/packages/http-client/src/lib/platform/oauth-http-client.d.ts +0 -41
- package/types/packages/http-client/src/lib/platform/unsupported-operation-error.d.ts +0 -6
- package/types/packages/http-client/src/lib/types/abort-controller.d.ts +0 -14
- package/types/packages/http-client/src/lib/types/abort-signal.d.ts +0 -18
- package/types/packages/http-client/src/lib/types/base-error.d.ts +0 -4
- package/types/packages/http-client/src/lib/types/binary.d.ts +0 -15
- package/types/packages/http-client/src/lib/types/data-type-error.d.ts +0 -14
- package/types/packages/http-client/src/lib/types/data-types.d.ts +0 -36
- package/types/packages/http-client/src/lib/types/form-data-request-body.d.ts +0 -83
- package/types/packages/http-client/src/lib/types/form-data-response-body.d.ts +0 -15
- package/types/packages/http-client/src/lib/types/headers.d.ts +0 -6
- package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +0 -15
- package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +0 -15
- package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +0 -15
- package/types/packages/http-client/src/lib/types/http-client-request-options.d.ts +0 -42
- package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +0 -20
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +0 -33
- package/types/packages/http-client/src/lib/types/http-client.d.ts +0 -24
- package/types/packages/http-client/src/lib/types/index.d.ts +0 -20
- package/types/packages/http-client/src/lib/types/request-body-types.d.ts +0 -26
- package/types/packages/http-client/src/lib/types/response-body-types.d.ts +0 -46
- package/types/packages/http-client/src/lib/types/status-validator.d.ts +0 -7
- package/types/packages/http-client/src/lib/types/unsupported-operation-error.d.ts +0 -14
- package/types/packages/platform/error-handlers/src/index.d.ts +0 -2
- package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +0 -13
- package/types/packages/platform/error-handlers/src/lib/types/common-serialized-error.d.ts +0 -13
- package/types/packages/platform/error-handlers/src/lib/types/dt-runtime-error-handlers.d.ts +0 -5
- package/types/packages/platform/error-handlers/src/lib/types/error-type.d.ts +0 -9
- package/types/packages/platform/error-handlers/src/lib/types/global-dt-runtime-with-error-handlers.d.ts +0 -7
- package/types/packages/platform/error-handlers/src/lib/types/global-error-serializer.d.ts +0 -10
- package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +0 -16
- package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +0 -6
- package/types/packages/platform/error-handlers/src/lib/types/serialized-error.d.ts +0 -10
- package/types/packages/platform/shared/index.d.ts +0 -1
- package/types/packages/platform/shared/utils/get-global-with-dt-runtime.d.ts +0 -1
- package/types/packages/shared-errors/src/api-client-error.d.ts +0 -23
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +0 -37
- package/types/packages/shared-errors/src/client-request-error.d.ts +0 -39
- package/types/packages/shared-errors/src/index.d.ts +0 -5
- package/types/packages/shared-errors/src/invalid-response-error.d.ts +0 -26
- 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
|
|
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
|
|
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
|
|
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
|
|
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';
|
package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface InteractionStepDto extends SyntheticBrowserMonitorStepDto {
|
|
|
9
9
|
/**
|
|
10
10
|
* Integer containing the button index.
|
|
11
11
|
*/
|
|
12
|
-
button
|
|
12
|
+
button: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
|
|
13
13
|
/**
|
|
14
14
|
* Target of Browser Monitor step.
|
|
15
15
|
*/
|
|
@@ -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
|
package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts
CHANGED
|
@@ -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
|
|
11
|
+
endTime: number;
|
|
12
12
|
/**
|
|
13
13
|
* The ID of the related maintenance window.
|
|
14
14
|
*/
|
|
15
|
-
maintenanceWindowConfigId
|
|
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
|
|
13
|
+
endTime: number;
|
|
14
14
|
/**
|
|
15
15
|
* The ID of the metric.
|
|
16
16
|
*/
|
|
17
|
-
metricId
|
|
17
|
+
metricId: string;
|
|
18
18
|
/**
|
|
19
19
|
* The unit of the metric.
|
|
20
20
|
*/
|
|
21
|
-
unit
|
|
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
|
|
25
|
+
valueAfterChangePoint: number;
|
|
26
26
|
/**
|
|
27
27
|
* The metric's value before the problem start.
|
|
28
28
|
*/
|
|
29
|
-
valueBeforeChangePoint
|
|
29
|
+
valueBeforeChangePoint: number;
|
|
30
30
|
}
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface MonitoredEntityStateParam {
|
|
5
5
|
/**
|
|
6
|
-
* The key of the monitoring state
|
|
6
|
+
* The key of the monitoring state parameter.
|
|
7
7
|
*/
|
|
8
8
|
key?: string;
|
|
9
9
|
/**
|
|
10
|
-
* The value of the monitoring state
|
|
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
|
|
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
|
|
21
|
+
* The total number of unique process group instances in the response.
|
|
22
22
|
*/
|
|
23
23
|
totalCount?: number;
|
|
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
|
|
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
|
*/
|
|
@@ -6,13 +6,13 @@ export interface PublicCertificateCredentials extends Credentials {
|
|
|
6
6
|
/**
|
|
7
7
|
* The certificate in the string format.
|
|
8
8
|
*/
|
|
9
|
-
certificate
|
|
9
|
+
certificate: string;
|
|
10
10
|
/**
|
|
11
11
|
* The certificate format.
|
|
12
12
|
*/
|
|
13
|
-
certificateFormat
|
|
13
|
+
certificateFormat: 'PEM' | 'PKCS12' | 'UNKNOWN';
|
|
14
14
|
/**
|
|
15
15
|
* The password of the credential (not supported).
|
|
16
16
|
*/
|
|
17
|
-
password
|
|
17
|
+
password: string;
|
|
18
18
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts
CHANGED
|
@@ -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
|
|
11
|
+
browserType: string;
|
|
12
12
|
/**
|
|
13
13
|
* The version of the browser the location is using to execute browser monitors.
|
|
14
14
|
*/
|
|
15
|
-
browserVersion
|
|
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
|
|
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
|
|
27
|
+
ips: string[];
|
|
28
28
|
/**
|
|
29
29
|
* The stage of the location.
|
|
30
30
|
*/
|
|
31
|
-
stage
|
|
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
|
|
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
|
*/
|
|
@@ -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
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts
CHANGED
|
@@ -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
|
*/
|
package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ export interface SecureKeystrokesInputDto extends KeystrokesInputDto {
|
|
|
6
6
|
/**
|
|
7
7
|
* Enum value of the credential field.
|
|
8
8
|
*/
|
|
9
|
-
credentialField
|
|
9
|
+
credentialField: 'USERNAME' | 'PASSWORD' | 'TOKEN';
|
|
10
10
|
/**
|
|
11
11
|
* String value containing the credential id.
|
|
12
12
|
*/
|
|
13
|
-
credentialId
|
|
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
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -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
|
|
25
|
+
securityLevel: 'AUTH_NO_PRIV' | 'AUTH_PRIV' | 'NO_AUTH_NO_PRIV';
|
|
26
26
|
/**
|
|
27
27
|
* User name value
|
|
28
28
|
*/
|
|
29
|
-
username
|
|
29
|
+
username: string;
|
|
30
30
|
}
|
|
@@ -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
|
*/
|