@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
package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
* Configuration of an event property.
|
|
3
3
|
*/
|
|
4
4
|
export interface EventPropertyDetails {
|
|
5
|
-
/**
|
|
6
|
-
* The display name of the event property.
|
|
7
|
-
*/
|
|
8
|
-
displayName?: string;
|
|
9
5
|
/**
|
|
10
6
|
* The property can (`true`) or cannot (`false`) be set during event ingestion.
|
|
11
7
|
*/
|
|
12
8
|
writable?: boolean;
|
|
13
9
|
/**
|
|
14
|
-
* The
|
|
10
|
+
* The display name of the event property.
|
|
15
11
|
*/
|
|
16
|
-
|
|
12
|
+
displayName?: string;
|
|
17
13
|
/**
|
|
18
14
|
* A short description of the event property.
|
|
19
15
|
*/
|
|
20
16
|
description?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The key of the event property.
|
|
19
|
+
*/
|
|
20
|
+
key?: string;
|
|
21
21
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventPropertyDetails } from './event-property-details';
|
|
2
2
|
export interface AsJson {
|
|
3
|
-
displayName?: string;
|
|
4
3
|
writable?: boolean;
|
|
5
|
-
|
|
4
|
+
displayName?: string;
|
|
6
5
|
description?: string;
|
|
6
|
+
key?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare function fromJson($model: AsJson): EventPropertyDetails;
|
|
9
9
|
export declare function toJson($model: EventPropertyDetails): AsJson;
|
|
@@ -8,9 +8,9 @@ export interface EventTypeList {
|
|
|
8
8
|
*/
|
|
9
9
|
eventTypeInfos?: EventType[];
|
|
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 EventTypeList {
|
|
|
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 { EventTypeList } from './event-type-list';
|
|
|
2
2
|
import * as _EventTypeTransformation from './event-type.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
eventTypeInfos?: _EventTypeTransformation.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): EventTypeList;
|
|
10
10
|
export declare function toJson($model: EventTypeList): AsJson;
|
|
@@ -8,12 +8,12 @@ export interface EventType {
|
|
|
8
8
|
* The display name of the event type.
|
|
9
9
|
*/
|
|
10
10
|
displayName?: string;
|
|
11
|
-
/**
|
|
12
|
-
* The event type.
|
|
13
|
-
*/
|
|
14
|
-
type?: string;
|
|
15
11
|
/**
|
|
16
12
|
* A short description of the event type.
|
|
17
13
|
*/
|
|
18
14
|
description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The event type.
|
|
17
|
+
*/
|
|
18
|
+
type?: string;
|
|
19
19
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import * as _EventTypeSeverityLevelTransformation from './event-type-severity-le
|
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
severityLevel?: _EventTypeSeverityLevelTransformation.AsJson;
|
|
5
5
|
displayName?: string;
|
|
6
|
-
type?: string;
|
|
7
6
|
description?: string;
|
|
7
|
+
type?: string;
|
|
8
8
|
}
|
|
9
9
|
export declare function fromJson($model: AsJson): EventType;
|
|
10
10
|
export declare function toJson($model: EventType): AsJson;
|
|
@@ -7,7 +7,19 @@ import { METag } from './me-tag';
|
|
|
7
7
|
* Configuration of an event.
|
|
8
8
|
*/
|
|
9
9
|
export interface Event {
|
|
10
|
+
/**
|
|
11
|
+
* A list of all management zones that the event belongs to.
|
|
12
|
+
*/
|
|
13
|
+
managementZones?: ManagementZone[];
|
|
10
14
|
entityId?: EntityStub;
|
|
15
|
+
/**
|
|
16
|
+
* A list of tags of the related entity.
|
|
17
|
+
*/
|
|
18
|
+
entityTags?: METag[];
|
|
19
|
+
/**
|
|
20
|
+
* If `true`, the event happened while the monitored system was under maintenance.
|
|
21
|
+
*/
|
|
22
|
+
underMaintenance?: boolean;
|
|
11
23
|
/**
|
|
12
24
|
* The alerting status during a [maintenance](https://dt-url.net/b2123rg0):
|
|
13
25
|
*
|
|
@@ -15,10 +27,6 @@ export interface Event {
|
|
|
15
27
|
* * `true`: Alerting is disabled.
|
|
16
28
|
*/
|
|
17
29
|
suppressAlert?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* If `true`, the event happened while the monitored system was under maintenance.
|
|
20
|
-
*/
|
|
21
|
-
underMaintenance?: boolean;
|
|
22
30
|
/**
|
|
23
31
|
* The problem detection status during a [maintenance](https://dt-url.net/b2123rg0):
|
|
24
32
|
*
|
|
@@ -33,42 +41,34 @@ export interface Event {
|
|
|
33
41
|
*/
|
|
34
42
|
frequentEvent?: boolean;
|
|
35
43
|
/**
|
|
36
|
-
* The
|
|
44
|
+
* The ID of the event.
|
|
37
45
|
*/
|
|
38
|
-
|
|
46
|
+
eventId?: string;
|
|
39
47
|
/**
|
|
40
|
-
*
|
|
48
|
+
* The timestamp when the event was closed, in UTC milliseconds.
|
|
49
|
+
*
|
|
50
|
+
* Has the value of `null` if the event is still active.
|
|
41
51
|
*/
|
|
42
|
-
|
|
52
|
+
endTime?: number;
|
|
43
53
|
/**
|
|
44
|
-
* The ID of the event.
|
|
54
|
+
* The correlation ID of the event.
|
|
45
55
|
*/
|
|
46
|
-
|
|
56
|
+
correlationId?: string;
|
|
47
57
|
/**
|
|
48
|
-
*
|
|
58
|
+
* The title of the event.
|
|
49
59
|
*/
|
|
50
|
-
|
|
60
|
+
title?: string;
|
|
51
61
|
/**
|
|
52
|
-
*
|
|
62
|
+
* The type of the event.
|
|
53
63
|
*/
|
|
54
|
-
|
|
64
|
+
eventType?: string;
|
|
55
65
|
status?: EventStatus;
|
|
56
66
|
/**
|
|
57
67
|
* The timestamp when the event was raised, in UTC milliseconds.
|
|
58
68
|
*/
|
|
59
69
|
startTime?: number;
|
|
60
70
|
/**
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
* Has the value of `null` if the event is still active.
|
|
64
|
-
*/
|
|
65
|
-
endTime?: number;
|
|
66
|
-
/**
|
|
67
|
-
* The title of the event.
|
|
68
|
-
*/
|
|
69
|
-
title?: string;
|
|
70
|
-
/**
|
|
71
|
-
* The correlation ID of the event.
|
|
71
|
+
* A list of event properties.
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
properties?: EventProperty[];
|
|
74
74
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts
CHANGED
|
@@ -5,21 +5,21 @@ import * as _EventStatusTransformation from './event-status.transformation';
|
|
|
5
5
|
import * as _ManagementZoneTransformation from './management-zone.transformation';
|
|
6
6
|
import * as _METagTransformation from './me-tag.transformation';
|
|
7
7
|
export interface AsJson {
|
|
8
|
+
managementZones?: _ManagementZoneTransformation.AsJson[];
|
|
8
9
|
entityId?: _EntityStubTransformation.AsJson;
|
|
9
|
-
|
|
10
|
+
entityTags?: _METagTransformation.AsJson[];
|
|
10
11
|
underMaintenance?: boolean;
|
|
12
|
+
suppressAlert?: boolean;
|
|
11
13
|
suppressProblem?: boolean;
|
|
12
14
|
frequentEvent?: boolean;
|
|
13
|
-
eventType?: string;
|
|
14
|
-
managementZones?: _ManagementZoneTransformation.AsJson[];
|
|
15
15
|
eventId?: string;
|
|
16
|
-
entityTags?: _METagTransformation.AsJson[];
|
|
17
|
-
properties?: _EventPropertyTransformation.AsJson[];
|
|
18
|
-
status?: _EventStatusTransformation.AsJson;
|
|
19
|
-
startTime?: number;
|
|
20
16
|
endTime?: number;
|
|
21
|
-
title?: string;
|
|
22
17
|
correlationId?: string;
|
|
18
|
+
title?: string;
|
|
19
|
+
eventType?: string;
|
|
20
|
+
status?: _EventStatusTransformation.AsJson;
|
|
21
|
+
startTime?: number;
|
|
22
|
+
properties?: _EventPropertyTransformation.AsJson[];
|
|
23
23
|
}
|
|
24
24
|
export declare function fromJson($model: AsJson): Event;
|
|
25
25
|
export declare function toJson($model: Event): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts
CHANGED
|
@@ -34,18 +34,6 @@ export interface ExecutionSimpleResults {
|
|
|
34
34
|
* Informs whether is Chrome error.
|
|
35
35
|
*/
|
|
36
36
|
chromeError?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Flag informs whether request was executed on public location.
|
|
39
|
-
*/
|
|
40
|
-
publicLocation?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Request's response size in bytes.
|
|
43
|
-
*/
|
|
44
|
-
responseSize?: number;
|
|
45
|
-
/**
|
|
46
|
-
* A flag indicating that the response payload size limit of 10MB has been exceeded.
|
|
47
|
-
*/
|
|
48
|
-
responseBodySizeLimitExceeded?: boolean;
|
|
49
37
|
/**
|
|
50
38
|
* An expiry date of the first SSL certificate from the certificate chain.
|
|
51
39
|
*/
|
|
@@ -62,6 +50,18 @@ export interface ExecutionSimpleResults {
|
|
|
62
50
|
* A TCP connect time measured in milliseconds.
|
|
63
51
|
*/
|
|
64
52
|
tcpConnectTime?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Flag informs whether request was executed on public location.
|
|
55
|
+
*/
|
|
56
|
+
publicLocation?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Request's response size in bytes.
|
|
59
|
+
*/
|
|
60
|
+
responseSize?: number;
|
|
61
|
+
/**
|
|
62
|
+
* A flag indicating that the response payload size limit of 10MB has been exceeded.
|
|
63
|
+
*/
|
|
64
|
+
responseBodySizeLimitExceeded?: boolean;
|
|
65
65
|
/**
|
|
66
66
|
* A TLS handshake time measured in milliseconds.
|
|
67
67
|
*/
|
|
@@ -8,13 +8,13 @@ export interface AsJson {
|
|
|
8
8
|
engineId?: number;
|
|
9
9
|
httperror?: boolean;
|
|
10
10
|
chromeError?: boolean;
|
|
11
|
-
publicLocation?: boolean;
|
|
12
|
-
responseSize?: number;
|
|
13
|
-
responseBodySizeLimitExceeded?: boolean;
|
|
14
11
|
peerCertificateExpiryDate?: number;
|
|
15
12
|
totalTime?: number;
|
|
16
13
|
hostNameResolutionTime?: number;
|
|
17
14
|
tcpConnectTime?: number;
|
|
15
|
+
publicLocation?: boolean;
|
|
16
|
+
responseSize?: number;
|
|
17
|
+
responseBodySizeLimitExceeded?: boolean;
|
|
18
18
|
tlsHandshakeTime?: number;
|
|
19
19
|
timeToFirstByte?: number;
|
|
20
20
|
redirectionTime?: number;
|
package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ export interface ExportedLogRecordList {
|
|
|
8
8
|
*/
|
|
9
9
|
results?: LogRecord[];
|
|
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 ExportedLogRecordList {
|
|
|
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 { ExportedLogRecordList } from './exported-log-record-list';
|
|
|
2
2
|
import * as _LogRecordTransformation from './log-record.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
4
|
results?: _LogRecordTransformation.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): ExportedLogRecordList;
|
|
10
10
|
export declare function toJson($model: ExportedLogRecordList): AsJson;
|
|
@@ -4,6 +4,7 @@ export interface AsJson {
|
|
|
4
4
|
version?: string;
|
|
5
5
|
status?: string;
|
|
6
6
|
assets?: _AssetInfoDtoTransformation.AsJson[];
|
|
7
|
+
errors?: string[];
|
|
7
8
|
}
|
|
8
9
|
export declare function fromJson($model: AsJson): ExtensionAssetsDto;
|
|
9
10
|
export declare function toJson($model: ExtensionAssetsDto): AsJson;
|
|
@@ -5,10 +5,6 @@ import { Rollup } from './rollup';
|
|
|
5
5
|
* A dimensional or series filter on a metric.
|
|
6
6
|
*/
|
|
7
7
|
export interface Filter {
|
|
8
|
-
/**
|
|
9
|
-
* If the type applies to a dimension, then holds the target dimension.
|
|
10
|
-
*/
|
|
11
|
-
targetDimension?: string;
|
|
12
8
|
/**
|
|
13
9
|
* For filters that match a dimension against a valkue, such as `eq` or `ne`, holds the value to compare the dimension against.
|
|
14
10
|
*/
|
|
@@ -18,14 +14,18 @@ export interface Filter {
|
|
|
18
14
|
* For the operands of `series` filters that match against a number, holds the number to compare against.
|
|
19
15
|
*/
|
|
20
16
|
referenceValue?: number;
|
|
21
|
-
|
|
17
|
+
/**
|
|
18
|
+
* If the type applies to a dimension, then holds the target dimension.
|
|
19
|
+
*/
|
|
20
|
+
targetDimension?: string;
|
|
22
21
|
/**
|
|
23
22
|
* If the type applies to n dimensions, then holds the target dimensions. Currently only used for the `remainder` filter.
|
|
24
23
|
*/
|
|
25
24
|
targetDimensions?: string[];
|
|
26
|
-
|
|
25
|
+
referenceInvocation?: Invocation;
|
|
27
26
|
/**
|
|
28
27
|
* If the type is `not`, `and` or `or`, then holds the contained filters.
|
|
29
28
|
*/
|
|
30
29
|
operands?: Filter[];
|
|
30
|
+
type?: FilterType;
|
|
31
31
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts
CHANGED
|
@@ -4,14 +4,14 @@ import * as _FilterTransformation from './filter.transformation';
|
|
|
4
4
|
import * as _InvocationTransformation from './invocation.transformation';
|
|
5
5
|
import * as _RollupTransformation from './rollup.transformation';
|
|
6
6
|
export interface AsJson {
|
|
7
|
-
targetDimension?: string;
|
|
8
7
|
referenceString?: string;
|
|
9
8
|
rollup?: _RollupTransformation.AsJson;
|
|
10
9
|
referenceValue?: number;
|
|
11
|
-
|
|
10
|
+
targetDimension?: string;
|
|
12
11
|
targetDimensions?: string[];
|
|
13
|
-
|
|
12
|
+
referenceInvocation?: _InvocationTransformation.AsJson;
|
|
14
13
|
operands?: _FilterTransformation.AsJson[];
|
|
14
|
+
type?: _FilterTypeTransformation.AsJson;
|
|
15
15
|
}
|
|
16
16
|
export declare function fromJson($model: AsJson): Filter;
|
|
17
17
|
export declare function toJson($model: Filter): AsJson;
|
|
@@ -248,6 +248,16 @@ export * from './entity-type-list';
|
|
|
248
248
|
export * as _EntityTypeListTransformation from './entity-type-list.transformation';
|
|
249
249
|
export * from './entity-type-property-dto';
|
|
250
250
|
export * as _EntityTypePropertyDtoTransformation from './entity-type-property-dto.transformation';
|
|
251
|
+
export * from './entry-point';
|
|
252
|
+
export * as _EntryPointTransformation from './entry-point.transformation';
|
|
253
|
+
export * from './entry-point-usage-segment';
|
|
254
|
+
export * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
|
|
255
|
+
export * from './entry-point-usage-segment-segment-type';
|
|
256
|
+
export * as _EntryPointUsageSegmentSegmentTypeTransformation from './entry-point-usage-segment-segment-type.transformation';
|
|
257
|
+
export * from './entry-point-usage-segment-source-type';
|
|
258
|
+
export * as _EntryPointUsageSegmentSourceTypeTransformation from './entry-point-usage-segment-source-type.transformation';
|
|
259
|
+
export * from './entry-points';
|
|
260
|
+
export * as _EntryPointsTransformation from './entry-points.transformation';
|
|
251
261
|
export * from './enum-type';
|
|
252
262
|
export * as _EnumTypeTransformation from './enum-type.transformation';
|
|
253
263
|
export * from './enum-type-type';
|
|
@@ -506,6 +516,8 @@ export * from './minimal-extension';
|
|
|
506
516
|
export * as _MinimalExtensionTransformation from './minimal-extension.transformation';
|
|
507
517
|
export * from './mobile-impact';
|
|
508
518
|
export * as _MobileImpactTransformation from './mobile-impact.transformation';
|
|
519
|
+
export * from './modification-info';
|
|
520
|
+
export * as _ModificationInfoTransformation from './modification-info.transformation';
|
|
509
521
|
export * from './monitor-execution-results';
|
|
510
522
|
export * as _MonitorExecutionResultsTransformation from './monitor-execution-results.transformation';
|
|
511
523
|
export * from './monitor-request-execution-result';
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Invocation of a function, e.g. the `entitySelector` function.
|
|
3
3
|
*/
|
|
4
4
|
export interface Invocation {
|
|
5
|
-
/**
|
|
6
|
-
* Function that is invoked, e.g. `entitySelector`.
|
|
7
|
-
*/
|
|
8
|
-
function?: string;
|
|
9
5
|
/**
|
|
10
6
|
* Arguments to pass to the function, e.g. entity selector source code.
|
|
11
7
|
*/
|
|
12
8
|
args?: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Function that is invoked, e.g. `entitySelector`.
|
|
11
|
+
*/
|
|
12
|
+
function?: string;
|
|
13
13
|
}
|
|
@@ -7,7 +7,6 @@ import { UiCustomization } from './ui-customization';
|
|
|
7
7
|
* An item of a collection property.
|
|
8
8
|
*/
|
|
9
9
|
export interface Item {
|
|
10
|
-
datasource?: DatasourceDefinition;
|
|
11
10
|
/**
|
|
12
11
|
* The type referenced by the item's value.
|
|
13
12
|
*/
|
|
@@ -17,6 +16,11 @@ export interface Item {
|
|
|
17
16
|
*/
|
|
18
17
|
documentation?: string;
|
|
19
18
|
uiCustomization?: UiCustomization;
|
|
19
|
+
datasource?: DatasourceDefinition;
|
|
20
|
+
/**
|
|
21
|
+
* A list of constraints limiting the values to be accepted.
|
|
22
|
+
*/
|
|
23
|
+
constraints?: Constraint[];
|
|
20
24
|
/**
|
|
21
25
|
* The subtype of the item's value.
|
|
22
26
|
*/
|
|
@@ -25,14 +29,10 @@ export interface Item {
|
|
|
25
29
|
* The display name of the item.
|
|
26
30
|
*/
|
|
27
31
|
displayName?: string;
|
|
28
|
-
type: ItemType;
|
|
29
32
|
/**
|
|
30
33
|
* A short description of the item.
|
|
31
34
|
*/
|
|
32
35
|
description?: string;
|
|
33
36
|
metadata?: ItemMetadata;
|
|
34
|
-
|
|
35
|
-
* A list of constraints limiting the values to be accepted.
|
|
36
|
-
*/
|
|
37
|
-
constraints?: Constraint[];
|
|
37
|
+
type: ItemType;
|
|
38
38
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts
CHANGED
|
@@ -5,16 +5,16 @@ import * as _ItemMetadataTransformation from './item-metadata.transformation';
|
|
|
5
5
|
import * as _ItemTypeTransformation from './item-type.transformation';
|
|
6
6
|
import * as _UiCustomizationTransformation from './ui-customization.transformation';
|
|
7
7
|
export interface AsJson {
|
|
8
|
-
datasource?: _DatasourceDefinitionTransformation.AsJson;
|
|
9
8
|
referencedType?: string;
|
|
10
9
|
documentation?: string;
|
|
11
10
|
uiCustomization?: _UiCustomizationTransformation.AsJson;
|
|
11
|
+
datasource?: _DatasourceDefinitionTransformation.AsJson;
|
|
12
|
+
constraints?: _ConstraintTransformation.AsJson[];
|
|
12
13
|
subType?: string;
|
|
13
14
|
displayName?: string;
|
|
14
|
-
type: _ItemTypeTransformation.AsJson;
|
|
15
15
|
description?: string;
|
|
16
16
|
metadata?: _ItemMetadataTransformation.AsJson;
|
|
17
|
-
|
|
17
|
+
type: _ItemTypeTransformation.AsJson;
|
|
18
18
|
}
|
|
19
19
|
export declare function fromJson($model: AsJson): Item;
|
|
20
20
|
export declare function toJson($model: Item): AsJson;
|
|
@@ -6,14 +6,14 @@ import { LogRecordStatus } from './log-record-status';
|
|
|
6
6
|
*/
|
|
7
7
|
export interface LogRecord {
|
|
8
8
|
additionalColumns?: LogRecordAdditionalColumns;
|
|
9
|
-
eventType?: LogRecordEventType;
|
|
10
9
|
/**
|
|
11
10
|
* The timestamp of the log record, in UTC milliseconds.
|
|
12
11
|
*/
|
|
13
12
|
timestamp?: number;
|
|
13
|
+
eventType?: LogRecordEventType;
|
|
14
|
+
status?: LogRecordStatus;
|
|
14
15
|
/**
|
|
15
16
|
* The content of the log record.
|
|
16
17
|
*/
|
|
17
18
|
content?: string;
|
|
18
|
-
status?: LogRecordStatus;
|
|
19
19
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ import * as _LogRecordEventTypeTransformation from './log-record-event-type.tran
|
|
|
4
4
|
import * as _LogRecordStatusTransformation from './log-record-status.transformation';
|
|
5
5
|
export interface AsJson {
|
|
6
6
|
additionalColumns?: _LogRecordAdditionalColumnsTransformation.AsJson;
|
|
7
|
-
eventType?: _LogRecordEventTypeTransformation.AsJson;
|
|
8
7
|
timestamp?: number;
|
|
9
|
-
|
|
8
|
+
eventType?: _LogRecordEventTypeTransformation.AsJson;
|
|
10
9
|
status?: _LogRecordStatusTransformation.AsJson;
|
|
10
|
+
content?: string;
|
|
11
11
|
}
|
|
12
12
|
export declare function fromJson($model: AsJson): LogRecord;
|
|
13
13
|
export declare function toJson($model: LogRecord): AsJson;
|
|
@@ -3,12 +3,6 @@ import { MetricSeriesCollection } from './metric-series-collection';
|
|
|
3
3
|
* A list of metrics and their data points.
|
|
4
4
|
*/
|
|
5
5
|
export interface MetricData {
|
|
6
|
-
/**
|
|
7
|
-
* The total number of primary entities in the result.
|
|
8
|
-
*
|
|
9
|
-
* Has the `0` value if none of the requested metrics is suitable for pagination.
|
|
10
|
-
*/
|
|
11
|
-
totalCount: number;
|
|
12
6
|
/**
|
|
13
7
|
* Deprecated. This field is returned for compatibility reasons. It always has the value of `null`.
|
|
14
8
|
*/
|
|
@@ -17,12 +11,18 @@ export interface MetricData {
|
|
|
17
11
|
* The timeslot resolution in the result.
|
|
18
12
|
*/
|
|
19
13
|
resolution: string;
|
|
20
|
-
/**
|
|
21
|
-
* A list of metrics and their data points.
|
|
22
|
-
*/
|
|
23
|
-
result: MetricSeriesCollection[];
|
|
24
14
|
/**
|
|
25
15
|
* A list of warnings
|
|
26
16
|
*/
|
|
27
17
|
warnings: string[];
|
|
18
|
+
/**
|
|
19
|
+
* The total number of primary entities in the result.
|
|
20
|
+
*
|
|
21
|
+
* Has the `0` value if none of the requested metrics is suitable for pagination.
|
|
22
|
+
*/
|
|
23
|
+
totalCount: number;
|
|
24
|
+
/**
|
|
25
|
+
* A list of metrics and their data points.
|
|
26
|
+
*/
|
|
27
|
+
result: MetricSeriesCollection[];
|
|
28
28
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { MetricData } from './metric-data';
|
|
2
2
|
import * as _MetricSeriesCollectionTransformation from './metric-series-collection.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
totalCount: number;
|
|
5
4
|
nextPageKey?: string;
|
|
6
5
|
resolution: string;
|
|
7
|
-
result: _MetricSeriesCollectionTransformation.AsJson[];
|
|
8
6
|
warnings: string[];
|
|
7
|
+
totalCount: number;
|
|
8
|
+
result: _MetricSeriesCollectionTransformation.AsJson[];
|
|
9
9
|
}
|
|
10
10
|
export declare function fromJson($model: AsJson): MetricData;
|
|
11
11
|
export declare function toJson($model: MetricData): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ import { MetricDefaultAggregationType } from './metric-default-aggregation-type'
|
|
|
3
3
|
* The default aggregation of a metric.
|
|
4
4
|
*/
|
|
5
5
|
export interface MetricDefaultAggregation {
|
|
6
|
-
type: MetricDefaultAggregationType;
|
|
7
6
|
/**
|
|
8
7
|
* The percentile to be delivered. Valid values are between `0` and `100`.
|
|
9
8
|
*
|
|
10
9
|
* Applicable only to the `percentile` aggregation type.
|
|
11
10
|
*/
|
|
12
11
|
parameter?: number;
|
|
12
|
+
type: MetricDefaultAggregationType;
|
|
13
13
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MetricDefaultAggregation } from './metric-default-aggregation';
|
|
2
2
|
import * as _MetricDefaultAggregationTypeTransformation from './metric-default-aggregation-type.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
type: _MetricDefaultAggregationTypeTransformation.AsJson;
|
|
5
4
|
parameter?: number;
|
|
5
|
+
type: _MetricDefaultAggregationTypeTransformation.AsJson;
|
|
6
6
|
}
|
|
7
7
|
export declare function fromJson($model: AsJson): MetricDefaultAggregation;
|
|
8
8
|
export declare function toJson($model: MetricDefaultAggregation): AsJson;
|
|
@@ -3,10 +3,6 @@ import { MetricDescriptor } from './metric-descriptor';
|
|
|
3
3
|
* A list of metrics along with their descriptors.
|
|
4
4
|
*/
|
|
5
5
|
export interface MetricDescriptorCollection {
|
|
6
|
-
/**
|
|
7
|
-
* The estimated number of metrics in the result.
|
|
8
|
-
*/
|
|
9
|
-
totalCount: number;
|
|
10
6
|
/**
|
|
11
7
|
* The cursor for the next page of results. Has the value of `null` on the last page.
|
|
12
8
|
*
|
|
@@ -21,4 +17,8 @@ export interface MetricDescriptorCollection {
|
|
|
21
17
|
* A list of potential warnings about the query. For example deprecated feature usage etc.
|
|
22
18
|
*/
|
|
23
19
|
warnings?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* The estimated number of metrics in the result.
|
|
22
|
+
*/
|
|
23
|
+
totalCount: number;
|
|
24
24
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MetricDescriptorCollection } from './metric-descriptor-collection';
|
|
2
2
|
import * as _MetricDescriptorTransformation from './metric-descriptor.transformation';
|
|
3
3
|
export interface AsJson {
|
|
4
|
-
totalCount: number;
|
|
5
4
|
nextPageKey: string;
|
|
6
5
|
metrics: _MetricDescriptorTransformation.AsJson[];
|
|
7
6
|
warnings?: string[];
|
|
7
|
+
totalCount: number;
|
|
8
8
|
}
|
|
9
9
|
export declare function fromJson($model: AsJson): MetricDescriptorCollection;
|
|
10
10
|
export declare function toJson($model: MetricDescriptorCollection): AsJson;
|