@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0
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 +36 -0
- package/README.md +1253 -870
- package/cjs/index.js +10780 -7073
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +11028 -7145
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
- 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 +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -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 +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
- 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/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -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/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 +1 -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.d.ts +13 -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/effective-permission-granted.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -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-property-details.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -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/exported-log-record-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -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-info.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
- 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/history-modification-info.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -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 +36 -14
- 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 +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -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/log-records-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -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-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/modification-info.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -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/permission-context.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -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 +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -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 +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -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/resolution-request.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -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 +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -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 +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -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 +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -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/synthetic-location-update.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
- 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/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/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
- package/types/packages/shared-errors/src/index.d.ts +6 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
- package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
- package/types/packages/shared-errors/src/types.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts
CHANGED
|
@@ -72,6 +72,8 @@ export declare enum ApiTokenScopesItem {
|
|
|
72
72
|
OpenTelemetryTraceIngest = "openTelemetryTrace.ingest",
|
|
73
73
|
OpenpipelineEvents = "openpipeline.events",
|
|
74
74
|
OpenpipelineEventsCustom = "openpipeline.events.custom",
|
|
75
|
+
OpenpipelineEventsSdlc = "openpipeline.events_sdlc",
|
|
76
|
+
OpenpipelineEventsSdlcCustom = "openpipeline.events_sdlc.custom",
|
|
75
77
|
OpenpipelineEventsSecurity = "openpipeline.events_security",
|
|
76
78
|
OpenpipelineEventsSecurityCustom = "openpipeline.events_security.custom",
|
|
77
79
|
ProblemsRead = "problems.read",
|
|
@@ -80,8 +82,6 @@ export declare enum ApiTokenScopesItem {
|
|
|
80
82
|
RumCookieNamesRead = "rumCookieNames.read",
|
|
81
83
|
SecurityProblemsRead = "securityProblems.read",
|
|
82
84
|
SecurityProblemsWrite = "securityProblems.write",
|
|
83
|
-
SettingsPrivacyRead = "settings.privacy.read",
|
|
84
|
-
SettingsPrivacyWrite = "settings.privacy.write",
|
|
85
85
|
SettingsRead = "settings.read",
|
|
86
86
|
SettingsWrite = "settings.write",
|
|
87
87
|
SloRead = "slo.read",
|
|
@@ -36,6 +36,8 @@ export declare enum ApiTokenUpdateScopesItem {
|
|
|
36
36
|
OpenpipelineEventsCustom = "openpipeline.events.custom",
|
|
37
37
|
OpenpipelineEventsSecurity = "openpipeline.events_security",
|
|
38
38
|
OpenpipelineEventsSecurityCustom = "openpipeline.events_security.custom",
|
|
39
|
+
OpenpipelineEventsSdlc = "openpipeline.events_sdlc",
|
|
40
|
+
OpenpipelineEventsSdlcCustom = "openpipeline.events_sdlc.custom",
|
|
39
41
|
BizeventsIngest = "bizevents.ingest",
|
|
40
42
|
AnalyzersRead = "analyzers.read",
|
|
41
43
|
AnalyzersWrite = "analyzers.write",
|
|
@@ -51,8 +51,10 @@ export interface ApiTokenUpdate {
|
|
|
51
51
|
* * `events.ingest`: Ingest events.
|
|
52
52
|
* * `openpipeline.events`: OpenPipeline - Ingest Events.
|
|
53
53
|
* * `openpipeline.events.custom`: OpenPipeline - Ingest Events (Custom).
|
|
54
|
-
* * `openpipeline.events_security`: OpenPipeline - Ingest Events
|
|
55
|
-
* * `openpipeline.events_security.custom`: OpenPipeline - Ingest Events
|
|
54
|
+
* * `openpipeline.events_security`: OpenPipeline - Ingest Security Events (Built-in).
|
|
55
|
+
* * `openpipeline.events_security.custom`: OpenPipeline - Ingest Security Events (Custom).
|
|
56
|
+
* * `openpipeline.events_sdlc`: OpenPipeline - Ingest Events, Software Development Lifecycle.
|
|
57
|
+
* * `openpipeline.events_sdlc.custom`: OpenPipeline - Ingest Events, Software Development Lifecycle (Custom).
|
|
56
58
|
* * `bizevents.ingest`: Ingest bizevents.
|
|
57
59
|
* * `analyzers.read`: Read analyzers.
|
|
58
60
|
* * `analyzers.write`: Write & execute analyzers.
|
|
@@ -4,6 +4,12 @@ import { ApiTokenScopesItem } from './api-token-scopes-item';
|
|
|
4
4
|
* Metadata of an API token.
|
|
5
5
|
*/
|
|
6
6
|
export interface ApiToken {
|
|
7
|
+
/**
|
|
8
|
+
* Contains additional properties for specific kinds of token. Examples:
|
|
9
|
+
*
|
|
10
|
+
* * A `dashboardId` property for dashboard sharing tokens.
|
|
11
|
+
* * A `reportId` property for report sharing tokens
|
|
12
|
+
*/
|
|
7
13
|
additionalMetadata?: ApiTokenAdditionalMetadata;
|
|
8
14
|
/**
|
|
9
15
|
* Token creation date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { AssessmentAccuracyDetailsReducedReasonsItem } from './assessment-accuracy-details-reduced-reasons-item';
|
|
2
|
+
export type AsJson = string;
|
|
3
|
+
export declare function fromJson($model: AsJson): AssessmentAccuracyDetailsReducedReasonsItem;
|
|
4
|
+
export declare function toJson($model: AssessmentAccuracyDetailsReducedReasonsItem): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AssessmentAccuracyDetailsReducedReasonsItem } from './assessment-accuracy-details-reduced-reasons-item';
|
|
2
|
+
/**
|
|
3
|
+
* The assessment accuracy details.
|
|
4
|
+
*/
|
|
5
|
+
export interface AssessmentAccuracyDetails {
|
|
6
|
+
/**
|
|
7
|
+
* The reasons for a reduced assessment accuracy.
|
|
8
|
+
*/
|
|
9
|
+
reducedReasons?: AssessmentAccuracyDetailsReducedReasonsItem[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AssessmentAccuracyDetails } from './assessment-accuracy-details';
|
|
2
|
+
import * as _AssessmentAccuracyDetailsReducedReasonsItemTransformation from './assessment-accuracy-details-reduced-reasons-item.transformation';
|
|
3
|
+
export interface AsJson {
|
|
4
|
+
reducedReasons?: _AssessmentAccuracyDetailsReducedReasonsItemTransformation.AsJson[];
|
|
5
|
+
}
|
|
6
|
+
export declare function fromJson($model: AsJson): AssessmentAccuracyDetails;
|
|
7
|
+
export declare function toJson($model: AssessmentAccuracyDetails): AsJson;
|
|
@@ -4,6 +4,9 @@ import { AssetSchemaDetailsDto } from './asset-schema-details-dto';
|
|
|
4
4
|
* Metadata for an extension asset.
|
|
5
5
|
*/
|
|
6
6
|
export interface AssetInfoDto {
|
|
7
|
+
/**
|
|
8
|
+
* Settings schema details for asset
|
|
9
|
+
*/
|
|
7
10
|
assetSchemaDetails?: AssetSchemaDetailsDto;
|
|
8
11
|
/**
|
|
9
12
|
* User-friendly name of the asset.
|
|
@@ -13,5 +16,8 @@ export interface AssetInfoDto {
|
|
|
13
16
|
* ID of the asset. Identifies the asset in REST API and/or UI (where applicable).
|
|
14
17
|
*/
|
|
15
18
|
id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The type of the asset.
|
|
21
|
+
*/
|
|
16
22
|
type?: AssetInfoDtoType;
|
|
17
23
|
}
|
|
@@ -4,6 +4,9 @@ import { TruncationInfo } from './truncation-info';
|
|
|
4
4
|
* A list of values that has possibly been truncated.
|
|
5
5
|
*/
|
|
6
6
|
export interface AttackEntrypointPayloadItem {
|
|
7
|
+
/**
|
|
8
|
+
* Information on a possible truncation.
|
|
9
|
+
*/
|
|
7
10
|
truncationInfo?: TruncationInfo;
|
|
8
11
|
/**
|
|
9
12
|
* Values of the list.
|
|
@@ -5,7 +5,13 @@ import { FunctionDefinition } from './function-definition';
|
|
|
5
5
|
* Describes the entrypoint used by an attacker to start a specific attack.
|
|
6
6
|
*/
|
|
7
7
|
export interface AttackEntrypoint {
|
|
8
|
+
/**
|
|
9
|
+
* Information about a code location.
|
|
10
|
+
*/
|
|
8
11
|
codeLocation?: CodeLocation;
|
|
12
|
+
/**
|
|
13
|
+
* Information about a function definition.
|
|
14
|
+
*/
|
|
9
15
|
entrypointFunction?: FunctionDefinition;
|
|
10
16
|
/**
|
|
11
17
|
* All relevant payload data that has been sent during the attack.
|
|
@@ -4,7 +4,13 @@ import { AttackSecurityProblemAssessmentDtoExposure } from './attack-security-pr
|
|
|
4
4
|
* The assessment of a security problem related to an attack.
|
|
5
5
|
*/
|
|
6
6
|
export interface AttackSecurityProblemAssessmentDto {
|
|
7
|
+
/**
|
|
8
|
+
* The reachability of data assets by the attacked target.
|
|
9
|
+
*/
|
|
7
10
|
dataAssets?: AttackSecurityProblemAssessmentDtoDataAssets;
|
|
11
|
+
/**
|
|
12
|
+
* The level of exposure of the attacked target
|
|
13
|
+
*/
|
|
8
14
|
exposure?: AttackSecurityProblemAssessmentDtoExposure;
|
|
9
15
|
/**
|
|
10
16
|
* The number of data assets reachable by the attacked target.
|
package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts
CHANGED
|
@@ -3,6 +3,9 @@ import { AttackSecurityProblemAssessmentDto } from './attack-security-problem-as
|
|
|
3
3
|
* Assessment information and the ID of a security problem related to an attack.
|
|
4
4
|
*/
|
|
5
5
|
export interface AttackSecurityProblem {
|
|
6
|
+
/**
|
|
7
|
+
* The assessment of a security problem related to an attack.
|
|
8
|
+
*/
|
|
6
9
|
assessment?: AttackSecurityProblemAssessmentDto;
|
|
7
10
|
/**
|
|
8
11
|
* The security problem ID.
|
|
@@ -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
|
}
|
|
@@ -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.
|
|
@@ -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
|
}
|
|
@@ -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,13 @@ 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
|
+
*/
|
|
42
55
|
type?: CredentialsType;
|
|
43
56
|
}
|
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.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EffectivePermission } from './effective-permission';
|
|
2
|
+
import * as _EffectivePermissionGrantedTransformation from './effective-permission-granted.transformation';
|
|
3
|
+
export interface AsJson {
|
|
4
|
+
granted?: _EffectivePermissionGrantedTransformation.AsJson;
|
|
5
|
+
permission?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function fromJson($model: AsJson): EffectivePermission;
|
|
8
|
+
export declare function toJson($model: EffectivePermission): AsJson;
|
|
@@ -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.
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts
CHANGED
|
@@ -10,6 +10,11 @@ export interface EventPropertyDetails {
|
|
|
10
10
|
* The display name of the event property.
|
|
11
11
|
*/
|
|
12
12
|
displayName?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The property can (`true`) or cannot (`false`) be used for filtering in the event selector.
|
|
15
|
+
* Usage in event selector: `property.<key>("value-1", "value-2")`
|
|
16
|
+
*/
|
|
17
|
+
filterable?: boolean;
|
|
13
18
|
/**
|
|
14
19
|
* The key of the event property.
|
|
15
20
|
*/
|