@dynatrace-sdk/client-classic-environment-v2 1.4.2 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/README.md +1 -1
- package/cjs/index.js +17390 -8651
- package/docs/DOCS.md +6685 -3514
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +17505 -8679
- package/package.json +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +61 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +6 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/unified-analysis-api.d.ts +670 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/action-definition-dto.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-definition-dto.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-properties.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-properties.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-button-color.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-button-color.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-dto.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-markdown-dto.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/action-markdown-dto.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.transformation.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/axes.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/axes.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/axis.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/axis.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker-marker-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker-marker-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-marker-marker-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-marker-marker-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-marker.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-marker.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-1-query-ui-context.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-1-query-ui-context.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-2-body.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-2-body.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-1-query-ui-context.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-1-query-ui-context.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-query-ui-context.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-query-ui-context.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +340 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-dimension-filter.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-dimension-filter.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-marker-type.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-marker-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-properties.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-properties.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker.d.ts +50 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker.transformation.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +0 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +0 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-anchor-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-anchor-dto.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table.d.ts +56 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table.transformation.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-parameters.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-parameters.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumbs-definition.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumbs-definition.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-break-line.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-break-line.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-metadata.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-metadata.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-source.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-source.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-default-aggregation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-default-aggregation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-fold-transformation.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-fold-transformation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-visualization-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-visualization-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition.d.ts +88 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition.transformation.d.ts +43 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-mode.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-mode.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition.d.ts +51 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition.transformation.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-default-aggregation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-default-aggregation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-fold-transformation.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-fold-transformation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-visualization-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-visualization-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition.d.ts +89 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition.transformation.d.ts +44 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-selectors.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-selectors.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate-candidate-type.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate-candidate-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate.transformation.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto-dimension-map.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto-dimension-map.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-option.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-option.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-y-axis.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-y-axis.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition.transformation.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition-data.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition-data.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-additional-command.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-additional-command.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-lookup.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-lookup.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query-split.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query-split.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-width-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-width-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition.d.ts +37 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-column-definition.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-column-definition.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-definition.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-definition.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table.d.ts +44 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table.transformation.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference-candidate-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference-candidate-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-state.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-state.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-empty-state.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-empty-state.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter-group.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter-group.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filtering-definition.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filtering-definition.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list.d.ts +89 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list.transformation.d.ts +38 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property-property-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property-property-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property.d.ts +59 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property.transformation.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-feature-flags.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-feature-flags.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-metrics-metadata.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-metrics-metadata.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition.d.ts +136 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition.transformation.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input-ui-context.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input-ui-context.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input.transformation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card.d.ts +65 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card.transformation.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-header.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-header.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting-order.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting-order.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-feature-flags.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-feature-flags.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-metrics-metadata.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-metrics-metadata.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition.d.ts +91 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition.transformation.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card.d.ts +65 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card.transformation.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-entity-marker.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-entity-marker.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-event-marker.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-event-marker.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-metric-marker.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-metric-marker.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options-color.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options-color.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button-color.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button-color.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options-theme.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options-theme.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options.transformation.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-type.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card.transformation.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-message-type.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-message-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-message.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-correlation.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-correlation.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table.d.ts +72 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table.transformation.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition.transformation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition.transformation.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-relationship.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-relationship.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity-types.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity-types.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto-feature-flags.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto-feature-flags.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-schema.d.ts +63 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-schema.transformation.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview-icon-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview-icon-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview.transformation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-state.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-state.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition.d.ts +44 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition.transformation.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-splitting-chart-config.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-splitting-chart-config.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto-fold-transformation.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto-fold-transformation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto.transformation.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition.transformation.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition-width.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition-width.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition.transformation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-default-aggregation.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-default-aggregation.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-possible-aggregations-item.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-possible-aggregations-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-series-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-series-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-theme.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-theme.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties.transformation.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties-series-type.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties-series-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-rule.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-rule.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-serie-override.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-serie-override.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-axis-target.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-axis-target.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-rule.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-rule.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold.transformation.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/y-axis-position.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/y-axis-position.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/y-axis.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/y-axis.transformation.d.ts +13 -0
- package/types/packages/http-client/src/index.d.ts +1 -1
- package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +1 -0
- package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +1 -0
- package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +1 -0
- package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/main-event.d.ts +0 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/main-event.transformation.d.ts +0 -7
|
@@ -0,0 +1,670 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { GetListScreenDefinition_1QueryUiContext } from '../models/get-list-screen-definition-1-query-ui-context';
|
|
3
|
+
import { GetListScreenDefinition_2Body } from '../models/get-list-screen-definition-2-body';
|
|
4
|
+
import { GetScreenDefinition_1QueryUiContext } from '../models/get-screen-definition-1-query-ui-context';
|
|
5
|
+
import { GetScreenDefinitionQueryUiContext } from '../models/get-screen-definition-query-ui-context';
|
|
6
|
+
import { UACorrelationCandidatesInputDto } from '../models/ua-correlation-candidates-input-dto';
|
|
7
|
+
import { UAEntityScreenDefinition } from '../models/ua-entity-screen-definition';
|
|
8
|
+
import { UAEntityScreenInput } from '../models/ua-entity-screen-input';
|
|
9
|
+
import { UAListScreenDefinition } from '../models/ua-list-screen-definition';
|
|
10
|
+
import { UAReleasedEntity } from '../models/ua-released-entity';
|
|
11
|
+
import { UAReleasedEntityTypes } from '../models/ua-released-entity-types';
|
|
12
|
+
import { UAScreenDefinitionResponseDto } from '../models/ua-screen-definition-response-dto';
|
|
13
|
+
/**
|
|
14
|
+
* Read entity page definition
|
|
15
|
+
*/
|
|
16
|
+
export declare class UnifiedAnalysisClient {
|
|
17
|
+
private httpClient;
|
|
18
|
+
/**
|
|
19
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a UnifiedAnalysisClient. Custom http client should implement {HttpClient} interface.
|
|
20
|
+
* @example
|
|
21
|
+
* const unifiedAnalysisClientNodeJs = new UnifiedAnalysisClient(yourCustomImplementation);
|
|
22
|
+
*/
|
|
23
|
+
constructor(httpClientImplementation: HttpClient);
|
|
24
|
+
/**
|
|
25
|
+
* Provides the correlation candidates of a metric | maturity=EARLY_ADOPTER
|
|
26
|
+
*
|
|
27
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
28
|
+
*
|
|
29
|
+
* @returns Success
|
|
30
|
+
*
|
|
31
|
+
* @example <caption>Code example</caption>
|
|
32
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
33
|
+
*
|
|
34
|
+
* const data =
|
|
35
|
+
* await unifiedAnalysisClient.getCorrelationCandidates({
|
|
36
|
+
* body: { metricExpression: "..." },
|
|
37
|
+
* });
|
|
38
|
+
*/
|
|
39
|
+
getCorrelationCandidates(config: {
|
|
40
|
+
body: UACorrelationCandidatesInputDto;
|
|
41
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UACorrelationCandidatesInputDto` type */ type?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The start of the requested timeframe.
|
|
44
|
+
*
|
|
45
|
+
* You can use one of the following formats:
|
|
46
|
+
* * Timestamp in UTC milliseconds.
|
|
47
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
48
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
49
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
50
|
+
* Supported time units for the relative timeframe are:
|
|
51
|
+
* * `m`: minutes
|
|
52
|
+
* * `h`: hours
|
|
53
|
+
* * `d`: days
|
|
54
|
+
* * `w`: weeks
|
|
55
|
+
* * `M`: months
|
|
56
|
+
* * `y`: years
|
|
57
|
+
*
|
|
58
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
59
|
+
*/ from?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The end of the requested timeframe.
|
|
62
|
+
*
|
|
63
|
+
* You can use one of the following formats:
|
|
64
|
+
* * Timestamp in UTC milliseconds.
|
|
65
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
66
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
67
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
68
|
+
* Supported time units for the relative timeframe are:
|
|
69
|
+
* * `m`: minutes
|
|
70
|
+
* * `h`: hours
|
|
71
|
+
* * `d`: days
|
|
72
|
+
* * `w`: weeks
|
|
73
|
+
* * `M`: months
|
|
74
|
+
* * `y`: years
|
|
75
|
+
*
|
|
76
|
+
* If not set, the current timestamp is used.
|
|
77
|
+
*/ to?: string;
|
|
78
|
+
abortSignal?: AbortSignal;
|
|
79
|
+
}): Promise<UAEntityScreenDefinition>;
|
|
80
|
+
/**
|
|
81
|
+
* Download UA configuration stored in Settings 2.0. | maturity=EARLY_ADOPTER
|
|
82
|
+
*
|
|
83
|
+
* **One of the following scopes is required:**
|
|
84
|
+
* + unified-analysis:screen-definition:read
|
|
85
|
+
* + settings:objects:read
|
|
86
|
+
*
|
|
87
|
+
* <br/>**Required permission:** environment:roles:viewer
|
|
88
|
+
*
|
|
89
|
+
* @returns Ok - download file
|
|
90
|
+
*
|
|
91
|
+
* @example <caption>Code example</caption>
|
|
92
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
93
|
+
*
|
|
94
|
+
* const data = await unifiedAnalysisClient.downloadConfig({
|
|
95
|
+
* scopeClass: "...",
|
|
96
|
+
* scopeIdentifier: "...",
|
|
97
|
+
* });
|
|
98
|
+
*/
|
|
99
|
+
downloadConfig(config: {
|
|
100
|
+
/** Settings 2.0 scope class. */ scopeClass: string;
|
|
101
|
+
/** Settings 2.0 scope identifier. */ scopeIdentifier: string;
|
|
102
|
+
abortSignal?: AbortSignal;
|
|
103
|
+
}): Promise<void>;
|
|
104
|
+
/**
|
|
105
|
+
* Provide a screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
|
|
106
|
+
*
|
|
107
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
108
|
+
*
|
|
109
|
+
* @returns Success
|
|
110
|
+
*
|
|
111
|
+
* @example <caption>Code example</caption>
|
|
112
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
113
|
+
*
|
|
114
|
+
* const data =
|
|
115
|
+
* await unifiedAnalysisClient.getSingleEntityScreenDefinition(
|
|
116
|
+
* { body: { entityId: "..." } },
|
|
117
|
+
* );
|
|
118
|
+
*/
|
|
119
|
+
getSingleEntityScreenDefinition(config: {
|
|
120
|
+
body: UAEntityScreenInput;
|
|
121
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UAEntityScreenInput` type */ type?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The start of the requested timeframe.
|
|
124
|
+
*
|
|
125
|
+
* You can use one of the following formats:
|
|
126
|
+
* * Timestamp in UTC milliseconds.
|
|
127
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
128
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
129
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
130
|
+
* Supported time units for the relative timeframe are:
|
|
131
|
+
* * `m`: minutes
|
|
132
|
+
* * `h`: hours
|
|
133
|
+
* * `d`: days
|
|
134
|
+
* * `w`: weeks
|
|
135
|
+
* * `M`: months
|
|
136
|
+
* * `y`: years
|
|
137
|
+
*
|
|
138
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
139
|
+
*/ from?: string;
|
|
140
|
+
/**
|
|
141
|
+
* The end of the requested timeframe.
|
|
142
|
+
*
|
|
143
|
+
* You can use one of the following formats:
|
|
144
|
+
* * Timestamp in UTC milliseconds.
|
|
145
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
146
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
147
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
148
|
+
* Supported time units for the relative timeframe are:
|
|
149
|
+
* * `m`: minutes
|
|
150
|
+
* * `h`: hours
|
|
151
|
+
* * `d`: days
|
|
152
|
+
* * `w`: weeks
|
|
153
|
+
* * `M`: months
|
|
154
|
+
* * `y`: years
|
|
155
|
+
*
|
|
156
|
+
* If not set, the current timestamp is used.
|
|
157
|
+
*/ to?: string;
|
|
158
|
+
abortSignal?: AbortSignal;
|
|
159
|
+
}): Promise<UAEntityScreenDefinition>;
|
|
160
|
+
/**
|
|
161
|
+
* Provide a list screen definition for a given monitored entity type | maturity=EARLY_ADOPTER
|
|
162
|
+
*
|
|
163
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
164
|
+
*
|
|
165
|
+
* @returns Success
|
|
166
|
+
*
|
|
167
|
+
* @example <caption>Code example</caption>
|
|
168
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
169
|
+
*
|
|
170
|
+
* const data =
|
|
171
|
+
* await unifiedAnalysisClient.getListScreenDefinition({
|
|
172
|
+
* body: { entityId: "..." },
|
|
173
|
+
* });
|
|
174
|
+
*/
|
|
175
|
+
getListScreenDefinition(config: {
|
|
176
|
+
body: UAEntityScreenInput;
|
|
177
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UAEntityScreenInput` type */ type?: string;
|
|
178
|
+
/**
|
|
179
|
+
* The start of the requested timeframe.
|
|
180
|
+
*
|
|
181
|
+
* You can use one of the following formats:
|
|
182
|
+
* * Timestamp in UTC milliseconds.
|
|
183
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
184
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
185
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
186
|
+
* Supported time units for the relative timeframe are:
|
|
187
|
+
* * `m`: minutes
|
|
188
|
+
* * `h`: hours
|
|
189
|
+
* * `d`: days
|
|
190
|
+
* * `w`: weeks
|
|
191
|
+
* * `M`: months
|
|
192
|
+
* * `y`: years
|
|
193
|
+
*
|
|
194
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
195
|
+
*/ from?: string;
|
|
196
|
+
/**
|
|
197
|
+
* The end of the requested timeframe.
|
|
198
|
+
*
|
|
199
|
+
* You can use one of the following formats:
|
|
200
|
+
* * Timestamp in UTC milliseconds.
|
|
201
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
202
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
203
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
204
|
+
* Supported time units for the relative timeframe are:
|
|
205
|
+
* * `m`: minutes
|
|
206
|
+
* * `h`: hours
|
|
207
|
+
* * `d`: days
|
|
208
|
+
* * `w`: weeks
|
|
209
|
+
* * `M`: months
|
|
210
|
+
* * `y`: years
|
|
211
|
+
*
|
|
212
|
+
* If not set, the current timestamp is used.
|
|
213
|
+
*/ to?: string;
|
|
214
|
+
abortSignal?: AbortSignal;
|
|
215
|
+
}): Promise<UAListScreenDefinition>;
|
|
216
|
+
/**
|
|
217
|
+
* Provide a list screen definition for a given monitored entity type | maturity=EARLY_ADOPTER
|
|
218
|
+
*
|
|
219
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
220
|
+
*
|
|
221
|
+
* @returns Success
|
|
222
|
+
*
|
|
223
|
+
* @example <caption>Code example</caption>
|
|
224
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
225
|
+
*
|
|
226
|
+
* const data =
|
|
227
|
+
* await unifiedAnalysisClient.getListScreenDefinition_1({
|
|
228
|
+
* entityType: "...",
|
|
229
|
+
* });
|
|
230
|
+
*/
|
|
231
|
+
getListScreenDefinition_1(config: {
|
|
232
|
+
/** The entity type. */ entityType: string;
|
|
233
|
+
/** A optional list screen state state id */ stateId?: string;
|
|
234
|
+
/** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
|
|
235
|
+
/**
|
|
236
|
+
* The start of the requested timeframe.
|
|
237
|
+
*
|
|
238
|
+
* You can use one of the following formats:
|
|
239
|
+
* * Timestamp in UTC milliseconds.
|
|
240
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
241
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
242
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
243
|
+
* Supported time units for the relative timeframe are:
|
|
244
|
+
* * `m`: minutes
|
|
245
|
+
* * `h`: hours
|
|
246
|
+
* * `d`: days
|
|
247
|
+
* * `w`: weeks
|
|
248
|
+
* * `M`: months
|
|
249
|
+
* * `y`: years
|
|
250
|
+
*
|
|
251
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
252
|
+
*/ from?: string;
|
|
253
|
+
/**
|
|
254
|
+
* The end of the requested timeframe.
|
|
255
|
+
*
|
|
256
|
+
* You can use one of the following formats:
|
|
257
|
+
* * Timestamp in UTC milliseconds.
|
|
258
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
259
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
260
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
261
|
+
* Supported time units for the relative timeframe are:
|
|
262
|
+
* * `m`: minutes
|
|
263
|
+
* * `h`: hours
|
|
264
|
+
* * `d`: days
|
|
265
|
+
* * `w`: weeks
|
|
266
|
+
* * `M`: months
|
|
267
|
+
* * `y`: years
|
|
268
|
+
*
|
|
269
|
+
* If not set, the current timestamp is used.
|
|
270
|
+
*/ to?: string;
|
|
271
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
272
|
+
/** Time zone offset for markers time formatting */ timezone?: string;
|
|
273
|
+
/** UI context of a request */ uiContext?: GetListScreenDefinition_1QueryUiContext;
|
|
274
|
+
abortSignal?: AbortSignal;
|
|
275
|
+
}): Promise<UAListScreenDefinition>;
|
|
276
|
+
/**
|
|
277
|
+
* Stored the provided list screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
|
|
278
|
+
*
|
|
279
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
280
|
+
*
|
|
281
|
+
* @example <caption>Code example</caption>
|
|
282
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
283
|
+
*
|
|
284
|
+
* const data =
|
|
285
|
+
* await unifiedAnalysisClient.storeListScreenState({
|
|
286
|
+
* entityType: "...",
|
|
287
|
+
* stateId: "...",
|
|
288
|
+
* body: "...",
|
|
289
|
+
* });
|
|
290
|
+
*/
|
|
291
|
+
storeListScreenState(config: {
|
|
292
|
+
body: string;
|
|
293
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
|
|
294
|
+
/** The entity type. */ entityType: string;
|
|
295
|
+
/** The screen state id that should be stored */ stateId: string;
|
|
296
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
297
|
+
abortSignal?: AbortSignal;
|
|
298
|
+
}): Promise<void>;
|
|
299
|
+
/**
|
|
300
|
+
* Provide a list screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
|
|
301
|
+
*
|
|
302
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
303
|
+
*
|
|
304
|
+
* @returns Success
|
|
305
|
+
*
|
|
306
|
+
* @example <caption>Code example</caption>
|
|
307
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
308
|
+
*
|
|
309
|
+
* const data =
|
|
310
|
+
* await unifiedAnalysisClient.getListScreenDefinition_2({
|
|
311
|
+
* entityType: "...",
|
|
312
|
+
* screenType: "...",
|
|
313
|
+
* body: GetListScreenDefinition_2Body.Classic,
|
|
314
|
+
* });
|
|
315
|
+
*/
|
|
316
|
+
getListScreenDefinition_2(config: {
|
|
317
|
+
body: GetListScreenDefinition_2Body;
|
|
318
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `GetListScreenDefinition_2Body` type */ type?: string;
|
|
319
|
+
/** The entity type. */ entityType: string;
|
|
320
|
+
/** The screen type. If not specified default is used */ screenType: string;
|
|
321
|
+
/** A optional screen state state id */ stateId?: string;
|
|
322
|
+
/** A optional me sub type */ meSubType?: string;
|
|
323
|
+
/** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
|
|
324
|
+
/**
|
|
325
|
+
* The start of the requested timeframe.
|
|
326
|
+
*
|
|
327
|
+
* You can use one of the following formats:
|
|
328
|
+
* * Timestamp in UTC milliseconds.
|
|
329
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
330
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
331
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
332
|
+
* Supported time units for the relative timeframe are:
|
|
333
|
+
* * `m`: minutes
|
|
334
|
+
* * `h`: hours
|
|
335
|
+
* * `d`: days
|
|
336
|
+
* * `w`: weeks
|
|
337
|
+
* * `M`: months
|
|
338
|
+
* * `y`: years
|
|
339
|
+
*
|
|
340
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
341
|
+
*/ from?: string;
|
|
342
|
+
/**
|
|
343
|
+
* The end of the requested timeframe.
|
|
344
|
+
*
|
|
345
|
+
* You can use one of the following formats:
|
|
346
|
+
* * Timestamp in UTC milliseconds.
|
|
347
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
348
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
349
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
350
|
+
* Supported time units for the relative timeframe are:
|
|
351
|
+
* * `m`: minutes
|
|
352
|
+
* * `h`: hours
|
|
353
|
+
* * `d`: days
|
|
354
|
+
* * `w`: weeks
|
|
355
|
+
* * `M`: months
|
|
356
|
+
* * `y`: years
|
|
357
|
+
*
|
|
358
|
+
* If not set, the current timestamp is used.
|
|
359
|
+
*/ to?: string;
|
|
360
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
361
|
+
/** Time zone offset for markers time formatting */ timezone?: string;
|
|
362
|
+
abortSignal?: AbortSignal;
|
|
363
|
+
}): Promise<UAListScreenDefinition>;
|
|
364
|
+
/**
|
|
365
|
+
* Stored the provided list screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
|
|
366
|
+
*
|
|
367
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
368
|
+
*
|
|
369
|
+
* @example <caption>Code example</caption>
|
|
370
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
371
|
+
*
|
|
372
|
+
* const data =
|
|
373
|
+
* await unifiedAnalysisClient.storeListScreenState_1({
|
|
374
|
+
* entityType: "...",
|
|
375
|
+
* screenType: "...",
|
|
376
|
+
* stateId: "...",
|
|
377
|
+
* body: "...",
|
|
378
|
+
* });
|
|
379
|
+
*/
|
|
380
|
+
storeListScreenState_1(config: {
|
|
381
|
+
body: string;
|
|
382
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
|
|
383
|
+
/** The entity type. */ entityType: string;
|
|
384
|
+
/** The screen type. If not specified default is used */ screenType: string;
|
|
385
|
+
/** The screen state id that should be stored */ stateId: string;
|
|
386
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
387
|
+
abortSignal?: AbortSignal;
|
|
388
|
+
}): Promise<void>;
|
|
389
|
+
/**
|
|
390
|
+
* Provide a list of entity types that are released and navigation should lead to UA page | maturity=EARLY_ADOPTER
|
|
391
|
+
*
|
|
392
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
393
|
+
*
|
|
394
|
+
* @returns Success
|
|
395
|
+
*
|
|
396
|
+
* @example <caption>Code example</caption>
|
|
397
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
398
|
+
*
|
|
399
|
+
* const data =
|
|
400
|
+
* await unifiedAnalysisClient.getReleasedEntityTypes();
|
|
401
|
+
*/
|
|
402
|
+
getReleasedEntityTypes(abortSignal?: AbortSignal): Promise<UAReleasedEntityTypes>;
|
|
403
|
+
/**
|
|
404
|
+
* Provide information if entity is released and entity navigation should lead to UA page | maturity=EARLY_ADOPTER
|
|
405
|
+
*
|
|
406
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
407
|
+
*
|
|
408
|
+
* @returns Success
|
|
409
|
+
*
|
|
410
|
+
* @example <caption>Code example</caption>
|
|
411
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
412
|
+
*
|
|
413
|
+
* const data = await unifiedAnalysisClient.isEntityReleased({
|
|
414
|
+
* entityId: "...",
|
|
415
|
+
* });
|
|
416
|
+
*/
|
|
417
|
+
isEntityReleased(config: {
|
|
418
|
+
/** The ID of the required entity. */ entityId: string;
|
|
419
|
+
/**
|
|
420
|
+
* The start of the requested timeframe.
|
|
421
|
+
*
|
|
422
|
+
* You can use one of the following formats:
|
|
423
|
+
* * Timestamp in UTC milliseconds.
|
|
424
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
425
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
426
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
427
|
+
* Supported time units for the relative timeframe are:
|
|
428
|
+
* * `m`: minutes
|
|
429
|
+
* * `h`: hours
|
|
430
|
+
* * `d`: days
|
|
431
|
+
* * `w`: weeks
|
|
432
|
+
* * `M`: months
|
|
433
|
+
* * `y`: years
|
|
434
|
+
*
|
|
435
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
436
|
+
*/ from?: string;
|
|
437
|
+
/**
|
|
438
|
+
* The end of the requested timeframe.
|
|
439
|
+
*
|
|
440
|
+
* You can use one of the following formats:
|
|
441
|
+
* * Timestamp in UTC milliseconds.
|
|
442
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
443
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
444
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
445
|
+
* Supported time units for the relative timeframe are:
|
|
446
|
+
* * `m`: minutes
|
|
447
|
+
* * `h`: hours
|
|
448
|
+
* * `d`: days
|
|
449
|
+
* * `w`: weeks
|
|
450
|
+
* * `M`: months
|
|
451
|
+
* * `y`: years
|
|
452
|
+
*
|
|
453
|
+
* If not set, the current timestamp is used.
|
|
454
|
+
*/ to?: string;
|
|
455
|
+
abortSignal?: AbortSignal;
|
|
456
|
+
}): Promise<UAReleasedEntity>;
|
|
457
|
+
/**
|
|
458
|
+
* Provide a screen definition schema for given entity type | maturity=EARLY_ADOPTER
|
|
459
|
+
*
|
|
460
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
461
|
+
*
|
|
462
|
+
* @returns Success
|
|
463
|
+
*
|
|
464
|
+
* @example <caption>Code example</caption>
|
|
465
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
466
|
+
*
|
|
467
|
+
* const data =
|
|
468
|
+
* await unifiedAnalysisClient.getScreenDefinitionSchema({
|
|
469
|
+
* entityType: "...",
|
|
470
|
+
* });
|
|
471
|
+
*/
|
|
472
|
+
getScreenDefinitionSchema(config: {
|
|
473
|
+
/** The entity type. */ entityType: string;
|
|
474
|
+
abortSignal?: AbortSignal;
|
|
475
|
+
}): Promise<UAScreenDefinitionResponseDto>;
|
|
476
|
+
/**
|
|
477
|
+
* Sync settings 2.0 UA configuration with one stored in cluster json files. | maturity=EARLY_ADOPTER
|
|
478
|
+
*
|
|
479
|
+
* **One of the following scopes is required:**
|
|
480
|
+
* + unified-analysis:screen-definition:read
|
|
481
|
+
* + settings:objects:write
|
|
482
|
+
* + settings:objects:read
|
|
483
|
+
*
|
|
484
|
+
* <br/>**Required permission:** environment:roles:viewer
|
|
485
|
+
*
|
|
486
|
+
* @example <caption>Code example</caption>
|
|
487
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
488
|
+
*
|
|
489
|
+
* const data = await unifiedAnalysisClient.syncConfig({
|
|
490
|
+
* scopeClass: "...",
|
|
491
|
+
* scopeIdentifier: "...",
|
|
492
|
+
* });
|
|
493
|
+
*/
|
|
494
|
+
syncConfig(config: {
|
|
495
|
+
/** Settings 2.0 scope class. */ scopeClass: string;
|
|
496
|
+
/** Settings 2.0 scope identifier. */ scopeIdentifier: string;
|
|
497
|
+
abortSignal?: AbortSignal;
|
|
498
|
+
}): Promise<void>;
|
|
499
|
+
/**
|
|
500
|
+
* Provide a screen definition for a given monitored entity | maturity=EARLY_ADOPTER
|
|
501
|
+
*
|
|
502
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
503
|
+
*
|
|
504
|
+
* @returns Success
|
|
505
|
+
*
|
|
506
|
+
* @example <caption>Code example</caption>
|
|
507
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
508
|
+
*
|
|
509
|
+
* const data =
|
|
510
|
+
* await unifiedAnalysisClient.getScreenDefinition({
|
|
511
|
+
* entityId: "...",
|
|
512
|
+
* });
|
|
513
|
+
*/
|
|
514
|
+
getScreenDefinition(config: {
|
|
515
|
+
/** The ID of the required entity. */ entityId: string;
|
|
516
|
+
/** A optional screen state state id */ stateId?: string;
|
|
517
|
+
/** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
|
|
518
|
+
/**
|
|
519
|
+
* The start of the requested timeframe.
|
|
520
|
+
*
|
|
521
|
+
* You can use one of the following formats:
|
|
522
|
+
* * Timestamp in UTC milliseconds.
|
|
523
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
524
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
525
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
526
|
+
* Supported time units for the relative timeframe are:
|
|
527
|
+
* * `m`: minutes
|
|
528
|
+
* * `h`: hours
|
|
529
|
+
* * `d`: days
|
|
530
|
+
* * `w`: weeks
|
|
531
|
+
* * `M`: months
|
|
532
|
+
* * `y`: years
|
|
533
|
+
*
|
|
534
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
535
|
+
*/ from?: string;
|
|
536
|
+
/**
|
|
537
|
+
* The end of the requested timeframe.
|
|
538
|
+
*
|
|
539
|
+
* You can use one of the following formats:
|
|
540
|
+
* * Timestamp in UTC milliseconds.
|
|
541
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
542
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
543
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
544
|
+
* Supported time units for the relative timeframe are:
|
|
545
|
+
* * `m`: minutes
|
|
546
|
+
* * `h`: hours
|
|
547
|
+
* * `d`: days
|
|
548
|
+
* * `w`: weeks
|
|
549
|
+
* * `M`: months
|
|
550
|
+
* * `y`: years
|
|
551
|
+
*
|
|
552
|
+
* If not set, the current timestamp is used.
|
|
553
|
+
*/ to?: string;
|
|
554
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
555
|
+
/** Time zone offset for markers time formatting */ timezone?: string;
|
|
556
|
+
/** UI context of a request */ uiContext?: GetScreenDefinitionQueryUiContext;
|
|
557
|
+
abortSignal?: AbortSignal;
|
|
558
|
+
}): Promise<UAEntityScreenDefinition>;
|
|
559
|
+
/**
|
|
560
|
+
* Stored the provided screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
|
|
561
|
+
*
|
|
562
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
563
|
+
*
|
|
564
|
+
* @example <caption>Code example</caption>
|
|
565
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
566
|
+
*
|
|
567
|
+
* const data = await unifiedAnalysisClient.storeScreenState({
|
|
568
|
+
* entityId: "...",
|
|
569
|
+
* stateId: "...",
|
|
570
|
+
* body: "...",
|
|
571
|
+
* });
|
|
572
|
+
*/
|
|
573
|
+
storeScreenState(config: {
|
|
574
|
+
body: string;
|
|
575
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
|
|
576
|
+
/** The ID of the required entity. */ entityId: string;
|
|
577
|
+
/** The screen state id that should be stored */ stateId: string;
|
|
578
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
579
|
+
abortSignal?: AbortSignal;
|
|
580
|
+
}): Promise<void>;
|
|
581
|
+
/**
|
|
582
|
+
* Provide a screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
|
|
583
|
+
*
|
|
584
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
585
|
+
*
|
|
586
|
+
* @returns Success
|
|
587
|
+
*
|
|
588
|
+
* @example <caption>Code example</caption>
|
|
589
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
590
|
+
*
|
|
591
|
+
* const data =
|
|
592
|
+
* await unifiedAnalysisClient.getScreenDefinition_1({
|
|
593
|
+
* entityId: "...",
|
|
594
|
+
* screenType: "...",
|
|
595
|
+
* });
|
|
596
|
+
*/
|
|
597
|
+
getScreenDefinition_1(config: {
|
|
598
|
+
/** The ID of the required entity. */ entityId: string;
|
|
599
|
+
/** The screen type. If not specified default is used */ screenType: string;
|
|
600
|
+
/** A optional screen state state id */ stateId?: string;
|
|
601
|
+
/** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
|
|
602
|
+
/**
|
|
603
|
+
* The start of the requested timeframe.
|
|
604
|
+
*
|
|
605
|
+
* You can use one of the following formats:
|
|
606
|
+
* * Timestamp in UTC milliseconds.
|
|
607
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
608
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
609
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
610
|
+
* Supported time units for the relative timeframe are:
|
|
611
|
+
* * `m`: minutes
|
|
612
|
+
* * `h`: hours
|
|
613
|
+
* * `d`: days
|
|
614
|
+
* * `w`: weeks
|
|
615
|
+
* * `M`: months
|
|
616
|
+
* * `y`: years
|
|
617
|
+
*
|
|
618
|
+
* If not set, the relative timeframe of three days is used (`now-3d`).
|
|
619
|
+
*/ from?: string;
|
|
620
|
+
/**
|
|
621
|
+
* The end of the requested timeframe.
|
|
622
|
+
*
|
|
623
|
+
* You can use one of the following formats:
|
|
624
|
+
* * Timestamp in UTC milliseconds.
|
|
625
|
+
* * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
|
|
626
|
+
* * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
|
|
627
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
628
|
+
* Supported time units for the relative timeframe are:
|
|
629
|
+
* * `m`: minutes
|
|
630
|
+
* * `h`: hours
|
|
631
|
+
* * `d`: days
|
|
632
|
+
* * `w`: weeks
|
|
633
|
+
* * `M`: months
|
|
634
|
+
* * `y`: years
|
|
635
|
+
*
|
|
636
|
+
* If not set, the current timestamp is used.
|
|
637
|
+
*/ to?: string;
|
|
638
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
639
|
+
/** Time zone offset for markers time formatting */ timezone?: string;
|
|
640
|
+
/** UI context of a request */ uiContext?: GetScreenDefinition_1QueryUiContext;
|
|
641
|
+
abortSignal?: AbortSignal;
|
|
642
|
+
}): Promise<UAEntityScreenDefinition>;
|
|
643
|
+
/**
|
|
644
|
+
* Stored the provided screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
|
|
645
|
+
*
|
|
646
|
+
* **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
|
|
647
|
+
*
|
|
648
|
+
* @example <caption>Code example</caption>
|
|
649
|
+
* import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
650
|
+
*
|
|
651
|
+
* const data = await unifiedAnalysisClient.storeScreenState_1(
|
|
652
|
+
* {
|
|
653
|
+
* entityId: "...",
|
|
654
|
+
* screenType: "...",
|
|
655
|
+
* stateId: "...",
|
|
656
|
+
* body: "...",
|
|
657
|
+
* },
|
|
658
|
+
* );
|
|
659
|
+
*/
|
|
660
|
+
storeScreenState_1(config: {
|
|
661
|
+
body: string;
|
|
662
|
+
/** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
|
|
663
|
+
/** The ID of the required entity. */ entityId: string;
|
|
664
|
+
/** The screen type. If not specified default is used */ screenType: string;
|
|
665
|
+
/** The screen state id that should be stored */ stateId: string;
|
|
666
|
+
/** A list of screen markers expressions */ screenMarker?: string[];
|
|
667
|
+
abortSignal?: AbortSignal;
|
|
668
|
+
}): Promise<void>;
|
|
669
|
+
}
|
|
670
|
+
export declare const unifiedAnalysisClient: UnifiedAnalysisClient;
|