@dynatrace-sdk/client-classic-environment-v2 4.2.1 → 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 +32 -0
- package/README.md +1898 -547
- package/cjs/index.js +1232 -219
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +1173 -160
- package/package.json +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +24 -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 +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +45 -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/rum-manual-insertion-tags-api.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +8 -3
- 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 +83 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +13 -11
- 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/asset-info-dto-type.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto.d.ts +24 -0
- 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/base-wait-condition-dto-type.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts +21 -0
- 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-autoplay-policy.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/client-certificate-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts +11 -0
- 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/deletion-constraint.d.ts +4 -0
- 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/enriched-management-zone-dto.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enriched-tag-dto.d.ts +32 -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/entity.d.ts +4 -4
- 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-event-type.d.ts +2 -1
- 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/event-ingest.d.ts +2 -2
- 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/filtered-requests-dto-mode.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts +37 -0
- 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/history-modification-info.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +67 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +25 -0
- 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-agent-settings-dto.d.ts +44 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto.d.ts +13 -0
- 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/monitor-property-dto.d.ts +13 -0
- 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 +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts +21 -0
- 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 +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.d.ts +15 -0
- 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/private-synthetic-location.d.ts +9 -0
- 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/proxy-dto.d.ts +9 -0
- 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/request-filter-dto-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts +14 -0
- 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 +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +14 -0
- 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 +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/selection-dto.d.ts +13 -0
- 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 +90 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +82 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto.d.ts +25 -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-cookie-dto.d.ts +21 -0
- 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-type.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +6 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response-type.d.ts +1 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +8 -3
- 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-on-demand-execution.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +12 -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/target-dto.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/test-device-dto.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/timeout-settings-dto.d.ts +13 -0
- 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-rule-dto-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visually-complete-options-dto.d.ts +25 -0
- 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
package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -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
|
*/
|
package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -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
|
}
|
|
@@ -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
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -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-authentication-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -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
|
*/
|
package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BaseWaitConditionDto } from './base-wait-condition-dto';
|
|
2
|
+
import { SelectionDto } from './selection-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
|
+
* Select option step of Browser Monitor.
|
|
8
|
+
*/
|
|
9
|
+
export interface SelectOptionStepDto extends SyntheticBrowserMonitorStepDto {
|
|
10
|
+
/**
|
|
11
|
+
* Field containing the credential.
|
|
12
|
+
*/
|
|
13
|
+
selections: SelectionDto[];
|
|
14
|
+
/**
|
|
15
|
+
* Target of Browser Monitor step.
|
|
16
|
+
*/
|
|
17
|
+
target?: TargetDto;
|
|
18
|
+
/**
|
|
19
|
+
* List of validation rules for the step to perform.
|
|
20
|
+
*/
|
|
21
|
+
validationRules?: ValidationRuleDto[];
|
|
22
|
+
/**
|
|
23
|
+
* Wait condition for Browser Monitor step.
|
|
24
|
+
*/
|
|
25
|
+
waitCondition?: BaseWaitConditionDto;
|
|
26
|
+
}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { BrowserPermissionsDto } from './browser-permissions-dto';
|
|
2
|
+
import { ChromiumStartupFlagsDto } from './chromium-startup-flags-dto';
|
|
3
|
+
import { ClientCertificateDto } from './client-certificate-dto';
|
|
4
|
+
import { EnablementDto } from './enablement-dto';
|
|
5
|
+
import { FilteredRequestsDto } from './filtered-requests-dto';
|
|
6
|
+
import { IgnoredErrorCodesDto } from './ignored-error-codes-dto';
|
|
7
|
+
import { JavaScriptAgentSettingsDto } from './java-script-agent-settings-dto';
|
|
8
|
+
import { MonitorPropertyDto } from './monitor-property-dto';
|
|
9
|
+
import { NetworkThrottlingDto } from './network-throttling-dto';
|
|
10
|
+
import { ProxyDto } from './proxy-dto';
|
|
11
|
+
import { RequestHeaderOptionsDto } from './request-header-options-dto';
|
|
12
|
+
import { SyntheticMonitorCookieDto } from './synthetic-monitor-cookie-dto';
|
|
13
|
+
import { TestDeviceDto } from './test-device-dto';
|
|
14
|
+
/**
|
|
15
|
+
* Browser Monitor configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface SyntheticBrowserMonitorConfigurationDto {
|
|
18
|
+
/**
|
|
19
|
+
* All requests matching the specified patterns will be blocked during the execution of the monitor.
|
|
20
|
+
*/
|
|
21
|
+
blockedRequests?: string[];
|
|
22
|
+
/**
|
|
23
|
+
* Permissions settings for browser.
|
|
24
|
+
*/
|
|
25
|
+
browserPermissions?: BrowserPermissionsDto;
|
|
26
|
+
/**
|
|
27
|
+
* Bypass ContentSecurity Policy for monitored pages. If not defined in request, it will be set to false by default.
|
|
28
|
+
*/
|
|
29
|
+
bypassCSP?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Chromium startup flags of a Browser Monitor.
|
|
32
|
+
*/
|
|
33
|
+
chromiumStartupFlags?: ChromiumStartupFlagsDto;
|
|
34
|
+
/**
|
|
35
|
+
* Identifier of stored client's certificate.
|
|
36
|
+
*/
|
|
37
|
+
clientCertificates?: ClientCertificateDto[];
|
|
38
|
+
/**
|
|
39
|
+
* Cookies list.
|
|
40
|
+
*/
|
|
41
|
+
cookies?: SyntheticMonitorCookieDto[];
|
|
42
|
+
/**
|
|
43
|
+
* Test device of a Browser Monitor.
|
|
44
|
+
*/
|
|
45
|
+
device: TestDeviceDto;
|
|
46
|
+
/**
|
|
47
|
+
* Browser monitor enablement settings.
|
|
48
|
+
*/
|
|
49
|
+
enablement?: EnablementDto;
|
|
50
|
+
/**
|
|
51
|
+
* Experimental properties list.
|
|
52
|
+
*/
|
|
53
|
+
experimentalProperties?: MonitorPropertyDto[];
|
|
54
|
+
/**
|
|
55
|
+
* Filtered requests of a Browser Monitor.
|
|
56
|
+
*/
|
|
57
|
+
filteredRequests?: FilteredRequestsDto;
|
|
58
|
+
/**
|
|
59
|
+
* Ignored Error Codes of a Browser Monitor.
|
|
60
|
+
*/
|
|
61
|
+
ignoredErrorCodes?: IgnoredErrorCodesDto;
|
|
62
|
+
/**
|
|
63
|
+
* JavaScript Agent Settings.
|
|
64
|
+
*/
|
|
65
|
+
javaScriptSettings?: JavaScriptAgentSettingsDto;
|
|
66
|
+
/**
|
|
67
|
+
* Capture performance metrics for pages loaded in frames. If not defined in request, it will be set to false by default.
|
|
68
|
+
*/
|
|
69
|
+
monitorFrames?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Network throttling of a Browser Monitor.
|
|
72
|
+
*/
|
|
73
|
+
networkThrottling?: NetworkThrottlingDto;
|
|
74
|
+
/**
|
|
75
|
+
* Browser Monitor proxy.
|
|
76
|
+
*/
|
|
77
|
+
proxy?: ProxyDto;
|
|
78
|
+
/**
|
|
79
|
+
* Header Options of a Browser Monitor.
|
|
80
|
+
*/
|
|
81
|
+
requestHeaderOptions?: RequestHeaderOptionsDto;
|
|
82
|
+
/**
|
|
83
|
+
* useIESupportedAgent flag. If not defined in request, it will be set to false by default.
|
|
84
|
+
*/
|
|
85
|
+
useIESupportedAgent?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* User agent
|
|
88
|
+
*/
|
|
89
|
+
userAgent?: string;
|
|
90
|
+
}
|