@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
|
@@ -10,52 +10,39 @@ import { MetricValueType } from './metric-value-type';
|
|
|
10
10
|
*/
|
|
11
11
|
export interface MetricDescriptor {
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* Has the value of `null` for metric expressions or if the data has never been written.
|
|
13
|
+
* List of admissible primary entity types for this metric. Can be used for the `type` predicate in the `entitySelector`.
|
|
16
14
|
*/
|
|
17
|
-
|
|
15
|
+
entityType?: string[];
|
|
18
16
|
/**
|
|
19
|
-
* The metric
|
|
20
|
-
*
|
|
21
|
-
* An impact-relevant metric is highly dependent on other metrics and changes because an underlying root-cause metric has changed.
|
|
17
|
+
* The fine metric division (for example, process group and process ID for some process-related metric).
|
|
22
18
|
*
|
|
23
|
-
*
|
|
19
|
+
* For [ingested metrics](https://dt-url.net/5d63ic1), dimensions that doesn't have have any data within the last 15 days are omitted.
|
|
24
20
|
*/
|
|
25
|
-
|
|
21
|
+
dimensionDefinitions?: MetricDimensionDefinition[];
|
|
26
22
|
/**
|
|
27
|
-
* The
|
|
28
|
-
*
|
|
29
|
-
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
23
|
+
* The list of allowed aggregations for this metric.
|
|
30
24
|
*/
|
|
31
|
-
|
|
25
|
+
aggregationTypes?: MetricDescriptorAggregationTypesItem[];
|
|
26
|
+
defaultAggregation?: MetricDefaultAggregation;
|
|
32
27
|
/**
|
|
33
|
-
*
|
|
28
|
+
* If `true` the usage of metric consumes [Davis data units](https://dt-url.net/ddu).
|
|
34
29
|
*
|
|
35
30
|
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
36
31
|
*/
|
|
37
|
-
|
|
32
|
+
dduBillable?: boolean;
|
|
38
33
|
/**
|
|
39
|
-
* The
|
|
40
|
-
*
|
|
41
|
-
* The latency is the expected reporting delay (for example, caused by constraints of cloud vendors or other third-party data sources) between the observation of a metric data point and its availability in Dynatrace.
|
|
42
|
-
*
|
|
43
|
-
* The allowed value range is from 1 to 60 minutes.
|
|
34
|
+
* The fully qualified key of the metric.
|
|
44
35
|
*
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
latency?: number;
|
|
48
|
-
/**
|
|
49
|
-
* The cardinalities of MINT metric dimensions.
|
|
36
|
+
* If a transformation has been used it is reflected in the metric key.
|
|
50
37
|
*/
|
|
51
|
-
|
|
52
|
-
defaultAggregation?: MetricDefaultAggregation;
|
|
38
|
+
metricId: string;
|
|
53
39
|
/**
|
|
54
|
-
* The
|
|
40
|
+
* The timestamp when the metric was last written.
|
|
55
41
|
*
|
|
56
|
-
*
|
|
42
|
+
* Has the value of `null` for metric expressions or if the data has never been written.
|
|
57
43
|
*/
|
|
58
|
-
|
|
44
|
+
lastWritten?: number;
|
|
45
|
+
metricValueType?: MetricValueType;
|
|
59
46
|
/**
|
|
60
47
|
* The metric is (`true`) or is not (`false`) root cause relevant.
|
|
61
48
|
*
|
|
@@ -65,54 +52,53 @@ export interface MetricDescriptor {
|
|
|
65
52
|
*/
|
|
66
53
|
rootCauseRelevant?: boolean;
|
|
67
54
|
/**
|
|
68
|
-
*
|
|
55
|
+
* The metric is (`true`) or is not (`false`) impact relevant.
|
|
56
|
+
*
|
|
57
|
+
* An impact-relevant metric is highly dependent on other metrics and changes because an underlying root-cause metric has changed.
|
|
58
|
+
*
|
|
59
|
+
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
69
60
|
*/
|
|
70
|
-
|
|
71
|
-
unitDisplayFormat?: MetricDescriptorUnitDisplayFormat;
|
|
61
|
+
impactRelevant?: boolean;
|
|
72
62
|
/**
|
|
73
|
-
*
|
|
63
|
+
* The minimum allowed value of the metric.
|
|
74
64
|
*
|
|
75
65
|
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
76
66
|
*/
|
|
77
|
-
|
|
67
|
+
minimumValue?: number;
|
|
78
68
|
/**
|
|
79
|
-
* The
|
|
69
|
+
* The maximum allowed value of the metric.
|
|
80
70
|
*
|
|
81
|
-
*
|
|
71
|
+
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
82
72
|
*/
|
|
83
|
-
|
|
73
|
+
maximumValue?: number;
|
|
84
74
|
/**
|
|
85
|
-
*
|
|
75
|
+
* The latency of the metric, in minutes.
|
|
76
|
+
*
|
|
77
|
+
* The latency is the expected reporting delay (for example, caused by constraints of cloud vendors or other third-party data sources) between the observation of a metric data point and its availability in Dynatrace.
|
|
78
|
+
*
|
|
79
|
+
* The allowed value range is from 1 to 60 minutes.
|
|
80
|
+
*
|
|
81
|
+
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
86
82
|
*/
|
|
87
|
-
|
|
83
|
+
latency?: number;
|
|
88
84
|
/**
|
|
89
85
|
* Indicates whether the metric expression resolves to a scalar (`true`) or to a series (`false`).
|
|
90
86
|
* A scalar result always contains one data point. The amount of data points in a series result depends on the resolution you're using.
|
|
91
87
|
*/
|
|
92
88
|
scalar?: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* The fully qualified key of the metric.
|
|
95
|
-
*
|
|
96
|
-
* If a transformation has been used it is reflected in the metric key.
|
|
97
|
-
*/
|
|
98
|
-
metricId: string;
|
|
99
89
|
/**
|
|
100
90
|
* The metric selector that is used when querying a func: metric.
|
|
101
91
|
*/
|
|
102
92
|
metricSelector?: string;
|
|
103
93
|
/**
|
|
104
|
-
*
|
|
105
|
-
*/
|
|
106
|
-
aggregationTypes?: MetricDescriptorAggregationTypesItem[];
|
|
107
|
-
metricValueType?: MetricValueType;
|
|
108
|
-
/**
|
|
109
|
-
* The name of the metric in the user interface.
|
|
94
|
+
* If 'true', resolution=Inf can be applied to the metric query.
|
|
110
95
|
*/
|
|
111
|
-
|
|
96
|
+
resolutionInfSupported?: boolean;
|
|
97
|
+
unitDisplayFormat?: MetricDescriptorUnitDisplayFormat;
|
|
112
98
|
/**
|
|
113
|
-
*
|
|
99
|
+
* The cardinalities of MINT metric dimensions.
|
|
114
100
|
*/
|
|
115
|
-
|
|
101
|
+
dimensionCardinalities?: MetricDimensionCardinality[];
|
|
116
102
|
/**
|
|
117
103
|
* Transform operators that could be appended to the current transformation list.
|
|
118
104
|
*/
|
|
@@ -131,4 +117,18 @@ export interface MetricDescriptor {
|
|
|
131
117
|
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
132
118
|
*/
|
|
133
119
|
tags?: string[];
|
|
120
|
+
/**
|
|
121
|
+
* The timestamp of metric creation.
|
|
122
|
+
*
|
|
123
|
+
* Built-in metrics and metric expressions have the value of `null`.
|
|
124
|
+
*/
|
|
125
|
+
created?: number;
|
|
126
|
+
/**
|
|
127
|
+
* The name of the metric in the user interface.
|
|
128
|
+
*/
|
|
129
|
+
displayName?: string;
|
|
130
|
+
/**
|
|
131
|
+
* A short description of the metric.
|
|
132
|
+
*/
|
|
133
|
+
description?: string;
|
|
134
134
|
}
|
|
@@ -7,31 +7,31 @@ import * as _MetricDimensionCardinalityTransformation from './metric-dimension-c
|
|
|
7
7
|
import * as _MetricDimensionDefinitionTransformation from './metric-dimension-definition.transformation';
|
|
8
8
|
import * as _MetricValueTypeTransformation from './metric-value-type.transformation';
|
|
9
9
|
export interface AsJson {
|
|
10
|
+
entityType?: string[];
|
|
11
|
+
dimensionDefinitions?: _MetricDimensionDefinitionTransformation.AsJson[];
|
|
12
|
+
aggregationTypes?: _MetricDescriptorAggregationTypesItemTransformation.AsJson[];
|
|
13
|
+
defaultAggregation?: _MetricDefaultAggregationTransformation.AsJson;
|
|
14
|
+
dduBillable?: boolean;
|
|
15
|
+
metricId: string;
|
|
10
16
|
lastWritten?: number;
|
|
17
|
+
metricValueType?: _MetricValueTypeTransformation.AsJson;
|
|
18
|
+
rootCauseRelevant?: boolean;
|
|
11
19
|
impactRelevant?: boolean;
|
|
12
20
|
minimumValue?: number;
|
|
13
21
|
maximumValue?: number;
|
|
14
22
|
latency?: number;
|
|
15
|
-
dimensionCardinalities?: _MetricDimensionCardinalityTransformation.AsJson[];
|
|
16
|
-
defaultAggregation?: _MetricDefaultAggregationTransformation.AsJson;
|
|
17
|
-
dimensionDefinitions?: _MetricDimensionDefinitionTransformation.AsJson[];
|
|
18
|
-
rootCauseRelevant?: boolean;
|
|
19
|
-
resolutionInfSupported?: boolean;
|
|
20
|
-
unitDisplayFormat?: _MetricDescriptorUnitDisplayFormatTransformation.AsJson;
|
|
21
|
-
dduBillable?: boolean;
|
|
22
|
-
created?: number;
|
|
23
|
-
entityType?: string[];
|
|
24
23
|
scalar?: boolean;
|
|
25
|
-
metricId: string;
|
|
26
24
|
metricSelector?: string;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
description?: string;
|
|
25
|
+
resolutionInfSupported?: boolean;
|
|
26
|
+
unitDisplayFormat?: _MetricDescriptorUnitDisplayFormatTransformation.AsJson;
|
|
27
|
+
dimensionCardinalities?: _MetricDimensionCardinalityTransformation.AsJson[];
|
|
31
28
|
transformations?: _MetricDescriptorTransformationsItemTransformation.AsJson[];
|
|
32
29
|
unit?: string;
|
|
33
30
|
warnings?: string[];
|
|
34
31
|
tags?: string[];
|
|
32
|
+
created?: number;
|
|
33
|
+
displayName?: string;
|
|
34
|
+
description?: string;
|
|
35
35
|
}
|
|
36
36
|
export declare function fromJson($model: AsJson): MetricDescriptor;
|
|
37
37
|
export declare function toJson($model: MetricDescriptor): AsJson;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* The dimension cardinalities of a metric.
|
|
3
3
|
*/
|
|
4
4
|
export interface MetricDimensionCardinality {
|
|
5
|
-
/**
|
|
6
|
-
* The cardinality estimate of the dimension.
|
|
7
|
-
*/
|
|
8
|
-
estimate: number;
|
|
9
5
|
/**
|
|
10
6
|
* The relative cardinality of the dimension expressed as percentage
|
|
11
7
|
*/
|
|
12
8
|
relative: number;
|
|
9
|
+
/**
|
|
10
|
+
* The cardinality estimate of the dimension.
|
|
11
|
+
*/
|
|
12
|
+
estimate: number;
|
|
13
13
|
/**
|
|
14
14
|
* The key of the dimension.
|
|
15
15
|
*
|
|
@@ -5,6 +5,10 @@ import { Evidence } from './evidence';
|
|
|
5
5
|
* A change of metric behavior that indicates the problem and/or is its root cause.
|
|
6
6
|
*/
|
|
7
7
|
export interface MetricEvidence extends Evidence {
|
|
8
|
+
/**
|
|
9
|
+
* The ID of the metric.
|
|
10
|
+
*/
|
|
11
|
+
metricId?: string;
|
|
8
12
|
/**
|
|
9
13
|
* The metric's value before the problem start.
|
|
10
14
|
*/
|
|
@@ -13,10 +17,6 @@ export interface MetricEvidence extends Evidence {
|
|
|
13
17
|
* The metric's value after the problem start.
|
|
14
18
|
*/
|
|
15
19
|
valueAfterChangePoint?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The ID of the metric.
|
|
18
|
-
*/
|
|
19
|
-
metricId?: string;
|
|
20
20
|
/**
|
|
21
21
|
* The end time of the evidence, in UTC milliseconds.
|
|
22
22
|
*
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _EvidenceTransformation from './evidence.transformation';
|
|
2
2
|
import { MetricEvidence } from './metric-evidence';
|
|
3
3
|
export interface AsJson extends _EvidenceTransformation.AsJson {
|
|
4
|
+
metricId?: string;
|
|
4
5
|
valueBeforeChangePoint?: number;
|
|
5
6
|
valueAfterChangePoint?: number;
|
|
6
|
-
metricId?: string;
|
|
7
7
|
endTime?: number;
|
|
8
8
|
unit?: string;
|
|
9
9
|
}
|
|
@@ -2,8 +2,8 @@ import * as _InvalidLineTransformation from './invalid-line.transformation';
|
|
|
2
2
|
import { MetricIngestError } from './metric-ingest-error';
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
invalidLines?: _InvalidLineTransformation.AsJson[];
|
|
5
|
-
message?: string;
|
|
6
5
|
code?: number;
|
|
6
|
+
message?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare function fromJson($model: AsJson): MetricIngestError;
|
|
9
9
|
export declare function toJson($model: MetricIngestError): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts
CHANGED
|
@@ -4,6 +4,12 @@ import { MetricSeries } from './metric-series';
|
|
|
4
4
|
* Data points of a metric.
|
|
5
5
|
*/
|
|
6
6
|
export interface MetricSeriesCollection {
|
|
7
|
+
/**
|
|
8
|
+
* The key of the metric.
|
|
9
|
+
*
|
|
10
|
+
* If any transformation is applied, it is included here.
|
|
11
|
+
*/
|
|
12
|
+
metricId: string;
|
|
7
13
|
/**
|
|
8
14
|
* A list of filtered metric keys along with filters that have been applied to these keys, from the `optionalFilter` parameter.
|
|
9
15
|
*/
|
|
@@ -17,17 +23,11 @@ export interface MetricSeriesCollection {
|
|
|
17
23
|
*/
|
|
18
24
|
dimensionCountRatio: number;
|
|
19
25
|
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* If any transformation is applied, it is included here.
|
|
26
|
+
* A list of potential warnings that affect this ID. For example deprecated feature usage etc.
|
|
23
27
|
*/
|
|
24
|
-
|
|
28
|
+
warnings?: string[];
|
|
25
29
|
/**
|
|
26
30
|
* Data points of the metric.
|
|
27
31
|
*/
|
|
28
32
|
data: MetricSeries[];
|
|
29
|
-
/**
|
|
30
|
-
* A list of potential warnings that affect this ID. For example deprecated feature usage etc.
|
|
31
|
-
*/
|
|
32
|
-
warnings?: string[];
|
|
33
33
|
}
|
|
@@ -2,12 +2,12 @@ import * as _AppliedFilterTransformation from './applied-filter.transformation';
|
|
|
2
2
|
import { MetricSeriesCollection } from './metric-series-collection';
|
|
3
3
|
import * as _MetricSeriesTransformation from './metric-series.transformation';
|
|
4
4
|
export interface AsJson {
|
|
5
|
+
metricId: string;
|
|
5
6
|
appliedOptionalFilters?: _AppliedFilterTransformation.AsJson[];
|
|
6
7
|
dataPointCountRatio: number;
|
|
7
8
|
dimensionCountRatio: number;
|
|
8
|
-
metricId: string;
|
|
9
|
-
data: _MetricSeriesTransformation.AsJson[];
|
|
10
9
|
warnings?: string[];
|
|
10
|
+
data: _MetricSeriesTransformation.AsJson[];
|
|
11
11
|
}
|
|
12
12
|
export declare function fromJson($model: AsJson): MetricSeriesCollection;
|
|
13
13
|
export declare function toJson($model: MetricSeriesCollection): AsJson;
|
|
@@ -12,16 +12,16 @@ export interface MetricSeries {
|
|
|
12
12
|
* The value of data point for each time from this array is located in **values** array at the same index.
|
|
13
13
|
*/
|
|
14
14
|
timestamps: number[];
|
|
15
|
-
/**
|
|
16
|
-
* The ordered list of dimensions to which the data point list belongs.
|
|
17
|
-
*
|
|
18
|
-
* Each metric can have a certain number of dimensions. Dimensions exceeding this number are aggregated into one, which is shown as `null` here.
|
|
19
|
-
*/
|
|
20
|
-
dimensions: string[];
|
|
21
15
|
/**
|
|
22
16
|
* A list of values of data points.
|
|
23
17
|
*
|
|
24
18
|
* The timestamp of data point for each value from this array is located in **timestamps** array at the same index.
|
|
25
19
|
*/
|
|
26
20
|
values: number[];
|
|
21
|
+
/**
|
|
22
|
+
* The ordered list of dimensions to which the data point list belongs.
|
|
23
|
+
*
|
|
24
|
+
* Each metric can have a certain number of dimensions. Dimensions exceeding this number are aggregated into one, which is shown as `null` here.
|
|
25
|
+
*/
|
|
26
|
+
dimensions: string[];
|
|
27
27
|
}
|
|
@@ -3,8 +3,8 @@ import * as _MetricSeriesDimensionMapTransformation from './metric-series-dimens
|
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
dimensionMap: _MetricSeriesDimensionMapTransformation.AsJson;
|
|
5
5
|
timestamps: number[];
|
|
6
|
-
dimensions: string[];
|
|
7
6
|
values: number[];
|
|
7
|
+
dimensions: string[];
|
|
8
8
|
}
|
|
9
9
|
export declare function fromJson($model: AsJson): MetricSeries;
|
|
10
10
|
export declare function toJson($model: MetricSeries): AsJson;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The modification info for a single updatable setting.
|
|
3
|
+
*/
|
|
4
|
+
export interface ModificationInfo {
|
|
5
|
+
/**
|
|
6
|
+
* If settings value can be deleted
|
|
7
|
+
*/
|
|
8
|
+
deletable?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* If settings value can be modified
|
|
11
|
+
*/
|
|
12
|
+
modifiable?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* If settings value can be moved/reordered. Only applicable for ordered list schema
|
|
15
|
+
*/
|
|
16
|
+
movable?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Property paths which are modifiable, regardless of the state of `modifiable`
|
|
19
|
+
*/
|
|
20
|
+
modifiablePaths?: string[];
|
|
21
|
+
/**
|
|
22
|
+
* Property paths which are not modifiable, when `modifiable` is true
|
|
23
|
+
*/
|
|
24
|
+
nonModifiablePaths?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* If non-moveable settings value is in the first group of non-moveable settings, or in the last (start or end of list)
|
|
27
|
+
*/
|
|
28
|
+
first?: boolean;
|
|
29
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ModificationInfo } from './modification-info';
|
|
2
|
+
export interface AsJson {
|
|
3
|
+
deletable?: boolean;
|
|
4
|
+
modifiable?: boolean;
|
|
5
|
+
movable?: boolean;
|
|
6
|
+
modifiablePaths?: string[];
|
|
7
|
+
nonModifiablePaths?: string[];
|
|
8
|
+
first?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare function fromJson($model: AsJson): ModificationInfo;
|
|
11
|
+
export declare function toJson($model: ModificationInfo): AsJson;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Key-value parameter of the monitoring state.
|
|
3
3
|
*/
|
|
4
4
|
export interface MonitoredEntityStateParam {
|
|
5
|
-
/**
|
|
6
|
-
* The key of the monitoring state paramter.
|
|
7
|
-
*/
|
|
8
|
-
key?: string;
|
|
9
5
|
/**
|
|
10
6
|
* The value of the monitoring state paramter.
|
|
11
7
|
*/
|
|
12
8
|
values?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The key of the monitoring state paramter.
|
|
11
|
+
*/
|
|
12
|
+
key?: string;
|
|
13
13
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MonitoredEntityStateParam } from './monitored-entity-state-param';
|
|
2
2
|
export interface AsJson {
|
|
3
|
-
key?: string;
|
|
4
3
|
values?: string;
|
|
4
|
+
key?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare function fromJson($model: AsJson): MonitoredEntityStateParam;
|
|
7
7
|
export declare function toJson($model: MonitoredEntityStateParam): AsJson;
|
|
@@ -15,6 +15,7 @@ export declare enum MonitoredEntityStatesState {
|
|
|
15
15
|
ContainerdDisabled = "containerd_disabled",
|
|
16
16
|
CrioDisabled = "crio_disabled",
|
|
17
17
|
CustomPgRuleRequired = "custom_pg_rule_required",
|
|
18
|
+
DeepMonitoringSuccessful = "deep_monitoring_successful",
|
|
18
19
|
DeepMonitoringUnsuccessful = "deep_monitoring_unsuccessful",
|
|
19
20
|
DockerDisabled = "docker_disabled",
|
|
20
21
|
GardenDisabled = "garden_disabled",
|
package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts
CHANGED
|
@@ -9,10 +9,10 @@ export interface MonitoredEntityStates {
|
|
|
9
9
|
* The Dynatrace entity ID of the process group instance.
|
|
10
10
|
*/
|
|
11
11
|
entityId?: string;
|
|
12
|
-
severity?: MonitoredEntityStatesSeverity;
|
|
13
|
-
state?: MonitoredEntityStatesState;
|
|
14
12
|
/**
|
|
15
13
|
* Additional parameters of the monitoring state.
|
|
16
14
|
*/
|
|
17
15
|
params?: MonitoredEntityStateParam[];
|
|
16
|
+
severity?: MonitoredEntityStatesSeverity;
|
|
17
|
+
state?: MonitoredEntityStatesState;
|
|
18
18
|
}
|
|
@@ -4,9 +4,9 @@ import * as _MonitoredEntityStatesSeverityTransformation from './monitored-entit
|
|
|
4
4
|
import * as _MonitoredEntityStatesStateTransformation from './monitored-entity-states-state.transformation';
|
|
5
5
|
export interface AsJson {
|
|
6
6
|
entityId?: string;
|
|
7
|
+
params?: _MonitoredEntityStateParamTransformation.AsJson[];
|
|
7
8
|
severity?: _MonitoredEntityStatesSeverityTransformation.AsJson;
|
|
8
9
|
state?: _MonitoredEntityStatesStateTransformation.AsJson;
|
|
9
|
-
params?: _MonitoredEntityStateParamTransformation.AsJson[];
|
|
10
10
|
}
|
|
11
11
|
export declare function fromJson($model: AsJson): MonitoredEntityStates;
|
|
12
12
|
export declare function toJson($model: MonitoredEntityStates): AsJson;
|
|
@@ -3,6 +3,10 @@ import { NetworkZoneFallbackMode } from './network-zone-fallback-mode';
|
|
|
3
3
|
* Configuration of a network zone.
|
|
4
4
|
*/
|
|
5
5
|
export interface NetworkZone {
|
|
6
|
+
/**
|
|
7
|
+
* Indicates if a global network zone is overridden (managed only).
|
|
8
|
+
*/
|
|
9
|
+
overridesGlobal?: boolean;
|
|
6
10
|
/**
|
|
7
11
|
* A list of alternative network zones.
|
|
8
12
|
*/
|
|
@@ -29,11 +33,15 @@ export interface NetworkZone {
|
|
|
29
33
|
*/
|
|
30
34
|
numOfConfiguredActiveGates?: number;
|
|
31
35
|
/**
|
|
32
|
-
*
|
|
36
|
+
* Specifies the scope of the network zone (managed only).
|
|
33
37
|
*/
|
|
34
|
-
|
|
38
|
+
scope?: string;
|
|
35
39
|
/**
|
|
36
40
|
* A short description of the network zone.
|
|
37
41
|
*/
|
|
38
42
|
description?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The ID of the network zone.
|
|
45
|
+
*/
|
|
46
|
+
id?: string;
|
|
39
47
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { NetworkZone } from './network-zone';
|
|
2
2
|
import * as _NetworkZoneFallbackModeTransformation from './network-zone-fallback-mode.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
+
overridesGlobal?: boolean;
|
|
4
5
|
alternativeZones?: string[];
|
|
5
6
|
fallbackMode?: _NetworkZoneFallbackModeTransformation.AsJson;
|
|
6
7
|
numOfOneAgentsUsing?: number;
|
|
7
8
|
numOfConfiguredOneAgents?: number;
|
|
8
9
|
numOfOneAgentsFromOtherZones?: number;
|
|
9
10
|
numOfConfiguredActiveGates?: number;
|
|
10
|
-
|
|
11
|
+
scope?: string;
|
|
11
12
|
description?: string;
|
|
13
|
+
id?: string;
|
|
12
14
|
}
|
|
13
15
|
export declare function fromJson($model: AsJson): NetworkZone;
|
|
14
16
|
export declare function toJson($model: NetworkZone): AsJson;
|
|
@@ -11,14 +11,14 @@ export interface ObjectsList {
|
|
|
11
11
|
* The number of entries per page.
|
|
12
12
|
*/
|
|
13
13
|
pageSize: number;
|
|
14
|
-
/**
|
|
15
|
-
* The total number of entries in the result.
|
|
16
|
-
*/
|
|
17
|
-
totalCount: number;
|
|
18
14
|
/**
|
|
19
15
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
20
16
|
*
|
|
21
17
|
* Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
|
|
22
18
|
*/
|
|
23
19
|
nextPageKey?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The total number of entries in the result.
|
|
22
|
+
*/
|
|
23
|
+
totalCount: number;
|
|
24
24
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import * as _SettingsObjectTransformation from './settings-object.transformation
|
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
items: _SettingsObjectTransformation.AsJson[];
|
|
5
5
|
pageSize: number;
|
|
6
|
-
totalCount: number;
|
|
7
6
|
nextPageKey?: string;
|
|
7
|
+
totalCount: number;
|
|
8
8
|
}
|
|
9
9
|
export declare function fromJson($model: AsJson): ObjectsList;
|
|
10
10
|
export declare function toJson($model: ObjectsList): AsJson;
|
|
@@ -4,13 +4,6 @@ import { PreconditionType } from './precondition-type';
|
|
|
4
4
|
* A precondition for visibility of a property.
|
|
5
5
|
*/
|
|
6
6
|
export interface Precondition {
|
|
7
|
-
precondition?: Precondition;
|
|
8
|
-
/**
|
|
9
|
-
* A list of child preconditions to be evaluated.
|
|
10
|
-
*
|
|
11
|
-
* Only applicable to properties of the `AND` and `OR` types.
|
|
12
|
-
*/
|
|
13
|
-
preconditions?: Precondition[];
|
|
14
7
|
expectedValue?: PreconditionExpectedValue;
|
|
15
8
|
/**
|
|
16
9
|
* A list of valid values of the property.
|
|
@@ -19,14 +12,21 @@ export interface Precondition {
|
|
|
19
12
|
*/
|
|
20
13
|
expectedValues?: any[];
|
|
21
14
|
/**
|
|
22
|
-
*
|
|
15
|
+
* A list of child preconditions to be evaluated.
|
|
16
|
+
*
|
|
17
|
+
* Only applicable to properties of the `AND` and `OR` types.
|
|
23
18
|
*/
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
preconditions?: Precondition[];
|
|
20
|
+
precondition?: Precondition;
|
|
26
21
|
/**
|
|
27
22
|
* The Regular expression which is matched against the property.
|
|
28
23
|
*
|
|
29
24
|
* Only applicable to properties of the `REGEX_MATCH` type.
|
|
30
25
|
*/
|
|
31
26
|
pattern?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The property to be evaluated.
|
|
29
|
+
*/
|
|
30
|
+
property?: string;
|
|
31
|
+
type: PreconditionType;
|
|
32
32
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ import * as _PreconditionExpectedValueTransformation from './precondition-expect
|
|
|
3
3
|
import * as _PreconditionTypeTransformation from './precondition-type.transformation';
|
|
4
4
|
import * as _PreconditionTransformation from './precondition.transformation';
|
|
5
5
|
export interface AsJson {
|
|
6
|
-
precondition?: _PreconditionTransformation.AsJson;
|
|
7
|
-
preconditions?: _PreconditionTransformation.AsJson[];
|
|
8
6
|
expectedValue?: _PreconditionExpectedValueTransformation.AsJson;
|
|
9
7
|
expectedValues?: any[];
|
|
8
|
+
preconditions?: _PreconditionTransformation.AsJson[];
|
|
9
|
+
precondition?: _PreconditionTransformation.AsJson;
|
|
10
|
+
pattern?: string;
|
|
10
11
|
property?: string;
|
|
11
12
|
type: _PreconditionTypeTransformation.AsJson;
|
|
12
|
-
pattern?: string;
|
|
13
13
|
}
|
|
14
14
|
export declare function fromJson($model: AsJson): Precondition;
|
|
15
15
|
export declare function toJson($model: Precondition): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts
CHANGED
|
@@ -3,14 +3,14 @@ import { Comment } from './comment';
|
|
|
3
3
|
* The result of closing a problem.
|
|
4
4
|
*/
|
|
5
5
|
export interface ProblemCloseResult {
|
|
6
|
-
/**
|
|
7
|
-
* The timestamp when the user triggered the closing.
|
|
8
|
-
*/
|
|
9
|
-
closeTimestamp: number;
|
|
10
6
|
/**
|
|
11
7
|
* The ID of the problem.
|
|
12
8
|
*/
|
|
13
9
|
problemId: string;
|
|
10
|
+
/**
|
|
11
|
+
* The timestamp when the user triggered the closing.
|
|
12
|
+
*/
|
|
13
|
+
closeTimestamp: number;
|
|
14
14
|
/**
|
|
15
15
|
* True, if the problem is being closed.
|
|
16
16
|
*/
|