@dynatrace-sdk/client-classic-environment-v2 1.1.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -6
- package/README.md +15 -44
- package/cjs/index.js +1831 -1657
- package/docs/DOCS.md +4054 -11777
- package/dynatrace-metadata.json +2 -5
- package/esm/index.js +1831 -1657
- package/package.json +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +60 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +75 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +54 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +18 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +63 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +231 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +53 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +52 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +50 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +37 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +77 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +173 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +78 -8
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +97 -9
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +23 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +14 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +64 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +3 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +12 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +3 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +6 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +14 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.transformation.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/comment.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.transformation.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.transformation.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/error.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +26 -26
- package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +55 -55
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.transformation.d.ts +14 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +1 -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 +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +10 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts +3 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -24
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +11 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.transformation.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +16 -16
- package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +19 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +7 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.transformation.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +58 -53
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +19 -19
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/success.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +19 -19
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.transformation.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.transformation.d.ts +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _CommentTransformation from './comment.transformation';
|
|
2
2
|
import { ProblemCloseResult } from './problem-close-result';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
closeTimestamp: number;
|
|
5
4
|
problemId: string;
|
|
5
|
+
closeTimestamp: number;
|
|
6
6
|
closing: boolean;
|
|
7
7
|
comment?: _CommentTransformation.AsJson;
|
|
8
8
|
}
|
|
@@ -13,7 +13,15 @@ import { ProblemStatus } from './problem-status';
|
|
|
13
13
|
* The properties of a problem.
|
|
14
14
|
*/
|
|
15
15
|
export interface Problem {
|
|
16
|
-
|
|
16
|
+
/**
|
|
17
|
+
* A list of all management zones that the problem belongs to.
|
|
18
|
+
*/
|
|
19
|
+
managementZones: ManagementZone[];
|
|
20
|
+
severityLevel: ProblemSeverityLevel;
|
|
21
|
+
/**
|
|
22
|
+
* A list of all entity tags of the problem.
|
|
23
|
+
*/
|
|
24
|
+
entityTags?: METag[];
|
|
17
25
|
/**
|
|
18
26
|
* The display ID of the problem.
|
|
19
27
|
*/
|
|
@@ -22,37 +30,24 @@ export interface Problem {
|
|
|
22
30
|
* A list of all entities that are affected by the problem.
|
|
23
31
|
*/
|
|
24
32
|
affectedEntities: EntityStub[];
|
|
25
|
-
recentComments?: CommentsList;
|
|
26
|
-
impactAnalysis?: ImpactAnalysis;
|
|
27
|
-
rootCauseEntity?: EntityStub;
|
|
28
33
|
/**
|
|
29
|
-
*
|
|
34
|
+
* The ID of the problem.
|
|
30
35
|
*/
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
evidenceDetails?: EvidenceDetails;
|
|
36
|
+
problemId: string;
|
|
37
|
+
impactLevel: ProblemImpactLevel;
|
|
34
38
|
/**
|
|
35
39
|
* A list of alerting profiles that match the problem.
|
|
36
40
|
*/
|
|
37
41
|
problemFilters: AlertingProfileStub[];
|
|
42
|
+
rootCauseEntity?: EntityStub;
|
|
38
43
|
/**
|
|
39
|
-
* A list of all
|
|
40
|
-
*/
|
|
41
|
-
managementZones: ManagementZone[];
|
|
42
|
-
severityLevel: ProblemSeverityLevel;
|
|
43
|
-
/**
|
|
44
|
-
* A list of all entity tags of the problem.
|
|
45
|
-
*/
|
|
46
|
-
entityTags?: METag[];
|
|
47
|
-
/**
|
|
48
|
-
* The ID of the problem.
|
|
49
|
-
*/
|
|
50
|
-
problemId: string;
|
|
51
|
-
status: ProblemStatus;
|
|
52
|
-
/**
|
|
53
|
-
* The start timestamp of the problem, in UTC milliseconds.
|
|
44
|
+
* A list of all entities that are impacted by the problem.
|
|
54
45
|
*/
|
|
55
|
-
|
|
46
|
+
impactedEntities: EntityStub[];
|
|
47
|
+
evidenceDetails?: EvidenceDetails;
|
|
48
|
+
recentComments?: CommentsList;
|
|
49
|
+
impactAnalysis?: ImpactAnalysis;
|
|
50
|
+
linkedProblemInfo?: LinkedProblem;
|
|
56
51
|
/**
|
|
57
52
|
* The end timestamp of the problem, in UTC milliseconds.
|
|
58
53
|
*
|
|
@@ -63,4 +58,9 @@ export interface Problem {
|
|
|
63
58
|
* The name of the problem, displayed in the UI.
|
|
64
59
|
*/
|
|
65
60
|
title: string;
|
|
61
|
+
status: ProblemStatus;
|
|
62
|
+
/**
|
|
63
|
+
* The start timestamp of the problem, in UTC milliseconds.
|
|
64
|
+
*/
|
|
65
|
+
startTime: number;
|
|
66
66
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts
CHANGED
|
@@ -11,24 +11,24 @@ import * as _ProblemImpactLevelTransformation from './problem-impact-level.trans
|
|
|
11
11
|
import * as _ProblemSeverityLevelTransformation from './problem-severity-level.transformation';
|
|
12
12
|
import * as _ProblemStatusTransformation from './problem-status.transformation';
|
|
13
13
|
export interface AsJson {
|
|
14
|
-
|
|
14
|
+
managementZones: _ManagementZoneTransformation.AsJson[];
|
|
15
|
+
severityLevel: _ProblemSeverityLevelTransformation.AsJson;
|
|
16
|
+
entityTags?: _METagTransformation.AsJson[];
|
|
15
17
|
displayId: string;
|
|
16
18
|
affectedEntities: _EntityStubTransformation.AsJson[];
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
problemId: string;
|
|
20
|
+
impactLevel: _ProblemImpactLevelTransformation.AsJson;
|
|
21
|
+
problemFilters: _AlertingProfileStubTransformation.AsJson[];
|
|
19
22
|
rootCauseEntity?: _EntityStubTransformation.AsJson;
|
|
20
23
|
impactedEntities: _EntityStubTransformation.AsJson[];
|
|
21
|
-
linkedProblemInfo?: _LinkedProblemTransformation.AsJson;
|
|
22
24
|
evidenceDetails?: _EvidenceDetailsTransformation.AsJson;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
entityTags?: _METagTransformation.AsJson[];
|
|
27
|
-
problemId: string;
|
|
28
|
-
status: _ProblemStatusTransformation.AsJson;
|
|
29
|
-
startTime: number;
|
|
25
|
+
recentComments?: _CommentsListTransformation.AsJson;
|
|
26
|
+
impactAnalysis?: _ImpactAnalysisTransformation.AsJson;
|
|
27
|
+
linkedProblemInfo?: _LinkedProblemTransformation.AsJson;
|
|
30
28
|
endTime: number;
|
|
31
29
|
title: string;
|
|
30
|
+
status: _ProblemStatusTransformation.AsJson;
|
|
31
|
+
startTime: number;
|
|
32
32
|
}
|
|
33
33
|
export declare function fromJson($model: AsJson): Problem;
|
|
34
34
|
export declare function toJson($model: Problem): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts
CHANGED
|
@@ -11,18 +11,11 @@ import { UiCustomization } from './ui-customization';
|
|
|
11
11
|
* Configuration of a property in a settings schema.
|
|
12
12
|
*/
|
|
13
13
|
export interface PropertyDefinition {
|
|
14
|
-
|
|
15
|
-
datasource?: DatasourceDefinition;
|
|
16
|
-
/**
|
|
17
|
-
* The minimum number of **objects** in a collection property.
|
|
18
|
-
*/
|
|
19
|
-
minObjects?: number;
|
|
20
|
-
modificationPolicy?: PropertyDefinitionModificationPolicy;
|
|
14
|
+
items?: Item;
|
|
21
15
|
/**
|
|
22
16
|
* The type referenced by the property value
|
|
23
17
|
*/
|
|
24
18
|
referencedType?: string;
|
|
25
|
-
items?: Item;
|
|
26
19
|
/**
|
|
27
20
|
* An extended description and/or links to documentation.
|
|
28
21
|
*/
|
|
@@ -34,6 +27,21 @@ export interface PropertyDefinition {
|
|
|
34
27
|
*/
|
|
35
28
|
maxObjects: number;
|
|
36
29
|
uiCustomization?: UiCustomization;
|
|
30
|
+
precondition?: Precondition;
|
|
31
|
+
datasource?: DatasourceDefinition;
|
|
32
|
+
/**
|
|
33
|
+
* The minimum number of **objects** in a collection property.
|
|
34
|
+
*/
|
|
35
|
+
minObjects?: number;
|
|
36
|
+
modificationPolicy?: PropertyDefinitionModificationPolicy;
|
|
37
|
+
/**
|
|
38
|
+
* A list of constraints limiting the values to be accepted.
|
|
39
|
+
*/
|
|
40
|
+
constraints?: Constraint[];
|
|
41
|
+
/**
|
|
42
|
+
* The value can (`true`) or can't (`false`) be `null`.
|
|
43
|
+
*/
|
|
44
|
+
nullable: boolean;
|
|
37
45
|
/**
|
|
38
46
|
* The subtype of the property's value.
|
|
39
47
|
*/
|
|
@@ -42,19 +50,11 @@ export interface PropertyDefinition {
|
|
|
42
50
|
* The display name of the property.
|
|
43
51
|
*/
|
|
44
52
|
displayName?: string;
|
|
45
|
-
default?: PropertyDefinitionDefault;
|
|
46
|
-
type: PropertyDefinitionType;
|
|
47
53
|
/**
|
|
48
54
|
* A short description of the property.
|
|
49
55
|
*/
|
|
50
56
|
description?: string;
|
|
51
57
|
metadata?: PropertyDefinitionMetadata;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*/
|
|
55
|
-
constraints?: Constraint[];
|
|
56
|
-
/**
|
|
57
|
-
* The value can (`true`) or can't (`false`) be `null`.
|
|
58
|
-
*/
|
|
59
|
-
nullable: boolean;
|
|
58
|
+
default?: PropertyDefinitionDefault;
|
|
59
|
+
type: PropertyDefinitionType;
|
|
60
60
|
}
|
|
@@ -9,23 +9,23 @@ import * as _PropertyDefinitionModificationPolicyTransformation from './property
|
|
|
9
9
|
import * as _PropertyDefinitionTypeTransformation from './property-definition-type.transformation';
|
|
10
10
|
import * as _UiCustomizationTransformation from './ui-customization.transformation';
|
|
11
11
|
export interface AsJson {
|
|
12
|
-
precondition?: _PreconditionTransformation.AsJson;
|
|
13
|
-
datasource?: _DatasourceDefinitionTransformation.AsJson;
|
|
14
|
-
minObjects?: number;
|
|
15
|
-
modificationPolicy?: _PropertyDefinitionModificationPolicyTransformation.AsJson;
|
|
16
|
-
referencedType?: string;
|
|
17
12
|
items?: _ItemTransformation.AsJson;
|
|
13
|
+
referencedType?: string;
|
|
18
14
|
documentation?: string;
|
|
19
15
|
maxObjects: number;
|
|
20
16
|
uiCustomization?: _UiCustomizationTransformation.AsJson;
|
|
17
|
+
precondition?: _PreconditionTransformation.AsJson;
|
|
18
|
+
datasource?: _DatasourceDefinitionTransformation.AsJson;
|
|
19
|
+
minObjects?: number;
|
|
20
|
+
modificationPolicy?: _PropertyDefinitionModificationPolicyTransformation.AsJson;
|
|
21
|
+
constraints?: _ConstraintTransformation.AsJson[];
|
|
22
|
+
nullable: boolean;
|
|
21
23
|
subType?: string;
|
|
22
24
|
displayName?: string;
|
|
23
|
-
default?: _PropertyDefinitionDefaultTransformation.AsJson;
|
|
24
|
-
type: _PropertyDefinitionTypeTransformation.AsJson;
|
|
25
25
|
description?: string;
|
|
26
26
|
metadata?: _PropertyDefinitionMetadataTransformation.AsJson;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
default?: _PropertyDefinitionDefaultTransformation.AsJson;
|
|
28
|
+
type: _PropertyDefinitionTypeTransformation.AsJson;
|
|
29
29
|
}
|
|
30
30
|
export declare function fromJson($model: AsJson): PropertyDefinition;
|
|
31
31
|
export declare function toJson($model: PropertyDefinition): AsJson;
|
|
@@ -7,14 +7,14 @@ export interface ReleaseInstance {
|
|
|
7
7
|
* The entity id of the instance.
|
|
8
8
|
*/
|
|
9
9
|
entityId?: string;
|
|
10
|
-
/**
|
|
11
|
-
* List of Security vulnerabilities Ids
|
|
12
|
-
*/
|
|
13
|
-
securityVulnerabilities?: string[];
|
|
14
10
|
/**
|
|
15
11
|
* The build version
|
|
16
12
|
*/
|
|
17
13
|
buildVersion?: string;
|
|
14
|
+
/**
|
|
15
|
+
* List of Security vulnerabilities Ids
|
|
16
|
+
*/
|
|
17
|
+
securityVulnerabilities?: string[];
|
|
18
18
|
/**
|
|
19
19
|
* List of event Ids of open problems
|
|
20
20
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ReleaseInstance } from './release-instance';
|
|
2
2
|
export interface AsJson {
|
|
3
3
|
entityId?: string;
|
|
4
|
-
securityVulnerabilities?: string[];
|
|
5
4
|
buildVersion?: string;
|
|
5
|
+
securityVulnerabilities?: string[];
|
|
6
6
|
problems?: string[];
|
|
7
7
|
}
|
|
8
8
|
export declare function fromJson($model: AsJson): ReleaseInstance;
|
|
@@ -9,14 +9,14 @@ import { SoftwareTechs } from './software-techs';
|
|
|
9
9
|
* The tuple <name, product, stage, version> is always unique.
|
|
10
10
|
*/
|
|
11
11
|
export interface Release {
|
|
12
|
-
/**
|
|
13
|
-
* The instances entityIds included in this release
|
|
14
|
-
*/
|
|
15
|
-
instances?: ReleaseInstance[];
|
|
16
12
|
/**
|
|
17
13
|
* The entity id of correlating release.
|
|
18
14
|
*/
|
|
19
15
|
releaseEntityId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The software technologies of the release
|
|
18
|
+
*/
|
|
19
|
+
softwareTechs?: SoftwareTechs[];
|
|
20
20
|
/**
|
|
21
21
|
* The number of security vulnerabilities of the entity
|
|
22
22
|
*/
|
|
@@ -42,27 +42,27 @@ export interface Release {
|
|
|
42
42
|
*/
|
|
43
43
|
throughput?: number;
|
|
44
44
|
/**
|
|
45
|
-
* The
|
|
45
|
+
* The number of problems of the entity
|
|
46
46
|
*/
|
|
47
|
-
|
|
47
|
+
problemCount?: number;
|
|
48
48
|
/**
|
|
49
|
-
* The
|
|
49
|
+
* The stage name
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
stage?: string;
|
|
52
52
|
/**
|
|
53
|
-
* The
|
|
53
|
+
* The instances entityIds included in this release
|
|
54
54
|
*/
|
|
55
|
-
|
|
55
|
+
instances?: ReleaseInstance[];
|
|
56
56
|
/**
|
|
57
|
-
* The
|
|
57
|
+
* The identified release version
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
version?: string;
|
|
60
60
|
/**
|
|
61
|
-
* The
|
|
61
|
+
* The related PGI is still running/monitored
|
|
62
62
|
*/
|
|
63
|
-
|
|
63
|
+
running?: boolean;
|
|
64
64
|
/**
|
|
65
|
-
* The
|
|
65
|
+
* The entity name
|
|
66
66
|
*/
|
|
67
|
-
|
|
67
|
+
name?: string;
|
|
68
68
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts
CHANGED
|
@@ -2,20 +2,20 @@ import { Release } from './release';
|
|
|
2
2
|
import * as _ReleaseInstanceTransformation from './release-instance.transformation';
|
|
3
3
|
import * as _SoftwareTechsTransformation from './software-techs.transformation';
|
|
4
4
|
export interface AsJson {
|
|
5
|
-
instances?: _ReleaseInstanceTransformation.AsJson[];
|
|
6
5
|
releaseEntityId?: string;
|
|
6
|
+
softwareTechs?: _SoftwareTechsTransformation.AsJson[];
|
|
7
7
|
securityVulnerabilitiesCount?: number;
|
|
8
8
|
affectedByProblems?: boolean;
|
|
9
9
|
securityVulnerabilitiesEnabled?: boolean;
|
|
10
10
|
product?: string;
|
|
11
11
|
affectedBySecurityVulnerabilities?: boolean;
|
|
12
12
|
throughput?: number;
|
|
13
|
-
softwareTechs?: _SoftwareTechsTransformation.AsJson[];
|
|
14
|
-
running?: boolean;
|
|
15
|
-
version?: string;
|
|
16
|
-
name?: string;
|
|
17
13
|
problemCount?: number;
|
|
18
14
|
stage?: string;
|
|
15
|
+
instances?: _ReleaseInstanceTransformation.AsJson[];
|
|
16
|
+
version?: string;
|
|
17
|
+
running?: boolean;
|
|
18
|
+
name?: string;
|
|
19
19
|
}
|
|
20
20
|
export declare function fromJson($model: AsJson): Release;
|
|
21
21
|
export declare function toJson($model: Release): AsJson;
|
|
@@ -12,9 +12,9 @@ export interface Releases {
|
|
|
12
12
|
*/
|
|
13
13
|
releases?: Release[];
|
|
14
14
|
/**
|
|
15
|
-
* The
|
|
15
|
+
* The number of entries per page.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
pageSize?: number;
|
|
18
18
|
/**
|
|
19
19
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
20
20
|
*
|
|
@@ -22,7 +22,7 @@ export interface Releases {
|
|
|
22
22
|
*/
|
|
23
23
|
nextPageKey?: string;
|
|
24
24
|
/**
|
|
25
|
-
* The number of entries
|
|
25
|
+
* The total number of entries in the result.
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
totalCount: number;
|
|
28
28
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts
CHANGED
|
@@ -3,9 +3,9 @@ import { Releases } from './releases';
|
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
releasesWithProblems?: number;
|
|
5
5
|
releases?: _ReleaseTransformation.AsJson[];
|
|
6
|
-
totalCount: number;
|
|
7
|
-
nextPageKey?: string;
|
|
8
6
|
pageSize?: number;
|
|
7
|
+
nextPageKey?: string;
|
|
8
|
+
totalCount: number;
|
|
9
9
|
}
|
|
10
10
|
export declare function fromJson($model: AsJson): Releases;
|
|
11
11
|
export declare function toJson($model: Releases): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts
CHANGED
|
@@ -6,13 +6,7 @@ import { RiskAssessmentSnapshotVulnerableFunctionUsage } from './risk-assessment
|
|
|
6
6
|
* A snapshot of the risk assessment of a security problem.
|
|
7
7
|
*/
|
|
8
8
|
export interface RiskAssessmentSnapshot {
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* The Davis risk score (1-10).
|
|
12
|
-
*
|
|
13
|
-
* It is calculated by Dynatrace on the basis of CVSS score.
|
|
14
|
-
*/
|
|
15
|
-
riskScore?: number;
|
|
9
|
+
exposure?: RiskAssessmentSnapshotExposure;
|
|
16
10
|
/**
|
|
17
11
|
* The number of currently affected entities.
|
|
18
12
|
*/
|
|
@@ -22,6 +16,12 @@ export interface RiskAssessmentSnapshot {
|
|
|
22
16
|
*/
|
|
23
17
|
numberOfReachableDataAssets?: number;
|
|
24
18
|
publicExploit?: RiskAssessmentSnapshotPublicExploit;
|
|
25
|
-
|
|
19
|
+
riskLevel?: RiskAssessmentSnapshotRiskLevel;
|
|
20
|
+
/**
|
|
21
|
+
* The Davis risk score (1-10).
|
|
22
|
+
*
|
|
23
|
+
* It is calculated by Dynatrace on the basis of CVSS score.
|
|
24
|
+
*/
|
|
25
|
+
riskScore?: number;
|
|
26
26
|
vulnerableFunctionUsage?: RiskAssessmentSnapshotVulnerableFunctionUsage;
|
|
27
27
|
}
|
|
@@ -4,12 +4,12 @@ import * as _RiskAssessmentSnapshotPublicExploitTransformation from './risk-asse
|
|
|
4
4
|
import * as _RiskAssessmentSnapshotRiskLevelTransformation from './risk-assessment-snapshot-risk-level.transformation';
|
|
5
5
|
import * as _RiskAssessmentSnapshotVulnerableFunctionUsageTransformation from './risk-assessment-snapshot-vulnerable-function-usage.transformation';
|
|
6
6
|
export interface AsJson {
|
|
7
|
-
|
|
8
|
-
riskScore?: number;
|
|
7
|
+
exposure?: _RiskAssessmentSnapshotExposureTransformation.AsJson;
|
|
9
8
|
numberOfAffectedEntities?: number;
|
|
10
9
|
numberOfReachableDataAssets?: number;
|
|
11
10
|
publicExploit?: _RiskAssessmentSnapshotPublicExploitTransformation.AsJson;
|
|
12
|
-
|
|
11
|
+
riskLevel?: _RiskAssessmentSnapshotRiskLevelTransformation.AsJson;
|
|
12
|
+
riskScore?: number;
|
|
13
13
|
vulnerableFunctionUsage?: _RiskAssessmentSnapshotVulnerableFunctionUsageTransformation.AsJson;
|
|
14
14
|
}
|
|
15
15
|
export declare function fromJson($model: AsJson): RiskAssessmentSnapshot;
|
package/types/packages/client/classic-environment-v2/src/lib/models/rollup.transformation.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Rollup } from './rollup';
|
|
2
2
|
import * as _RollupTypeTransformation from './rollup-type.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
type?: _RollupTypeTransformation.AsJson;
|
|
5
4
|
parameter?: number;
|
|
5
|
+
type?: _RollupTypeTransformation.AsJson;
|
|
6
6
|
}
|
|
7
7
|
export declare function fromJson($model: AsJson): Rollup;
|
|
8
8
|
export declare function toJson($model: Rollup): AsJson;
|
|
@@ -3,12 +3,12 @@ import { SchemaStub } from './schema-stub';
|
|
|
3
3
|
* The list of available settings schemas.
|
|
4
4
|
*/
|
|
5
5
|
export interface SchemaList {
|
|
6
|
-
/**
|
|
7
|
-
* The number of schemas in the list.
|
|
8
|
-
*/
|
|
9
|
-
totalCount: number;
|
|
10
6
|
/**
|
|
11
7
|
* A list of settings schemas.
|
|
12
8
|
*/
|
|
13
9
|
items: SchemaStub[];
|
|
10
|
+
/**
|
|
11
|
+
* The number of schemas in the list.
|
|
12
|
+
*/
|
|
13
|
+
totalCount: number;
|
|
14
14
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.transformation.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SchemaList } from './schema-list';
|
|
2
2
|
import * as _SchemaStubTransformation from './schema-stub.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
totalCount: number;
|
|
5
4
|
items: _SchemaStubTransformation.AsJson[];
|
|
5
|
+
totalCount: number;
|
|
6
6
|
}
|
|
7
7
|
export declare function fromJson($model: AsJson): SchemaList;
|
|
8
8
|
export declare function toJson($model: SchemaList): AsJson;
|
|
@@ -18,15 +18,15 @@ export interface SchemaType {
|
|
|
18
18
|
* A short description of the version.
|
|
19
19
|
*/
|
|
20
20
|
versionInfo?: string;
|
|
21
|
+
/**
|
|
22
|
+
* A list of constraints limiting the values to be accepted.
|
|
23
|
+
*/
|
|
24
|
+
constraints?: ComplexConstraint[];
|
|
21
25
|
/**
|
|
22
26
|
* The version of the type.
|
|
23
27
|
*/
|
|
24
28
|
version: string;
|
|
25
29
|
properties: SchemaTypeProperties;
|
|
26
|
-
/**
|
|
27
|
-
* A list of constraints limiting the values to be accepted.
|
|
28
|
-
*/
|
|
29
|
-
constraints?: ComplexConstraint[];
|
|
30
30
|
/**
|
|
31
31
|
* An extended description and/or links to documentation.
|
|
32
32
|
*/
|
package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ export interface AsJson {
|
|
|
5
5
|
summaryPattern: string;
|
|
6
6
|
searchPattern?: string;
|
|
7
7
|
versionInfo?: string;
|
|
8
|
+
constraints?: _ComplexConstraintTransformation.AsJson[];
|
|
8
9
|
version: string;
|
|
9
10
|
properties: _SchemaTypePropertiesTransformation.AsJson;
|
|
10
|
-
constraints?: _ComplexConstraintTransformation.AsJson[];
|
|
11
11
|
documentation: string;
|
|
12
12
|
displayName?: string;
|
|
13
13
|
description: string;
|
package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CodeLevelVulnerabilityDetails } from './code-level-vulnerability-details';
|
|
2
|
+
import { EntryPoints } from './entry-points';
|
|
2
3
|
import { FilteredCountsDto } from './filtered-counts-dto';
|
|
3
4
|
import { GlobalCountsDto } from './global-counts-dto';
|
|
4
5
|
import { ManagementZone } from './management-zone';
|
|
@@ -118,4 +119,5 @@ export interface SecurityProblemDetails {
|
|
|
118
119
|
* If `true` a change of the mute state is in progress.
|
|
119
120
|
*/
|
|
120
121
|
muteStateChangeInProgress?: boolean;
|
|
122
|
+
entryPoints?: EntryPoints;
|
|
121
123
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _CodeLevelVulnerabilityDetailsTransformation from './code-level-vulnerability-details.transformation';
|
|
2
|
+
import * as _EntryPointsTransformation from './entry-points.transformation';
|
|
2
3
|
import * as _FilteredCountsDtoTransformation from './filtered-counts-dto.transformation';
|
|
3
4
|
import * as _GlobalCountsDtoTransformation from './global-counts-dto.transformation';
|
|
4
5
|
import * as _ManagementZoneTransformation from './management-zone.transformation';
|
|
@@ -43,6 +44,7 @@ export interface AsJson {
|
|
|
43
44
|
relatedContainerImages?: _SecurityProblemDetailsRelatedContainerImagesItemTransformation.AsJson[];
|
|
44
45
|
relatedAttacks?: _RelatedAttacksListTransformation.AsJson;
|
|
45
46
|
muteStateChangeInProgress?: boolean;
|
|
47
|
+
entryPoints?: _EntryPointsTransformation.AsJson;
|
|
46
48
|
}
|
|
47
49
|
export declare function fromJson($model: AsJson): SecurityProblemDetails;
|
|
48
50
|
export declare function toJson($model: SecurityProblemDetails): AsJson;
|
|
@@ -8,9 +8,9 @@ export interface SecurityProblemEventsList {
|
|
|
8
8
|
*/
|
|
9
9
|
events?: SecurityProblemEvent[];
|
|
10
10
|
/**
|
|
11
|
-
* The
|
|
11
|
+
* The number of entries per page.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
pageSize?: number;
|
|
14
14
|
/**
|
|
15
15
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
16
16
|
*
|
|
@@ -18,7 +18,7 @@ export interface SecurityProblemEventsList {
|
|
|
18
18
|
*/
|
|
19
19
|
nextPageKey?: string;
|
|
20
20
|
/**
|
|
21
|
-
* The number of entries
|
|
21
|
+
* The total number of entries in the result.
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
totalCount: number;
|
|
24
24
|
}
|
|
@@ -2,9 +2,9 @@ import * as _SecurityProblemEventTransformation from './security-problem-event.t
|
|
|
2
2
|
import { SecurityProblemEventsList } from './security-problem-events-list';
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
events?: _SecurityProblemEventTransformation.AsJson[];
|
|
5
|
-
totalCount: number;
|
|
6
|
-
nextPageKey?: string;
|
|
7
5
|
pageSize?: number;
|
|
6
|
+
nextPageKey?: string;
|
|
7
|
+
totalCount: number;
|
|
8
8
|
}
|
|
9
9
|
export declare function fromJson($model: AsJson): SecurityProblemEventsList;
|
|
10
10
|
export declare function toJson($model: SecurityProblemEventsList): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts
CHANGED
|
@@ -7,6 +7,10 @@ export interface SettingsObjectCreate {
|
|
|
7
7
|
* External identifier for the object being created
|
|
8
8
|
*/
|
|
9
9
|
externalId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The schema on which the object is based.
|
|
12
|
+
*/
|
|
13
|
+
schemaId: string;
|
|
10
14
|
/**
|
|
11
15
|
* The ID of the settings object that should be replaced.
|
|
12
16
|
*
|
|
@@ -14,11 +18,7 @@ export interface SettingsObjectCreate {
|
|
|
14
18
|
*/
|
|
15
19
|
objectId?: string;
|
|
16
20
|
/**
|
|
17
|
-
* The
|
|
18
|
-
*/
|
|
19
|
-
schemaId: string;
|
|
20
|
-
/**
|
|
21
|
-
* The scope that the object targets.
|
|
21
|
+
* The scope that the object targets. For more details, please see [Dynatrace Documentation](https://dt-url.net/ky03459).
|
|
22
22
|
*
|
|
23
23
|
* If omitted on creation of a new object and if the schema supports scope generation, the operation will generate a scope from the provided value.
|
|
24
24
|
*/
|
|
@@ -2,8 +2,8 @@ import { SettingsObjectCreate } from './settings-object-create';
|
|
|
2
2
|
import * as _SettingsValueTransformation from './settings-value.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
externalId?: string;
|
|
5
|
-
objectId?: string;
|
|
6
5
|
schemaId: string;
|
|
6
|
+
objectId?: string;
|
|
7
7
|
scope?: string;
|
|
8
8
|
value: _SettingsValueTransformation.AsJson;
|
|
9
9
|
schemaVersion?: string;
|
package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts
CHANGED
|
@@ -5,13 +5,13 @@ import { SettingsValue } from './settings-value';
|
|
|
5
5
|
*/
|
|
6
6
|
export interface SettingsObjectResponse {
|
|
7
7
|
invalidValue?: SettingsValue;
|
|
8
|
-
|
|
9
|
-
* For a successful request, the ID of the created or modified settings object.
|
|
10
|
-
*/
|
|
11
|
-
objectId?: string;
|
|
8
|
+
error?: Error;
|
|
12
9
|
/**
|
|
13
10
|
* The HTTP status code for the object.
|
|
14
11
|
*/
|
|
15
12
|
code: number;
|
|
16
|
-
|
|
13
|
+
/**
|
|
14
|
+
* For a successful request, the ID of the created or modified settings object.
|
|
15
|
+
*/
|
|
16
|
+
objectId?: string;
|
|
17
17
|
}
|
|
@@ -3,9 +3,9 @@ import { SettingsObjectResponse } from './settings-object-response';
|
|
|
3
3
|
import * as _SettingsValueTransformation from './settings-value.transformation';
|
|
4
4
|
export interface AsJson {
|
|
5
5
|
invalidValue?: _SettingsValueTransformation.AsJson;
|
|
6
|
-
objectId?: string;
|
|
7
|
-
code: number;
|
|
8
6
|
error?: _ErrorTransformation.AsJson;
|
|
7
|
+
code: number;
|
|
8
|
+
objectId?: string;
|
|
9
9
|
}
|
|
10
10
|
export declare function fromJson($model: AsJson): SettingsObjectResponse;
|
|
11
11
|
export declare function toJson($model: SettingsObjectResponse): AsJson;
|