@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
|
@@ -84,17 +84,27 @@ export * from './audit-log-entry';
|
|
|
84
84
|
export * from './audit-log-entry-category';
|
|
85
85
|
export * from './audit-log-entry-event-type';
|
|
86
86
|
export * from './audit-log-entry-user-type';
|
|
87
|
+
export * from './authentication-dto';
|
|
88
|
+
export * from './authentication-dto-input-type';
|
|
89
|
+
export * from './authentication-dto-type';
|
|
87
90
|
export * from './author-dto';
|
|
88
91
|
export * from './availability-evidence';
|
|
89
92
|
export * from './aws-key-based-credentials-dto';
|
|
90
93
|
export * from './aws-role-based-credentials';
|
|
91
94
|
export * from './azure-client-secret';
|
|
92
95
|
export * from './azure-client-secret-config';
|
|
96
|
+
export * from './base-wait-condition-dto';
|
|
97
|
+
export * from './base-wait-condition-dto-type';
|
|
93
98
|
export * from './biz-event-ingest-error';
|
|
94
99
|
export * from './biz-event-ingest-result';
|
|
95
100
|
export * from './bm-action';
|
|
101
|
+
export * from './browser-permissions-dto';
|
|
96
102
|
export * from './burn-rate-alert';
|
|
97
103
|
export * from './certificate-credentials';
|
|
104
|
+
export * from './chromium-startup-flags-dto';
|
|
105
|
+
export * from './chromium-startup-flags-dto-autoplay-policy';
|
|
106
|
+
export * from './chromium-startup-flags-dto-disable-features';
|
|
107
|
+
export * from './client-certificate-dto';
|
|
98
108
|
export * from './cloud-event';
|
|
99
109
|
export * from './code-level-vulnerability-details';
|
|
100
110
|
export * from './code-level-vulnerability-details-type';
|
|
@@ -109,12 +119,14 @@ export * from './constraint';
|
|
|
109
119
|
export * from './constraint-type';
|
|
110
120
|
export * from './constraint-violation';
|
|
111
121
|
export * from './constraint-violation-parameter-location';
|
|
122
|
+
export * from './cookie-step-dto';
|
|
112
123
|
export * from './create-alert-query-time-frame';
|
|
113
124
|
export * from './credential-access-data';
|
|
114
125
|
export * from './credential-access-data-type';
|
|
115
126
|
export * from './credential-usage-handler';
|
|
116
127
|
export * from './credentials';
|
|
117
128
|
export * from './credentials-details-certificate-response-element';
|
|
129
|
+
export * from './credentials-details-list';
|
|
118
130
|
export * from './credentials-details-token-response-element';
|
|
119
131
|
export * from './credentials-details-username-password-response-element';
|
|
120
132
|
export * from './credentials-id';
|
|
@@ -149,6 +161,11 @@ export * from './effective-permission';
|
|
|
149
161
|
export * from './effective-permission-granted';
|
|
150
162
|
export * from './effective-settings-value';
|
|
151
163
|
export * from './effective-settings-values-list';
|
|
164
|
+
export * from './enablement-dto';
|
|
165
|
+
export * from './enablement-dto-origin';
|
|
166
|
+
export * from './enablement-dto-performance-metric';
|
|
167
|
+
export * from './enriched-management-zone-dto';
|
|
168
|
+
export * from './enriched-tag-dto';
|
|
152
169
|
export * from './entities-list';
|
|
153
170
|
export * from './entity';
|
|
154
171
|
export * from './entity-from-relationships';
|
|
@@ -228,6 +245,9 @@ export * from './feature-set-details';
|
|
|
228
245
|
export * from './filter';
|
|
229
246
|
export * from './filter-type';
|
|
230
247
|
export * from './filtered-counts-dto';
|
|
248
|
+
export * from './filtered-requests-dto';
|
|
249
|
+
export * from './filtered-requests-dto-mode';
|
|
250
|
+
export * from './framework-options-dto';
|
|
231
251
|
export * from './from-position';
|
|
232
252
|
export * from './function-definition';
|
|
233
253
|
export * from './get-all-active-gates-query-auto-update';
|
|
@@ -273,16 +293,26 @@ export * from './http-protocol-details';
|
|
|
273
293
|
export * from './http-request-parameter';
|
|
274
294
|
export * from './identity';
|
|
275
295
|
export * from './identity-type';
|
|
296
|
+
export * from './ignored-error-codes-dto';
|
|
276
297
|
export * from './impact';
|
|
277
298
|
export * from './impact-analysis';
|
|
278
299
|
export * from './impact-impact-type';
|
|
279
300
|
export * from './ingest-body';
|
|
280
301
|
export * from './insert-position';
|
|
302
|
+
export * from './interaction-step-dto';
|
|
281
303
|
export * from './invalid-line';
|
|
282
304
|
export * from './invocation';
|
|
283
305
|
export * from './item';
|
|
284
306
|
export * from './item-metadata';
|
|
307
|
+
export * from './java-script-agent-settings-dto';
|
|
308
|
+
export * from './java-script-step-dto';
|
|
285
309
|
export * from './json-node';
|
|
310
|
+
export * from './key-performance-metrics';
|
|
311
|
+
export * from './key-performance-metrics-load-action-kpm';
|
|
312
|
+
export * from './key-performance-metrics-xhr-action-kpm';
|
|
313
|
+
export * from './key-strokes-step-dto';
|
|
314
|
+
export * from './keystrokes-input-dto';
|
|
315
|
+
export * from './keystrokes-input-dto-type';
|
|
286
316
|
export * from './linked-problem';
|
|
287
317
|
export * from './list-credentials-query-type';
|
|
288
318
|
export * from './location-collection-element';
|
|
@@ -292,6 +322,8 @@ export * from './location-collection-element-stage';
|
|
|
292
322
|
export * from './location-collection-element-status';
|
|
293
323
|
export * from './location-collection-element-type';
|
|
294
324
|
export * from './location-execution-results';
|
|
325
|
+
export * from './locator-dto';
|
|
326
|
+
export * from './locator-dto-type';
|
|
295
327
|
export * from './log-message-json';
|
|
296
328
|
export * from './log-message-plain';
|
|
297
329
|
export * from './log-record';
|
|
@@ -331,6 +363,7 @@ export * from './modification';
|
|
|
331
363
|
export * from './modification-info';
|
|
332
364
|
export * from './monitor-entity-id-dto';
|
|
333
365
|
export * from './monitor-execution-results';
|
|
366
|
+
export * from './monitor-property-dto';
|
|
334
367
|
export * from './monitor-request-execution-result';
|
|
335
368
|
export * from './monitor-request-header';
|
|
336
369
|
export * from './monitored-entity-state-param';
|
|
@@ -343,6 +376,8 @@ export * from './monitoring-configuration-response';
|
|
|
343
376
|
export * from './monitoring-configuration-update-dto';
|
|
344
377
|
export * from './mute-state';
|
|
345
378
|
export * from './mute-state-reason';
|
|
379
|
+
export * from './navigate-step-dto';
|
|
380
|
+
export * from './network-throttling-dto';
|
|
346
381
|
export * from './network-zone';
|
|
347
382
|
export * from './network-zone-connection-statistics';
|
|
348
383
|
export * from './network-zone-fallback-mode';
|
|
@@ -354,10 +389,13 @@ export * from './nodes';
|
|
|
354
389
|
export * from './object-node';
|
|
355
390
|
export * from './objects-list';
|
|
356
391
|
export * from './permission-context';
|
|
392
|
+
export * from './plain-authentication-dto';
|
|
393
|
+
export * from './plain-keystrokes-input-dto';
|
|
357
394
|
export * from './precondition';
|
|
358
395
|
export * from './precondition-type';
|
|
359
396
|
export * from './private-synthetic-location';
|
|
360
397
|
export * from './private-synthetic-location-deployment-type';
|
|
398
|
+
export * from './private-synthetic-location-fips-mode';
|
|
361
399
|
export * from './private-synthetic-location-node-names';
|
|
362
400
|
export * from './private-synthetic-location-status';
|
|
363
401
|
export * from './private-synthetic-location-type';
|
|
@@ -373,6 +411,7 @@ export * from './property-definition';
|
|
|
373
411
|
export * from './property-definition-metadata';
|
|
374
412
|
export * from './property-definition-modification-policy';
|
|
375
413
|
export * from './protocol-details';
|
|
414
|
+
export * from './proxy-dto';
|
|
376
415
|
export * from './public-certificate-credentials';
|
|
377
416
|
export * from './public-synthetic-location';
|
|
378
417
|
export * from './ref-pointer';
|
|
@@ -420,6 +459,9 @@ export * from './remediation-progress-entity-list';
|
|
|
420
459
|
export * from './remediation-progress-entity-state';
|
|
421
460
|
export * from './remediation-progress-vulnerable-component';
|
|
422
461
|
export * from './remove-permission-path-accessor-type';
|
|
462
|
+
export * from './request-filter-dto';
|
|
463
|
+
export * from './request-filter-dto-type';
|
|
464
|
+
export * from './request-header-options-dto';
|
|
423
465
|
export * from './request-information';
|
|
424
466
|
export * from './resolution-request';
|
|
425
467
|
export * from './resource-context';
|
|
@@ -458,6 +500,7 @@ export * from './schema-constraint-rest-dto';
|
|
|
458
500
|
export * from './schema-constraint-rest-dto-type';
|
|
459
501
|
export * from './schema-definition-rest-dto';
|
|
460
502
|
export * from './schema-definition-rest-dto-enums';
|
|
503
|
+
export * from './schema-definition-rest-dto-maturity';
|
|
461
504
|
export * from './schema-definition-rest-dto-metadata';
|
|
462
505
|
export * from './schema-definition-rest-dto-properties';
|
|
463
506
|
export * from './schema-definition-rest-dto-table-columns';
|
|
@@ -465,10 +508,13 @@ export * from './schema-definition-rest-dto-types';
|
|
|
465
508
|
export * from './schema-files';
|
|
466
509
|
export * from './schema-list';
|
|
467
510
|
export * from './schema-stub';
|
|
511
|
+
export * from './schema-stub-maturity';
|
|
468
512
|
export * from './schema-type';
|
|
469
513
|
export * from './schema-type-properties';
|
|
470
514
|
export * from './schema-type-type';
|
|
471
515
|
export * from './schemas-list';
|
|
516
|
+
export * from './secure-authentication-dto';
|
|
517
|
+
export * from './secure-keystrokes-input-dto';
|
|
472
518
|
export * from './security-context-dto-impl';
|
|
473
519
|
export * from './security-context-result-dto';
|
|
474
520
|
export * from './security-problem';
|
|
@@ -495,6 +541,8 @@ export * from './security-problems-bulk-mute-response';
|
|
|
495
541
|
export * from './security-problems-bulk-unmute';
|
|
496
542
|
export * from './security-problems-bulk-unmute-reason';
|
|
497
543
|
export * from './security-problems-bulk-unmute-response';
|
|
544
|
+
export * from './select-option-step-dto';
|
|
545
|
+
export * from './selection-dto';
|
|
498
546
|
export * from './service-impact';
|
|
499
547
|
export * from './settings-object';
|
|
500
548
|
export * from './settings-object-by-object-id-response';
|
|
@@ -514,8 +562,16 @@ export * from './slo-status';
|
|
|
514
562
|
export * from './snmpv3-credentials';
|
|
515
563
|
export * from './software-techs';
|
|
516
564
|
export * from './status-alert';
|
|
565
|
+
export * from './store-log-query-structure';
|
|
517
566
|
export * from './success';
|
|
518
567
|
export * from './success-envelope';
|
|
568
|
+
export * from './synthetic-browser-monitor-configuration-dto';
|
|
569
|
+
export * from './synthetic-browser-monitor-request';
|
|
570
|
+
export * from './synthetic-browser-monitor-request-type';
|
|
571
|
+
export * from './synthetic-browser-monitor-response';
|
|
572
|
+
export * from './synthetic-browser-monitor-response-type';
|
|
573
|
+
export * from './synthetic-browser-monitor-step-dto';
|
|
574
|
+
export * from './synthetic-browser-monitor-step-dto-type';
|
|
519
575
|
export * from './synthetic-config-dto';
|
|
520
576
|
export * from './synthetic-location';
|
|
521
577
|
export * from './synthetic-location-ids-dto';
|
|
@@ -526,12 +582,15 @@ export * from './synthetic-location-update-type';
|
|
|
526
582
|
export * from './synthetic-locations';
|
|
527
583
|
export * from './synthetic-monitor-constraint-dto';
|
|
528
584
|
export * from './synthetic-monitor-constraint-dto-properties';
|
|
585
|
+
export * from './synthetic-monitor-cookie-dto';
|
|
529
586
|
export * from './synthetic-monitor-list-dto';
|
|
530
587
|
export * from './synthetic-monitor-outage-handling-settings-dto';
|
|
588
|
+
export * from './synthetic-monitor-outage-handling-settings-dto-origin';
|
|
531
589
|
export * from './synthetic-monitor-performance-threshold-dto';
|
|
532
590
|
export * from './synthetic-monitor-performance-threshold-dto-aggregation';
|
|
533
591
|
export * from './synthetic-monitor-performance-threshold-dto-type';
|
|
534
592
|
export * from './synthetic-monitor-performance-thresholds-dto';
|
|
593
|
+
export * from './synthetic-monitor-primary-grail-tag-dto';
|
|
535
594
|
export * from './synthetic-monitor-summary-dto';
|
|
536
595
|
export * from './synthetic-monitor-summary-dto-type';
|
|
537
596
|
export * from './synthetic-multi-protocol-monitor-request';
|
|
@@ -570,8 +629,12 @@ export * from './synthetic-public-locations-status';
|
|
|
570
629
|
export * from './synthetic-tag-with-source-dto';
|
|
571
630
|
export * from './synthetic-tag-with-source-dto-source';
|
|
572
631
|
export * from './table-column';
|
|
632
|
+
export * from './target-dto';
|
|
573
633
|
export * from './tenant-token';
|
|
574
634
|
export * from './tenant-token-config';
|
|
635
|
+
export * from './test-device-dto';
|
|
636
|
+
export * from './time-wait-condition-dto';
|
|
637
|
+
export * from './timeout-settings-dto';
|
|
575
638
|
export * from './to-position';
|
|
576
639
|
export * from './token-credentials';
|
|
577
640
|
export * from './tracking-link';
|
|
@@ -608,6 +671,10 @@ export * from './update-permissions-request';
|
|
|
608
671
|
export * from './update-permissions-request-permissions-item';
|
|
609
672
|
export * from './user-password-credentials';
|
|
610
673
|
export * from './validation-response';
|
|
674
|
+
export * from './validation-rule-dto';
|
|
675
|
+
export * from './validation-rule-dto-type';
|
|
676
|
+
export * from './validation-wait-condition-dto';
|
|
677
|
+
export * from './visually-complete-options-dto';
|
|
611
678
|
export * from './vulnerability';
|
|
612
679
|
export * from './vulnerable-component';
|
|
613
680
|
export * from './vulnerable-function';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { BaseWaitConditionDto } from './base-wait-condition-dto';
|
|
2
|
+
import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
|
|
3
|
+
import { TargetDto } from './target-dto';
|
|
4
|
+
import { ValidationRuleDto } from './validation-rule-dto';
|
|
5
|
+
/**
|
|
6
|
+
* Interaction step of Browser Monitor.
|
|
7
|
+
*/
|
|
8
|
+
export interface InteractionStepDto extends SyntheticBrowserMonitorStepDto {
|
|
9
|
+
/**
|
|
10
|
+
* Integer containing the button index.
|
|
11
|
+
*/
|
|
12
|
+
button: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
|
|
13
|
+
/**
|
|
14
|
+
* Target of Browser Monitor step.
|
|
15
|
+
*/
|
|
16
|
+
target?: TargetDto;
|
|
17
|
+
/**
|
|
18
|
+
* List of validation rules for the step to perform.
|
|
19
|
+
*/
|
|
20
|
+
validationRules?: ValidationRuleDto[];
|
|
21
|
+
/**
|
|
22
|
+
* Wait condition for Browser Monitor step.
|
|
23
|
+
*/
|
|
24
|
+
waitCondition?: BaseWaitConditionDto;
|
|
25
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FrameworkOptionsDto } from './framework-options-dto';
|
|
2
|
+
import { TimeoutSettingsDto } from './timeout-settings-dto';
|
|
3
|
+
import { VisuallyCompleteOptionsDto } from './visually-complete-options-dto';
|
|
4
|
+
/**
|
|
5
|
+
* JavaScript Agent Settings.
|
|
6
|
+
*/
|
|
7
|
+
export interface JavaScriptAgentSettingsDto {
|
|
8
|
+
/**
|
|
9
|
+
* Custom configuration properties
|
|
10
|
+
*/
|
|
11
|
+
customProperties?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Experimental values support. If not defined in request, it will be set to false by default.
|
|
14
|
+
*/
|
|
15
|
+
experimentalValues?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Capture fetch() requests. If not defined in request, it will be set to true by default.
|
|
18
|
+
*/
|
|
19
|
+
fetchRequests?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Enable this setting to monitor JavaScript errors. The window.onError handler is used for capturing JavaScript errors. If not defined in request, it will be set to true by default.
|
|
22
|
+
*/
|
|
23
|
+
javaScriptErrors?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* JS framework options of a JS Agent.
|
|
26
|
+
*/
|
|
27
|
+
javaScriptFrameworkSupport?: FrameworkOptionsDto;
|
|
28
|
+
/**
|
|
29
|
+
* Within JavaScript frameworks, XHRs are often sent via setTimeout methods. Enable this setting to detect actions that trigger such XHRs. If not defined in request, it will be set to true by default.
|
|
30
|
+
*/
|
|
31
|
+
timedActions?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Timeout settings of a Browser Monitor.
|
|
34
|
+
*/
|
|
35
|
+
timeoutSettings?: TimeoutSettingsDto;
|
|
36
|
+
/**
|
|
37
|
+
* Visually Complete Options of a Browser Monitor.
|
|
38
|
+
*/
|
|
39
|
+
visuallyCompleteOptions?: VisuallyCompleteOptionsDto;
|
|
40
|
+
/**
|
|
41
|
+
* Capture xml Http requests (XHR). If not defined in request, it will be set to true by default.
|
|
42
|
+
*/
|
|
43
|
+
xmlHttpRequests?: boolean;
|
|
44
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseWaitConditionDto } from './base-wait-condition-dto';
|
|
2
|
+
import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
|
|
3
|
+
import { TargetDto } from './target-dto';
|
|
4
|
+
/**
|
|
5
|
+
* JavaScript step of Browser Monitor.
|
|
6
|
+
*/
|
|
7
|
+
export interface JavaScriptStepDto extends SyntheticBrowserMonitorStepDto {
|
|
8
|
+
/**
|
|
9
|
+
* String containing a script in JavaScript.
|
|
10
|
+
*/
|
|
11
|
+
javaScript: string;
|
|
12
|
+
/**
|
|
13
|
+
* Target of Browser Monitor step.
|
|
14
|
+
*/
|
|
15
|
+
target?: TargetDto;
|
|
16
|
+
/**
|
|
17
|
+
* Wait condition for Browser Monitor step.
|
|
18
|
+
*/
|
|
19
|
+
waitCondition?: BaseWaitConditionDto;
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Load action key performance metric.
|
|
3
|
+
*
|
|
4
|
+
* @deprecated Use literal values.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum KeyPerformanceMetricsLoadActionKpm {
|
|
7
|
+
UserActionDuration = "USER_ACTION_DURATION",
|
|
8
|
+
VisuallyComplete = "VISUALLY_COMPLETE",
|
|
9
|
+
SpeedIndex = "SPEED_INDEX",
|
|
10
|
+
DomInteractive = "DOM_INTERACTIVE",
|
|
11
|
+
LoadEventStart = "LOAD_EVENT_START",
|
|
12
|
+
LoadEventEnd = "LOAD_EVENT_END",
|
|
13
|
+
ResponseStart = "RESPONSE_START",
|
|
14
|
+
ResponseEnd = "RESPONSE_END",
|
|
15
|
+
LargestContentfulPaint = "LARGEST_CONTENTFUL_PAINT",
|
|
16
|
+
CumulativeLayoutShift = "CUMULATIVE_LAYOUT_SHIFT"
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* XHR action key performance metric.
|
|
3
|
+
*
|
|
4
|
+
* @deprecated Use literal values.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum KeyPerformanceMetricsXhrActionKpm {
|
|
7
|
+
UserActionDuration = "USER_ACTION_DURATION",
|
|
8
|
+
VisuallyComplete = "VISUALLY_COMPLETE",
|
|
9
|
+
ResponseStart = "RESPONSE_START",
|
|
10
|
+
ResponseEnd = "RESPONSE_END"
|
|
11
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The key performance metrics configuration.
|
|
3
|
+
*/
|
|
4
|
+
export interface KeyPerformanceMetrics {
|
|
5
|
+
/**
|
|
6
|
+
* Load action key performance metric.
|
|
7
|
+
*/
|
|
8
|
+
loadActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'SPEED_INDEX' | 'DOM_INTERACTIVE' | 'LOAD_EVENT_START' | 'LOAD_EVENT_END' | 'RESPONSE_START' | 'RESPONSE_END' | 'LARGEST_CONTENTFUL_PAINT' | 'CUMULATIVE_LAYOUT_SHIFT';
|
|
9
|
+
/**
|
|
10
|
+
* XHR action key performance metric.
|
|
11
|
+
*/
|
|
12
|
+
xhrActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'RESPONSE_START' | 'RESPONSE_END';
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { BaseWaitConditionDto } from './base-wait-condition-dto';
|
|
2
|
+
import { KeystrokesInputDto } from './keystrokes-input-dto';
|
|
3
|
+
import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
|
|
4
|
+
import { TargetDto } from './target-dto';
|
|
5
|
+
import { ValidationRuleDto } from './validation-rule-dto';
|
|
6
|
+
/**
|
|
7
|
+
* Key strokes step of Browser Monitor.
|
|
8
|
+
*/
|
|
9
|
+
export interface KeyStrokesStepDto extends SyntheticBrowserMonitorStepDto {
|
|
10
|
+
/**
|
|
11
|
+
* Key strokes step input.
|
|
12
|
+
*/
|
|
13
|
+
input: KeystrokesInputDto;
|
|
14
|
+
/**
|
|
15
|
+
* Boolean value set to true if blur event should be simulated.
|
|
16
|
+
*/
|
|
17
|
+
simulateBlurEvent?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Boolean value set to true if return key should be simulated.
|
|
20
|
+
*/
|
|
21
|
+
simulateReturnKey?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Target of Browser Monitor step.
|
|
24
|
+
*/
|
|
25
|
+
target?: TargetDto;
|
|
26
|
+
/**
|
|
27
|
+
* List of validation rules for the step to perform.
|
|
28
|
+
*/
|
|
29
|
+
validationRules?: ValidationRuleDto[];
|
|
30
|
+
/**
|
|
31
|
+
* Wait condition for Browser Monitor step.
|
|
32
|
+
*/
|
|
33
|
+
waitCondition?: BaseWaitConditionDto;
|
|
34
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
3
|
+
*
|
|
4
|
+
* * `SECURE` -> SecureKeystrokesInputDto
|
|
5
|
+
* * `PLAIN` -> PlainKeystrokesInputDto
|
|
6
|
+
*
|
|
7
|
+
* @deprecated Use literal values.
|
|
8
|
+
*/
|
|
9
|
+
export declare enum KeystrokesInputDtoType {
|
|
10
|
+
Plain = "PLAIN",
|
|
11
|
+
Secure = "SECURE"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Key strokes step input.
|
|
3
|
+
*/
|
|
4
|
+
export interface KeystrokesInputDto {
|
|
5
|
+
/**
|
|
6
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
7
|
+
*
|
|
8
|
+
* * `SECURE` -> SecureKeystrokesInputDto
|
|
9
|
+
* * `PLAIN` -> PlainKeystrokesInputDto
|
|
10
|
+
*/
|
|
11
|
+
type: 'PLAIN' | 'SECURE';
|
|
12
|
+
}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AuthenticationDto } from './authentication-dto';
|
|
2
|
+
import { BaseWaitConditionDto } from './base-wait-condition-dto';
|
|
3
|
+
import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
|
|
4
|
+
import { TargetDto } from './target-dto';
|
|
5
|
+
import { ValidationRuleDto } from './validation-rule-dto';
|
|
6
|
+
/**
|
|
7
|
+
* Step of Browser Monitor that navigates to a website.
|
|
8
|
+
*/
|
|
9
|
+
export interface NavigateStepDto extends SyntheticBrowserMonitorStepDto {
|
|
10
|
+
/**
|
|
11
|
+
* Authentication dto for Browser Monitor step.
|
|
12
|
+
*/
|
|
13
|
+
authentication?: AuthenticationDto;
|
|
14
|
+
/**
|
|
15
|
+
* Target of Browser Monitor step.
|
|
16
|
+
*/
|
|
17
|
+
target?: TargetDto;
|
|
18
|
+
/**
|
|
19
|
+
* Field containing the url that the monitor should navigate to.
|
|
20
|
+
*/
|
|
21
|
+
url: string;
|
|
22
|
+
/**
|
|
23
|
+
* List of validation rules for the step to perform.
|
|
24
|
+
*/
|
|
25
|
+
validationRules?: ValidationRuleDto[];
|
|
26
|
+
/**
|
|
27
|
+
* Wait condition for Browser Monitor step.
|
|
28
|
+
*/
|
|
29
|
+
waitCondition?: BaseWaitConditionDto;
|
|
30
|
+
}
|