@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
3
|
+
*
|
|
4
|
+
* * `TIME` -> TimeWaitConditionDto
|
|
5
|
+
* * `VALIDATION` -> ValidationWaitConditionDto
|
|
6
|
+
* * `PAGE_COMPLETE` -> BaseWaitConditionDto
|
|
7
|
+
* * `NETWORK` -> BaseWaitConditionDto
|
|
8
|
+
* * `NEXT_EVENT` -> BaseWaitConditionDto
|
|
9
|
+
*
|
|
10
|
+
* @deprecated Use literal values.
|
|
11
|
+
*/
|
|
12
|
+
export declare enum BaseWaitConditionDtoType {
|
|
13
|
+
Network = "NETWORK",
|
|
14
|
+
NextEvent = "NEXT_EVENT",
|
|
15
|
+
PageComplete = "PAGE_COMPLETE",
|
|
16
|
+
Time = "TIME",
|
|
17
|
+
Validation = "VALIDATION"
|
|
18
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Wait condition for Browser Monitor step.
|
|
3
|
+
*/
|
|
4
|
+
export interface BaseWaitConditionDto {
|
|
5
|
+
/**
|
|
6
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
7
|
+
*
|
|
8
|
+
* * `TIME` -> TimeWaitConditionDto
|
|
9
|
+
* * `VALIDATION` -> ValidationWaitConditionDto
|
|
10
|
+
* * `PAGE_COMPLETE` -> BaseWaitConditionDto
|
|
11
|
+
* * `NETWORK` -> BaseWaitConditionDto
|
|
12
|
+
* * `NEXT_EVENT` -> BaseWaitConditionDto
|
|
13
|
+
*/
|
|
14
|
+
type: 'NETWORK' | 'NEXT_EVENT' | 'PAGE_COMPLETE' | 'TIME' | 'VALIDATION';
|
|
15
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Permissions settings for browser.
|
|
3
|
+
*/
|
|
4
|
+
export interface BrowserPermissionsDto {
|
|
5
|
+
/**
|
|
6
|
+
* Camera permission. If not defined in request, it will be set to false by default.
|
|
7
|
+
*/
|
|
8
|
+
camera?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Location permission. If not defined in request, it will be set to false by default.
|
|
11
|
+
*/
|
|
12
|
+
location?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Microphone permission. If not defined in request, it will be set to false by default.
|
|
15
|
+
*/
|
|
16
|
+
microphone?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Notifications permission. If not defined in request, it will be set to false by default.
|
|
19
|
+
*/
|
|
20
|
+
notifications?: boolean;
|
|
21
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts
CHANGED
|
@@ -6,13 +6,13 @@ export interface CertificateCredentials extends Credentials {
|
|
|
6
6
|
/**
|
|
7
7
|
* String containing the certificate file bytes encoded in Base64 without carriage return.
|
|
8
8
|
*/
|
|
9
|
-
certificate
|
|
9
|
+
certificate: string;
|
|
10
10
|
/**
|
|
11
11
|
* The certificate format. Use `PEM` for PEM certificates and `PKCS12` for PFX and P12 certificates.
|
|
12
12
|
*/
|
|
13
|
-
certificateFormat
|
|
13
|
+
certificateFormat: 'PEM' | 'PKCS12' | 'UNKNOWN';
|
|
14
14
|
/**
|
|
15
15
|
* The password of the credential encoded in Base64. Must be empty for `PEM` certificates.
|
|
16
16
|
*/
|
|
17
|
-
password
|
|
17
|
+
password: string;
|
|
18
18
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* autoplay-policy type.
|
|
3
|
+
*
|
|
4
|
+
* @deprecated Use literal values.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum ChromiumStartupFlagsDtoAutoplayPolicy {
|
|
7
|
+
NoUserGestureRequired = "no-user-gesture-required",
|
|
8
|
+
DocumentUserActivationRequired = "document-user-activation-required"
|
|
9
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ChromiumStartupFlagsDtoDisableFeatures } from './chromium-startup-flags-dto-disable-features';
|
|
2
|
+
/**
|
|
3
|
+
* Chromium startup flags of a Browser Monitor.
|
|
4
|
+
*/
|
|
5
|
+
export interface ChromiumStartupFlagsDto {
|
|
6
|
+
/**
|
|
7
|
+
* autoplay-policy type.
|
|
8
|
+
*/
|
|
9
|
+
'autoplay-policy'?: 'no-user-gesture-required' | 'document-user-activation-required';
|
|
10
|
+
/**
|
|
11
|
+
* disable-features map
|
|
12
|
+
*/
|
|
13
|
+
'disable-features'?: ChromiumStartupFlagsDtoDisableFeatures;
|
|
14
|
+
/**
|
|
15
|
+
* disable-site-isolation-trials flag.
|
|
16
|
+
*/
|
|
17
|
+
'disable-site-isolation-trials'?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* disable-web-security flag. If no value is passed, it will be set to false by default.
|
|
20
|
+
*/
|
|
21
|
+
'disable-web-security'?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* host-resolver-rules.
|
|
24
|
+
*/
|
|
25
|
+
'host-resolver-rules'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* ignore-certificate-errors flag.
|
|
28
|
+
*/
|
|
29
|
+
'ignore-certificate-errors'?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* ssl-version-max.
|
|
32
|
+
*/
|
|
33
|
+
'ssl-version-max'?: string;
|
|
34
|
+
/**
|
|
35
|
+
* ssl-version-min.
|
|
36
|
+
*/
|
|
37
|
+
'ssl-version-min'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* test-type flag.
|
|
40
|
+
*/
|
|
41
|
+
'test-type'?: boolean;
|
|
42
|
+
}
|
|
@@ -30,6 +30,10 @@ export interface ComplexConstraint {
|
|
|
30
30
|
* Whether to skip validation on a change made from the UI.
|
|
31
31
|
*/
|
|
32
32
|
skipAsyncValidation?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* The maximum time in seconds the custom validator is allowed to run.
|
|
35
|
+
*/
|
|
36
|
+
timeout?: number;
|
|
33
37
|
/**
|
|
34
38
|
* The type of the constraint.
|
|
35
39
|
*/
|
|
@@ -38,6 +38,10 @@ export interface Constraint {
|
|
|
38
38
|
* Whether to skip validation on a change made from the UI.
|
|
39
39
|
*/
|
|
40
40
|
skipAsyncValidation?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* The maximum time in seconds the custom validator is allowed to run.
|
|
43
|
+
*/
|
|
44
|
+
timeout?: number;
|
|
41
45
|
/**
|
|
42
46
|
* The type of the constraint.
|
|
43
47
|
*/
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
|
|
2
|
+
import { SyntheticMonitorCookieDto } from './synthetic-monitor-cookie-dto';
|
|
3
|
+
/**
|
|
4
|
+
* Cookie step of Browser Monitor.
|
|
5
|
+
*/
|
|
6
|
+
export interface CookieStepDto extends SyntheticBrowserMonitorStepDto {
|
|
7
|
+
/**
|
|
8
|
+
* Field containing the list of cookies.
|
|
9
|
+
*/
|
|
10
|
+
cookies: SyntheticMonitorCookieDto[];
|
|
11
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AbstractCredentialsResponseElement } from './abstract-credentials-response-element';
|
|
2
|
+
/**
|
|
3
|
+
* A list of detailed credentials sets for Synthetic monitors.
|
|
4
|
+
*/
|
|
5
|
+
export interface CredentialsDetailsList {
|
|
6
|
+
allowPlaybackWithPrefilledCredentials?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* A list of credentials sets for Synthetic monitors.
|
|
9
|
+
*/
|
|
10
|
+
credentials: AbstractCredentialsResponseElement[];
|
|
11
|
+
}
|
|
@@ -6,11 +6,11 @@ export interface CyberArkAllowedLocationDto extends ExternalVault {
|
|
|
6
6
|
/**
|
|
7
7
|
* Account name that stores the username and password to retrieve and synchronize with the Dynatrace Credential Vault: This is NOT the name of the account logged into the CyberArk Central Credential Provider.
|
|
8
8
|
*/
|
|
9
|
-
accountName
|
|
9
|
+
accountName: string;
|
|
10
10
|
/**
|
|
11
11
|
* Application ID connected to CyberArk Vault.
|
|
12
12
|
*/
|
|
13
|
-
applicationId
|
|
13
|
+
applicationId: string;
|
|
14
14
|
/**
|
|
15
15
|
* [Recommended] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
|
|
16
16
|
*/
|
|
@@ -22,5 +22,5 @@ export interface CyberArkAllowedLocationDto extends ExternalVault {
|
|
|
22
22
|
/**
|
|
23
23
|
* Safe name connected to CyberArk Vault.
|
|
24
24
|
*/
|
|
25
|
-
safeName
|
|
25
|
+
safeName: string;
|
|
26
26
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ export interface CyberArkUsernamePassword extends ExternalVault {
|
|
|
6
6
|
/**
|
|
7
7
|
* Account name that stores the username and password to retrieve and synchronize with the Dynatrace Credential Vault: This is NOT the name of the account logged into the CyberArk Central Credential Provider.
|
|
8
8
|
*/
|
|
9
|
-
accountName
|
|
9
|
+
accountName: string;
|
|
10
10
|
/**
|
|
11
11
|
* Application ID connected to CyberArk Vault.
|
|
12
12
|
*/
|
|
13
|
-
applicationId
|
|
13
|
+
applicationId: string;
|
|
14
14
|
/**
|
|
15
15
|
* [Recommended] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
|
|
16
16
|
*/
|
|
@@ -22,9 +22,9 @@ export interface CyberArkUsernamePassword extends ExternalVault {
|
|
|
22
22
|
/**
|
|
23
23
|
* Safe name connected to CyberArk Vault.
|
|
24
24
|
*/
|
|
25
|
-
safeName
|
|
25
|
+
safeName: string;
|
|
26
26
|
/**
|
|
27
27
|
* Dynatrace credential ID of the username-password pair used for authentication to the CyberArk Central Credential Provider
|
|
28
28
|
*/
|
|
29
|
-
usernamePasswordForCPM
|
|
29
|
+
usernamePasswordForCPM: string;
|
|
30
30
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts
CHANGED
|
@@ -11,6 +11,10 @@ export interface DeletionConstraint {
|
|
|
11
11
|
*/
|
|
12
12
|
customValidatorId?: string;
|
|
13
13
|
schemaIds?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* The maximum time in seconds the custom validator is allowed to run.
|
|
16
|
+
*/
|
|
17
|
+
timeout?: number;
|
|
14
18
|
/**
|
|
15
19
|
* The type of the deletion constraint.
|
|
16
20
|
*/
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The name of the performance metric, used for reporting on performance charts and for comparison against defined performance thresholds.
|
|
3
|
+
*
|
|
4
|
+
* @deprecated Use literal values.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum EnablementDtoPerformanceMetric {
|
|
7
|
+
ClassicTotalDuration = "classic.total_duration",
|
|
8
|
+
Duration = "duration"
|
|
9
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Browser monitor enablement settings.
|
|
3
|
+
*/
|
|
4
|
+
export interface EnablementDto {
|
|
5
|
+
/**
|
|
6
|
+
* Enable 3rd gen JS agent reporting. Relevant only for grail-enabled SaaS environments.
|
|
7
|
+
*/
|
|
8
|
+
enableOnGrail: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Indicates the origin of these settings.
|
|
11
|
+
*/
|
|
12
|
+
origin?: 'MONITOR' | 'TENANT' | 'DEFAULT' | 'UNKNOWN';
|
|
13
|
+
/**
|
|
14
|
+
* The name of the performance metric, used for reporting on performance charts and for comparison against defined performance thresholds.
|
|
15
|
+
*/
|
|
16
|
+
performanceMetric: 'classic.total_duration' | 'duration';
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface EnrichedManagementZoneDto {
|
|
2
|
+
/**
|
|
3
|
+
* The ID of the management zone.
|
|
4
|
+
*/
|
|
5
|
+
id?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The name of the management zone.
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The path to the settings object in the Settings API.
|
|
12
|
+
*/
|
|
13
|
+
sourceSetting?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface EnrichedTagDto {
|
|
2
|
+
/**
|
|
3
|
+
* The origin of the tag, such as AWS or Cloud Foundry.
|
|
4
|
+
*
|
|
5
|
+
* Custom tags use the `CONTEXTLESS` value.
|
|
6
|
+
*/
|
|
7
|
+
context?: string;
|
|
8
|
+
/**
|
|
9
|
+
* The key of the tag.
|
|
10
|
+
*/
|
|
11
|
+
key?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The source where the tag comes from. Possible values are:
|
|
14
|
+
*
|
|
15
|
+
* * Auto tags
|
|
16
|
+
* * Environment tags
|
|
17
|
+
* * User provided tags
|
|
18
|
+
*/
|
|
19
|
+
source?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The path to the settings object in the Settings API. Only available for tags with the Auto tags source.
|
|
22
|
+
*/
|
|
23
|
+
sourceSetting?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The string representation of the tag.
|
|
26
|
+
*/
|
|
27
|
+
stringRepresentation?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The value of the tag.
|
|
30
|
+
*/
|
|
31
|
+
value?: string;
|
|
32
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { EnrichedManagementZoneDto } from './enriched-management-zone-dto';
|
|
2
|
+
import { EnrichedTagDto } from './enriched-tag-dto';
|
|
1
3
|
import { EntityFromRelationships } from './entity-from-relationships';
|
|
2
4
|
import { EntityIcon } from './entity-icon';
|
|
3
5
|
import { EntityProperties } from './entity-properties';
|
|
4
6
|
import { EntityToRelationships } from './entity-to-relationships';
|
|
5
|
-
import { ManagementZone } from './management-zone';
|
|
6
|
-
import { METag } from './me-tag';
|
|
7
7
|
/**
|
|
8
8
|
* The properties of a monitored entity.
|
|
9
9
|
*/
|
|
@@ -35,7 +35,7 @@ export interface Entity {
|
|
|
35
35
|
/**
|
|
36
36
|
* A set of management zones to which the entity belongs.
|
|
37
37
|
*/
|
|
38
|
-
managementZones?:
|
|
38
|
+
managementZones?: EnrichedManagementZoneDto[];
|
|
39
39
|
/**
|
|
40
40
|
* A list of additional properties of the entity.
|
|
41
41
|
*/
|
|
@@ -43,7 +43,7 @@ export interface Entity {
|
|
|
43
43
|
/**
|
|
44
44
|
* A set of tags assigned to the entity.
|
|
45
45
|
*/
|
|
46
|
-
tags?:
|
|
46
|
+
tags?: EnrichedTagDto[];
|
|
47
47
|
/**
|
|
48
48
|
* A list of relationships where the entity occupies the TO position.
|
|
49
49
|
*/
|
|
@@ -15,13 +15,13 @@ export interface EventEvidence extends Evidence {
|
|
|
15
15
|
*
|
|
16
16
|
* Has `-1` value, if the event is still active.
|
|
17
17
|
*/
|
|
18
|
-
endTime
|
|
18
|
+
endTime: number;
|
|
19
19
|
/**
|
|
20
20
|
* The ID of the event.
|
|
21
21
|
*/
|
|
22
|
-
eventId
|
|
22
|
+
eventId: string;
|
|
23
23
|
/**
|
|
24
24
|
* The type of the event.
|
|
25
25
|
*/
|
|
26
|
-
eventType
|
|
26
|
+
eventType: string;
|
|
27
27
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts
CHANGED
|
@@ -13,5 +13,6 @@ export declare enum EventIngestEventType {
|
|
|
13
13
|
ErrorEvent = "ERROR_EVENT",
|
|
14
14
|
MarkedForTermination = "MARKED_FOR_TERMINATION",
|
|
15
15
|
PerformanceEvent = "PERFORMANCE_EVENT",
|
|
16
|
-
ResourceContentionEvent = "RESOURCE_CONTENTION_EVENT"
|
|
16
|
+
ResourceContentionEvent = "RESOURCE_CONTENTION_EVENT",
|
|
17
|
+
Warning = "WARNING"
|
|
17
18
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts
CHANGED
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
* A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.
|
|
11
11
|
*/
|
|
12
12
|
export interface EventIngestProperties {
|
|
13
|
-
[propName: string]: string
|
|
13
|
+
[propName: string]: string;
|
|
14
14
|
}
|
|
@@ -12,7 +12,7 @@ export interface EventIngest {
|
|
|
12
12
|
/**
|
|
13
13
|
* The [entity selector](https://dt-url.net/apientityselector), defining a set of Dynatrace entities to be associated with the event.
|
|
14
14
|
*
|
|
15
|
-
* Only entities that have been active within the last 24 hours can be selected.
|
|
15
|
+
* Only entities that have been active within the last 24 hours can be selected. Note that the `entityId` filter bypasses this time constraint, allowing events to be ingested for entities that have been inactive for more than 24 hours.
|
|
16
16
|
*
|
|
17
17
|
* If not set, the event is associated with the environment (`dt.entity.environment`) entity.
|
|
18
18
|
*/
|
|
@@ -20,7 +20,7 @@ export interface EventIngest {
|
|
|
20
20
|
/**
|
|
21
21
|
* The type of the event.
|
|
22
22
|
*/
|
|
23
|
-
eventType: 'AVAILABILITY_EVENT' | 'CUSTOM_ALERT' | 'CUSTOM_ANNOTATION' | 'CUSTOM_CONFIGURATION' | 'CUSTOM_DEPLOYMENT' | 'CUSTOM_INFO' | 'ERROR_EVENT' | 'MARKED_FOR_TERMINATION' | 'PERFORMANCE_EVENT' | 'RESOURCE_CONTENTION_EVENT';
|
|
23
|
+
eventType: 'AVAILABILITY_EVENT' | 'CUSTOM_ALERT' | 'CUSTOM_ANNOTATION' | 'CUSTOM_CONFIGURATION' | 'CUSTOM_DEPLOYMENT' | 'CUSTOM_INFO' | 'ERROR_EVENT' | 'MARKED_FOR_TERMINATION' | 'PERFORMANCE_EVENT' | 'RESOURCE_CONTENTION_EVENT' | 'WARNING';
|
|
24
24
|
/**
|
|
25
25
|
* A map of event properties.
|
|
26
26
|
*
|
package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RequestFilterDto } from './request-filter-dto';
|
|
2
|
+
/**
|
|
3
|
+
* Filtered requests of a Browser Monitor.
|
|
4
|
+
*/
|
|
5
|
+
export interface FilteredRequestsDto {
|
|
6
|
+
/**
|
|
7
|
+
* Filter mode for filtered requests.
|
|
8
|
+
*/
|
|
9
|
+
mode: 'BLOCK' | 'ALLOW';
|
|
10
|
+
/**
|
|
11
|
+
* Requests to be filtered.
|
|
12
|
+
*/
|
|
13
|
+
requests: RequestFilterDto[];
|
|
14
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* JS framework options of a JS Agent.
|
|
3
|
+
*/
|
|
4
|
+
export interface FrameworkOptionsDto {
|
|
5
|
+
/**
|
|
6
|
+
* activeXObject support. If not defined in request, it will be set to false by default.
|
|
7
|
+
*/
|
|
8
|
+
activeXObject?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Angular support. If not defined in request, it will be set to false by default.
|
|
11
|
+
*/
|
|
12
|
+
angular?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Dojo support. If not defined in request, it will be set to false by default.
|
|
15
|
+
*/
|
|
16
|
+
dojo?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* extJs support. If not defined in request, it will be set to false by default.
|
|
19
|
+
*/
|
|
20
|
+
extJs?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* icefaces support. If not defined in request, it will be set to false by default.
|
|
23
|
+
*/
|
|
24
|
+
icefaces?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* jquery support. If not defined in request, it will be set to false by default.
|
|
27
|
+
*/
|
|
28
|
+
jQuery?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* mooTools support. If not defined in request, it will be set to false by default.
|
|
31
|
+
*/
|
|
32
|
+
mooTools?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* prototype support. If not defined in request, it will be set to false by default.
|
|
35
|
+
*/
|
|
36
|
+
prototype?: boolean;
|
|
37
|
+
}
|
|
@@ -6,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
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts
CHANGED
|
@@ -6,6 +6,10 @@ export interface HistoryModificationInfo {
|
|
|
6
6
|
* The unique identifier of the user who performed the most recent modification.
|
|
7
7
|
*/
|
|
8
8
|
lastModifiedBy?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Reason for system change
|
|
11
|
+
*/
|
|
12
|
+
lastModifiedReason?: string;
|
|
9
13
|
/**
|
|
10
14
|
* Timestamp when the setting was last modified in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z')
|
|
11
15
|
*/
|
package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ignored Error Codes of a Browser Monitor.
|
|
3
|
+
*/
|
|
4
|
+
export interface IgnoredErrorCodesDto {
|
|
5
|
+
/**
|
|
6
|
+
* Ignoring status codes will be applied to requests matching pattern.
|
|
7
|
+
*/
|
|
8
|
+
matchingDocumentRequests?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Status codes to be ignored.
|
|
11
|
+
*/
|
|
12
|
+
statusCodes?: string;
|
|
13
|
+
}
|