@dynatrace-sdk/client-classic-environment-v2 3.0.0 → 3.3.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 +37 -0
- package/README.md +3741 -960
- package/cjs/index.js +12427 -7375
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +12629 -7397
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +28 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +34 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +27 -6
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +61 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +34 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +7 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +35 -5
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +6 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +46 -8
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +158 -26
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +25 -5
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +30 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +18 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +42 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +18 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +42 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +46 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +45 -5
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +6 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +114 -18
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +42 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +6 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +62 -10
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +6 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +103 -16
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +28 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +54 -5
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +6 -8
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/any-value.d.ts +2 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/any-value.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +4 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +15 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +1 -1
- package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
- package/types/packages/shared-errors/src/api-client-error.d.ts +23 -0
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +37 -0
- package/types/packages/shared-errors/src/client-request-error.d.ts +39 -0
- package/types/packages/shared-errors/src/index.d.ts +5 -0
- package/types/packages/shared-errors/src/invalid-response-error.d.ts +26 -0
- package/types/packages/shared-errors/src/types.d.ts +88 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +0 -11
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +0 -9
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/invalid-response-error.d.ts +0 -9
|
@@ -13,13 +13,25 @@ import { Vulnerability } from './vulnerability';
|
|
|
13
13
|
* Describes an attack.
|
|
14
14
|
*/
|
|
15
15
|
export interface Attack {
|
|
16
|
+
/**
|
|
17
|
+
* Information about affected entities of an attack.
|
|
18
|
+
*/
|
|
16
19
|
affectedEntities?: AffectedEntities;
|
|
17
20
|
/**
|
|
18
21
|
* The ID of the attack.
|
|
19
22
|
*/
|
|
20
23
|
attackId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Information about the targeted host/database of an attack.
|
|
26
|
+
*/
|
|
21
27
|
attackTarget?: AttackTarget;
|
|
28
|
+
/**
|
|
29
|
+
* The type of the attack.
|
|
30
|
+
*/
|
|
22
31
|
attackType?: AttackAttackType;
|
|
32
|
+
/**
|
|
33
|
+
* Attacker of an attack.
|
|
34
|
+
*/
|
|
23
35
|
attacker?: Attacker;
|
|
24
36
|
/**
|
|
25
37
|
* The display ID of the attack.
|
|
@@ -29,18 +41,36 @@ export interface Attack {
|
|
|
29
41
|
* The display name of the attack.
|
|
30
42
|
*/
|
|
31
43
|
displayName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Describes the entrypoint used by an attacker to start a specific attack.
|
|
46
|
+
*/
|
|
32
47
|
entrypoint?: AttackEntrypoint;
|
|
33
48
|
/**
|
|
34
49
|
* A list of management zones which the affected entities belong to.
|
|
35
50
|
*/
|
|
36
51
|
managementZones?: ManagementZone[];
|
|
52
|
+
/**
|
|
53
|
+
* Describes the complete request information of an attack.
|
|
54
|
+
*/
|
|
37
55
|
request?: RequestInformation;
|
|
56
|
+
/**
|
|
57
|
+
* Assessment information and the ID of a security problem related to an attack.
|
|
58
|
+
*/
|
|
38
59
|
securityProblem?: AttackSecurityProblem;
|
|
60
|
+
/**
|
|
61
|
+
* The state of the attack.
|
|
62
|
+
*/
|
|
39
63
|
state?: AttackState;
|
|
64
|
+
/**
|
|
65
|
+
* The technology of the attack.
|
|
66
|
+
*/
|
|
40
67
|
technology?: AttackTechnology;
|
|
41
68
|
/**
|
|
42
69
|
* The timestamp when the attack occurred.
|
|
43
70
|
*/
|
|
44
71
|
timestamp?: number;
|
|
72
|
+
/**
|
|
73
|
+
* Describes the exploited vulnerability.
|
|
74
|
+
*/
|
|
45
75
|
vulnerability?: Vulnerability;
|
|
46
76
|
}
|
|
@@ -6,6 +6,9 @@ import { AuditLogEntryUserType } from './audit-log-entry-user-type';
|
|
|
6
6
|
* An entry of the audit log.
|
|
7
7
|
*/
|
|
8
8
|
export interface AuditLogEntry {
|
|
9
|
+
/**
|
|
10
|
+
* The category of the recorded operation.
|
|
11
|
+
*/
|
|
9
12
|
category: AuditLogEntryCategory;
|
|
10
13
|
/**
|
|
11
14
|
* The key of the affected object of a setting for entries of category `CONFIG`.
|
|
@@ -41,6 +44,20 @@ export interface AuditLogEntry {
|
|
|
41
44
|
* The ID of the Dynatrace environment where the recorded operation occurred.
|
|
42
45
|
*/
|
|
43
46
|
environmentId: string;
|
|
47
|
+
/**
|
|
48
|
+
* The type of the recorded operation.
|
|
49
|
+
*
|
|
50
|
+
* * `LOGIN` -> A user logged in
|
|
51
|
+
* * `LOGOUT` -> A user logged out
|
|
52
|
+
* * `CREATE` -> An object was created
|
|
53
|
+
* * `UPDATE` -> An object was updated
|
|
54
|
+
* * `DELETE` -> An object was deleted
|
|
55
|
+
* * `REVOKE` -> An Active Gate token was revoked
|
|
56
|
+
* * `TAG_ADD` -> A manual tag was added
|
|
57
|
+
* * `TAG_REMOVE` -> A manual tag was removed
|
|
58
|
+
* * `TAG_UPDATE` -> A manual tag was updated
|
|
59
|
+
* * `REMOTE_CONFIGURATION_MANAGEMENT` -> A Remote Configuration Management related operation occurred
|
|
60
|
+
*/
|
|
44
61
|
eventType: AuditLogEntryEventType;
|
|
45
62
|
/**
|
|
46
63
|
* The ID of the log entry.
|
|
@@ -72,5 +89,13 @@ export interface AuditLogEntry {
|
|
|
72
89
|
* The origin and the IP address of the **user**.
|
|
73
90
|
*/
|
|
74
91
|
userOrigin?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The type of the authentication of the **user**.
|
|
94
|
+
*
|
|
95
|
+
* * `USER_NAME` -> User was logged in the UI
|
|
96
|
+
* * `TOKEN_HASH` -> URL Token or DevOps Token, the hash of the token is logged
|
|
97
|
+
* * `SERVICE_NAME` -> No authenticated user at all, this action was performed by a system service automatically
|
|
98
|
+
* * `PUBLIC_TOKEN_IDENTIFIER` -> API Token, the public token id is logged
|
|
99
|
+
*/
|
|
75
100
|
userType: AuditLogEntryUserType;
|
|
76
101
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Credentials } from './credentials';
|
|
2
|
+
/**
|
|
3
|
+
* A credentials set of the `AWS_KEY_BASED` type.
|
|
4
|
+
*/
|
|
5
|
+
export interface AWSKeyBasedCredentialsDto extends Credentials {
|
|
6
|
+
/**
|
|
7
|
+
* Access Key ID of the credentials set.
|
|
8
|
+
*/
|
|
9
|
+
accessKeyID?: string;
|
|
10
|
+
/**
|
|
11
|
+
* AWS partition of the credential.
|
|
12
|
+
*/
|
|
13
|
+
awsPartition?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Secret access key of the credential.
|
|
16
|
+
*/
|
|
17
|
+
secretKey?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AWSKeyBasedCredentialsDto } from './aws-key-based-credentials-dto';
|
|
2
|
+
import * as _CredentialsTransformation from './credentials.transformation';
|
|
3
|
+
export interface AsJson extends _CredentialsTransformation.AsJson {
|
|
4
|
+
accessKeyID?: string;
|
|
5
|
+
awsPartition?: string;
|
|
6
|
+
secretKey?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function fromJson($model: AsJson): AWSKeyBasedCredentialsDto;
|
|
9
|
+
export declare function toJson($model: AWSKeyBasedCredentialsDto): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Credentials } from './credentials';
|
|
2
|
+
/**
|
|
3
|
+
* A credentials set of the `AWS_ROLE_BASED` type.
|
|
4
|
+
*/
|
|
5
|
+
export interface AWSRoleBasedCredentials extends Credentials {
|
|
6
|
+
/**
|
|
7
|
+
* Amazon account ID of the credential.
|
|
8
|
+
*/
|
|
9
|
+
accountID?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The IAM role name of the credentials set.
|
|
12
|
+
*/
|
|
13
|
+
iamRole?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AWSRoleBasedCredentials } from './aws-role-based-credentials';
|
|
2
|
+
import * as _CredentialsTransformation from './credentials.transformation';
|
|
3
|
+
export interface AsJson extends _CredentialsTransformation.AsJson {
|
|
4
|
+
accountID?: string;
|
|
5
|
+
iamRole?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function fromJson($model: AsJson): AWSRoleBasedCredentials;
|
|
8
|
+
export declare function toJson($model: AWSRoleBasedCredentials): AsJson;
|
|
@@ -16,6 +16,9 @@ export interface CodeLevelVulnerabilityDetails {
|
|
|
16
16
|
* The code location of the vulnerability without package and parameter.
|
|
17
17
|
*/
|
|
18
18
|
shortVulnerabilityLocation?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The type of code level vulnerability.
|
|
21
|
+
*/
|
|
19
22
|
type?: CodeLevelVulnerabilityDetailsType;
|
|
20
23
|
/**
|
|
21
24
|
* The code location of the vulnerability.
|
|
@@ -25,5 +28,8 @@ export interface CodeLevelVulnerabilityDetails {
|
|
|
25
28
|
* The vulnerable function of the vulnerability.
|
|
26
29
|
*/
|
|
27
30
|
vulnerableFunction?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Describes what got passed into the code level vulnerability.
|
|
33
|
+
*/
|
|
28
34
|
vulnerableFunctionInput?: VulnerableFunctionInput;
|
|
29
35
|
}
|
|
@@ -27,6 +27,9 @@ export interface CodeLocation {
|
|
|
27
27
|
* The line number of the code location.
|
|
28
28
|
*/
|
|
29
29
|
lineNumber?: number;
|
|
30
|
+
/**
|
|
31
|
+
* A list of values that has possibly been truncated.
|
|
32
|
+
*/
|
|
30
33
|
parameterTypes?: TruncatableListString;
|
|
31
34
|
/**
|
|
32
35
|
* The return type of the function.
|
|
@@ -35,6 +35,9 @@ export interface Constraint {
|
|
|
35
35
|
* Whether to skip validation on a change made from the UI.
|
|
36
36
|
*/
|
|
37
37
|
skipAsyncValidation?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The type of the constraint.
|
|
40
|
+
*/
|
|
38
41
|
type: ConstraintType;
|
|
39
42
|
/**
|
|
40
43
|
* A list of properties for which the combination of values must be unique.
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
* The type of the credentials set.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum CredentialsResponseElementType {
|
|
5
|
+
AwsMonitoringKeyBased = "AWS_MONITORING_KEY_BASED",
|
|
6
|
+
AwsMonitoringRoleBased = "AWS_MONITORING_ROLE_BASED",
|
|
5
7
|
Certificate = "CERTIFICATE",
|
|
6
8
|
PublicCertificate = "PUBLIC_CERTIFICATE",
|
|
9
|
+
Snmpv3 = "SNMPV3",
|
|
7
10
|
Token = "TOKEN",
|
|
8
11
|
Unknown = "UNKNOWN",
|
|
9
12
|
UsernamePassword = "USERNAME_PASSWORD"
|
|
@@ -24,6 +24,9 @@ export interface CredentialsResponseElement {
|
|
|
24
24
|
* A short description of the credentials set.
|
|
25
25
|
*/
|
|
26
26
|
description: string;
|
|
27
|
+
/**
|
|
28
|
+
* Configuration for external vault synchronization for username and password credentials.
|
|
29
|
+
*/
|
|
27
30
|
externalVault?: ExternalVaultConfig;
|
|
28
31
|
/**
|
|
29
32
|
* The ID of the credentials set.
|
|
@@ -41,10 +44,16 @@ export interface CredentialsResponseElement {
|
|
|
41
44
|
* Flag indicating that this credential is visible only to the owner.
|
|
42
45
|
*/
|
|
43
46
|
ownerAccessOnly: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The scope of the credentials set.
|
|
49
|
+
*/
|
|
44
50
|
scope?: CredentialsResponseElementScope;
|
|
45
51
|
/**
|
|
46
52
|
* The set of scopes of the credentials set.
|
|
47
53
|
*/
|
|
48
54
|
scopes?: CredentialsResponseElementScopesItem[];
|
|
55
|
+
/**
|
|
56
|
+
* The type of the credentials set.
|
|
57
|
+
*/
|
|
49
58
|
type: CredentialsResponseElementType;
|
|
50
59
|
}
|
|
@@ -5,10 +5,16 @@
|
|
|
5
5
|
* * `PUBLIC_CERTIFICATE` -> PublicCertificateCredentials
|
|
6
6
|
* * `USERNAME_PASSWORD` -> UserPasswordCredentials
|
|
7
7
|
* * `TOKEN` -> TokenCredentials
|
|
8
|
+
* * `SNMPV3` -> SNMPV3Credentials
|
|
9
|
+
* * `AWS_KEY_BASED` -> AWSKeyBasedCredentialsDto
|
|
10
|
+
* * `AWS_ROLE_BASED` -> AWSRoleBasedCredentials
|
|
8
11
|
*/
|
|
9
12
|
export declare enum CredentialsType {
|
|
13
|
+
AwsKeyBased = "AWS_KEY_BASED",
|
|
14
|
+
AwsRoleBased = "AWS_ROLE_BASED",
|
|
10
15
|
Certificate = "CERTIFICATE",
|
|
11
16
|
PublicCertificate = "PUBLIC_CERTIFICATE",
|
|
17
|
+
Snmpv3 = "SNMPV3",
|
|
12
18
|
Token = "TOKEN",
|
|
13
19
|
UsernamePassword = "USERNAME_PASSWORD"
|
|
14
20
|
}
|
|
@@ -32,6 +32,11 @@ export interface Credentials {
|
|
|
32
32
|
* The credentials set is available to every user (`false`) or to owner only (`true`).
|
|
33
33
|
*/
|
|
34
34
|
ownerAccessOnly?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The scope of the credentials set.
|
|
37
|
+
*
|
|
38
|
+
* @deprecated
|
|
39
|
+
*/
|
|
35
40
|
scope?: CredentialsScope;
|
|
36
41
|
/**
|
|
37
42
|
* The set of scopes of the credentials set.
|
|
@@ -39,5 +44,16 @@ export interface Credentials {
|
|
|
39
44
|
* Limitations: `CredentialsScope.APP_ENGINE` is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.
|
|
40
45
|
*/
|
|
41
46
|
scopes: CredentialsScopesItem[];
|
|
47
|
+
/**
|
|
48
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
49
|
+
*
|
|
50
|
+
* * `CERTIFICATE` -> CertificateCredentials
|
|
51
|
+
* * `PUBLIC_CERTIFICATE` -> PublicCertificateCredentials
|
|
52
|
+
* * `USERNAME_PASSWORD` -> UserPasswordCredentials
|
|
53
|
+
* * `TOKEN` -> TokenCredentials
|
|
54
|
+
* * `SNMPV3` -> SNMPV3Credentials
|
|
55
|
+
* * `AWS_KEY_BASED` -> AWSKeyBasedCredentialsDto
|
|
56
|
+
* * `AWS_ROLE_BASED` -> AWSRoleBasedCredentials
|
|
57
|
+
*/
|
|
42
58
|
type?: CredentialsType;
|
|
43
59
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { AWSKeyBasedCredentialsDto } from './aws-key-based-credentials-dto';
|
|
2
|
+
import { AWSRoleBasedCredentials } from './aws-role-based-credentials';
|
|
1
3
|
import { CertificateCredentials } from './certificate-credentials';
|
|
2
4
|
import * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
|
|
3
5
|
import { Credentials } from './credentials';
|
|
@@ -5,10 +7,14 @@ import * as _CredentialsScopeTransformation from './credentials-scope.transforma
|
|
|
5
7
|
import * as _CredentialsScopesItemTransformation from './credentials-scopes-item.transformation';
|
|
6
8
|
import * as _CredentialsTypeTransformation from './credentials-type.transformation';
|
|
7
9
|
import { PublicCertificateCredentials } from './public-certificate-credentials';
|
|
10
|
+
import { SNMPV3Credentials } from './snmpv3-credentials';
|
|
8
11
|
import { TokenCredentials } from './token-credentials';
|
|
9
12
|
import { UserPasswordCredentials } from './user-password-credentials';
|
|
13
|
+
export declare function isAwsKeyBasedCredentialsDto($model: Credentials): $model is AWSKeyBasedCredentialsDto;
|
|
14
|
+
export declare function isAwsRoleBasedCredentials($model: Credentials): $model is AWSRoleBasedCredentials;
|
|
10
15
|
export declare function isCertificateCredentials($model: Credentials): $model is CertificateCredentials;
|
|
11
16
|
export declare function isPublicCertificateCredentials($model: Credentials): $model is PublicCertificateCredentials;
|
|
17
|
+
export declare function isSnmpv3Credentials($model: Credentials): $model is SNMPV3Credentials;
|
|
12
18
|
export declare function isTokenCredentials($model: Credentials): $model is TokenCredentials;
|
|
13
19
|
export declare function isUserPasswordCredentials($model: Credentials): $model is UserPasswordCredentials;
|
|
14
20
|
export interface AsJson {
|
package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts
CHANGED
|
@@ -67,6 +67,9 @@ export interface CustomDeviceCreation {
|
|
|
67
67
|
* If you send `null`, or an empty value, or omit this field, the existing values will be kept.
|
|
68
68
|
*/
|
|
69
69
|
listenPorts?: number[];
|
|
70
|
+
/**
|
|
71
|
+
* The list of key-value pair properties that will be shown beneath the infographics of your custom device.
|
|
72
|
+
*/
|
|
70
73
|
properties?: CustomDeviceCreationProperties;
|
|
71
74
|
/**
|
|
72
75
|
* The technology type definition of the custom device.
|
|
@@ -12,7 +12,7 @@ export interface CyberArkAllowedLocationDto extends ExternalVault {
|
|
|
12
12
|
*/
|
|
13
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
|
*/
|
|
17
17
|
certificate?: string;
|
|
18
18
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export interface CyberArkUsernamePassword extends ExternalVault {
|
|
|
12
12
|
*/
|
|
13
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
|
*/
|
|
17
17
|
certificate?: string;
|
|
18
18
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export interface DatasourceDefinition {
|
|
|
15
15
|
* The identifier of a custom data source of the property's value.
|
|
16
16
|
*/
|
|
17
17
|
identifier: string;
|
|
18
|
+
/**
|
|
19
|
+
* When to reset datasource value in the UI on filter change.
|
|
20
|
+
*/
|
|
18
21
|
resetValue?: DatasourceDefinitionResetValue;
|
|
19
22
|
/**
|
|
20
23
|
* If true, the datasource should use the api to filter the results instead of client-side filtering.
|
package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { DavisSecurityAdviceTechnology } from './davis-security-advice-technolog
|
|
|
4
4
|
* Security advice from the Davis security advisor.
|
|
5
5
|
*/
|
|
6
6
|
export interface DavisSecurityAdvice {
|
|
7
|
+
/**
|
|
8
|
+
* The type of the advice.
|
|
9
|
+
*/
|
|
7
10
|
adviceType?: DavisSecurityAdviceAdviceType;
|
|
8
11
|
/**
|
|
9
12
|
* IDs of `critical` level [security problems](https://dt-url.net/p103u1h) caused by vulnerable component.
|
|
@@ -29,6 +32,9 @@ export interface DavisSecurityAdvice {
|
|
|
29
32
|
* IDs of `none` level [security problems](https://dt-url.net/p103u1h) caused by vulnerable component.
|
|
30
33
|
*/
|
|
31
34
|
none?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* The technology of the vulnerable component.
|
|
37
|
+
*/
|
|
32
38
|
technology?: DavisSecurityAdviceTechnology;
|
|
33
39
|
/**
|
|
34
40
|
* The vulnerable component to which advice applies.
|
|
@@ -20,7 +20,13 @@ export interface Entity {
|
|
|
20
20
|
* The timestamp at which the entity was first seen, in UTC milliseconds.
|
|
21
21
|
*/
|
|
22
22
|
firstSeenTms?: number;
|
|
23
|
+
/**
|
|
24
|
+
* A list of relationships where the entity occupies the FROM position.
|
|
25
|
+
*/
|
|
23
26
|
fromRelationships?: EntityFromRelationships;
|
|
27
|
+
/**
|
|
28
|
+
* The icon of a monitored entity.
|
|
29
|
+
*/
|
|
24
30
|
icon?: EntityIcon;
|
|
25
31
|
/**
|
|
26
32
|
* The timestamp at which the entity was last seen, in UTC milliseconds.
|
|
@@ -30,11 +36,17 @@ export interface Entity {
|
|
|
30
36
|
* A set of management zones to which the entity belongs.
|
|
31
37
|
*/
|
|
32
38
|
managementZones?: ManagementZone[];
|
|
39
|
+
/**
|
|
40
|
+
* A list of additional properties of the entity.
|
|
41
|
+
*/
|
|
33
42
|
properties?: EntityProperties;
|
|
34
43
|
/**
|
|
35
44
|
* A set of tags assigned to the entity.
|
|
36
45
|
*/
|
|
37
46
|
tags?: METag[];
|
|
47
|
+
/**
|
|
48
|
+
* A list of relationships where the entity occupies the TO position.
|
|
49
|
+
*/
|
|
38
50
|
toRelationships?: EntityToRelationships;
|
|
39
51
|
/**
|
|
40
52
|
* The type of the entity.
|
package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ import { EntryPointUsageSegmentSourceType } from './entry-point-usage-segment-so
|
|
|
4
4
|
* Describes one segment that was passed into a usage and the associated source name and type.
|
|
5
5
|
*/
|
|
6
6
|
export interface EntryPointUsageSegment {
|
|
7
|
+
/**
|
|
8
|
+
* The type of this input segment.
|
|
9
|
+
*/
|
|
7
10
|
segmentType?: EntryPointUsageSegmentSegmentType;
|
|
8
11
|
/**
|
|
9
12
|
* The value of this input segment.
|
|
@@ -13,5 +16,8 @@ export interface EntryPointUsageSegment {
|
|
|
13
16
|
* The name used in the source for this segment.
|
|
14
17
|
*/
|
|
15
18
|
sourceArgumentName?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The type of the HTTP request part that contains the value that was used in this segment.
|
|
21
|
+
*/
|
|
16
22
|
sourceType?: EntryPointUsageSegmentSourceType;
|
|
17
23
|
}
|
|
@@ -6,6 +6,9 @@ import { Evidence } from './evidence';
|
|
|
6
6
|
* An event that occurred during the problem lifespan that might be related to the root cause.
|
|
7
7
|
*/
|
|
8
8
|
export interface EventEvidence extends Evidence {
|
|
9
|
+
/**
|
|
10
|
+
* Configuration of an event.
|
|
11
|
+
*/
|
|
9
12
|
data?: Event;
|
|
10
13
|
/**
|
|
11
14
|
* The end timestamp of the event, in UTC milliseconds.
|
|
@@ -18,7 +18,21 @@ export interface EventIngest {
|
|
|
18
18
|
* If not set, the event is associated with the environment (`dt.entity.environment`) entity.
|
|
19
19
|
*/
|
|
20
20
|
entitySelector?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The type of the event.
|
|
23
|
+
*/
|
|
21
24
|
eventType: EventIngestEventType;
|
|
25
|
+
/**
|
|
26
|
+
* A map of event properties.
|
|
27
|
+
*
|
|
28
|
+
* Keys with prefix `dt.*` are generally disallowed, with the exceptions of `dt.event.*`, `dt.davis.*` and `dt.entity.*`. These reserved keys may be used to set event properties with predefined semantics within the Dynatrace product.
|
|
29
|
+
* `dt.entity.*` keys may be used to provide additional information on an event, but will not lead to the event being tied to the specified entities.
|
|
30
|
+
* All other keys are interpreted as user-defined event properties.
|
|
31
|
+
*
|
|
32
|
+
* Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.
|
|
33
|
+
*
|
|
34
|
+
* 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.
|
|
35
|
+
*/
|
|
22
36
|
properties?: EventIngestProperties;
|
|
23
37
|
/**
|
|
24
38
|
* The start time of the event, in UTC milliseconds.
|
|
@@ -17,6 +17,9 @@ export interface Event {
|
|
|
17
17
|
* Has the value of `null` if the event is still active.
|
|
18
18
|
*/
|
|
19
19
|
endTime?: number;
|
|
20
|
+
/**
|
|
21
|
+
* A short representation of a monitored entity.
|
|
22
|
+
*/
|
|
20
23
|
entityId?: EntityStub;
|
|
21
24
|
/**
|
|
22
25
|
* A list of tags of the related entity.
|
|
@@ -48,6 +51,9 @@ export interface Event {
|
|
|
48
51
|
* The timestamp when the event was raised, in UTC milliseconds.
|
|
49
52
|
*/
|
|
50
53
|
startTime?: number;
|
|
54
|
+
/**
|
|
55
|
+
* The status of the event.
|
|
56
|
+
*/
|
|
51
57
|
status?: EventStatus;
|
|
52
58
|
/**
|
|
53
59
|
* The alerting status during a [maintenance](https://dt-url.net/b2123rg0):
|
|
@@ -10,8 +10,23 @@ export interface Evidence {
|
|
|
10
10
|
* The display name of the evidence.
|
|
11
11
|
*/
|
|
12
12
|
displayName: string;
|
|
13
|
+
/**
|
|
14
|
+
* A short representation of a monitored entity.
|
|
15
|
+
*/
|
|
13
16
|
entity: EntityStub;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
19
|
+
*
|
|
20
|
+
* * `EVENT` -> EventEvidence
|
|
21
|
+
* * `METRIC` -> MetricEvidence
|
|
22
|
+
* * `TRANSACTIONAL` -> TransactionalEvidence
|
|
23
|
+
* * `MAINTENANCE_WINDOW` -> MaintenanceWindowEvidence
|
|
24
|
+
* * `AVAILABILITY_EVIDENCE` -> AvailabilityEvidence
|
|
25
|
+
*/
|
|
14
26
|
evidenceType: EvidenceEvidenceType;
|
|
27
|
+
/**
|
|
28
|
+
* A short representation of a monitored entity.
|
|
29
|
+
*/
|
|
15
30
|
groupingEntity?: EntityStub;
|
|
16
31
|
/**
|
|
17
32
|
* The evidence is (`true`) or is not (`false`) a part of the root cause.
|
|
@@ -3,5 +3,11 @@ import { ExecutionStepMonitorType } from './execution-step-monitor-type';
|
|
|
3
3
|
* Contains detailed information about the monitor's step execution.
|
|
4
4
|
*/
|
|
5
5
|
export interface ExecutionStep {
|
|
6
|
+
/**
|
|
7
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
8
|
+
*
|
|
9
|
+
* * `BROWSER` -> BMAction
|
|
10
|
+
* * `HTTP` -> MonitorRequestExecutionResult
|
|
11
|
+
*/
|
|
6
12
|
monitorType: ExecutionStepMonitorType;
|
|
7
13
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExtensionStatusDtoStatus } from './extension-status-dto-status';
|
|
2
2
|
export interface ExtensionStatusDto {
|
|
3
|
+
/**
|
|
4
|
+
* Latest status of given configuration.
|
|
5
|
+
*/
|
|
3
6
|
status: ExtensionStatusDtoStatus;
|
|
4
7
|
/**
|
|
5
8
|
* Timestamp of the latest status of given configuration.
|