@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/README.md +1253 -870
- package/cjs/index.js +10780 -7073
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +11028 -7145
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +36 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
- package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
- package/types/packages/shared-errors/src/index.d.ts +6 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
- package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
- package/types/packages/shared-errors/src/types.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace-sdk/client-classic-environment-v2",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Client for the Dynatrace Environment API v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dynatrace-sdk/error-handlers": "^1.2.0",
|
|
8
|
-
"@dynatrace-sdk/http-client": "^1.0.10"
|
|
8
|
+
"@dynatrace-sdk/http-client": "^1.0.10",
|
|
9
|
+
"@dynatrace-sdk/shared-errors": "^0.0.3"
|
|
9
10
|
},
|
|
10
11
|
"main": "./cjs/index.js",
|
|
11
12
|
"module": "./esm/index.js",
|
|
@@ -28,6 +28,11 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
28
28
|
*
|
|
29
29
|
* const data =
|
|
30
30
|
* await accessTokensActiveGateTokensClient.listTokens();
|
|
31
|
+
*
|
|
32
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. The requested resource doesn't exist. | Client side error. | Server side error.
|
|
33
|
+
* @throws {InvalidResponseError}
|
|
34
|
+
* @throws {ApiClientError}
|
|
35
|
+
* @throws {ClientRequestError}
|
|
31
36
|
*/
|
|
32
37
|
listTokens(config?: {
|
|
33
38
|
/**
|
|
@@ -64,6 +69,11 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
64
69
|
* await accessTokensActiveGateTokensClient.createToken({
|
|
65
70
|
* body: { name: "myToken" },
|
|
66
71
|
* });
|
|
72
|
+
*
|
|
73
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
74
|
+
* @throws {InvalidResponseError}
|
|
75
|
+
* @throws {ApiClientError}
|
|
76
|
+
* @throws {ClientRequestError}
|
|
67
77
|
*/
|
|
68
78
|
createToken(config: {
|
|
69
79
|
body: ActiveGateTokenCreate;
|
|
@@ -83,6 +93,11 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
83
93
|
* await accessTokensActiveGateTokensClient.getToken({
|
|
84
94
|
* activeGateTokenIdentifier: "...",
|
|
85
95
|
* });
|
|
96
|
+
*
|
|
97
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. The requested resource doesn't exist. | Client side error. | Server side error.
|
|
98
|
+
* @throws {InvalidResponseError}
|
|
99
|
+
* @throws {ApiClientError}
|
|
100
|
+
* @throws {ClientRequestError}
|
|
86
101
|
*/
|
|
87
102
|
getToken(config: {
|
|
88
103
|
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token. */ activeGateTokenIdentifier: string;
|
|
@@ -100,6 +115,11 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
100
115
|
* await accessTokensActiveGateTokensClient.revokeToken({
|
|
101
116
|
* activeGateTokenIdentifier: "...",
|
|
102
117
|
* });
|
|
118
|
+
*
|
|
119
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. The requested resource doesn't exist. | Client side error. | Server side error.
|
|
120
|
+
* @throws {InvalidResponseError}
|
|
121
|
+
* @throws {ApiClientError}
|
|
122
|
+
* @throws {ClientRequestError}
|
|
103
123
|
*/
|
|
104
124
|
revokeToken(config: {
|
|
105
125
|
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token to be deleted. */ activeGateTokenIdentifier: string;
|
package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts
CHANGED
|
@@ -30,6 +30,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
30
30
|
*
|
|
31
31
|
* const data =
|
|
32
32
|
* await accessTokensApiTokensClient.listApiTokens();
|
|
33
|
+
*
|
|
34
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
35
|
+
* @throws {InvalidResponseError}
|
|
36
|
+
* @throws {ApiClientError}
|
|
37
|
+
* @throws {ClientRequestError}
|
|
33
38
|
*/
|
|
34
39
|
listApiTokens(config?: {
|
|
35
40
|
/**
|
|
@@ -156,6 +161,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
156
161
|
* await accessTokensApiTokensClient.createApiToken({
|
|
157
162
|
* body: { name: "tokenName", scopes: ["metrics.read"] },
|
|
158
163
|
* });
|
|
164
|
+
*
|
|
165
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
166
|
+
* @throws {InvalidResponseError}
|
|
167
|
+
* @throws {ApiClientError}
|
|
168
|
+
* @throws {ClientRequestError}
|
|
159
169
|
*/
|
|
160
170
|
createApiToken(config: {
|
|
161
171
|
body: ApiTokenCreate;
|
|
@@ -178,6 +188,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
178
188
|
* "dt0c01.ST2EY72KQINMH574WMNVI7YN.G3DFPBEJYMODIDAEX454M7YWBUVEFOWKPRVMWFASS64NFH52PX6BNDVFFM572RZM",
|
|
179
189
|
* },
|
|
180
190
|
* });
|
|
191
|
+
*
|
|
192
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
193
|
+
* @throws {InvalidResponseError}
|
|
194
|
+
* @throws {ApiClientError}
|
|
195
|
+
* @throws {ClientRequestError}
|
|
181
196
|
*/
|
|
182
197
|
lookupApiToken(config: {
|
|
183
198
|
body: ApiTokenSecret;
|
|
@@ -196,6 +211,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
196
211
|
* const data = await accessTokensApiTokensClient.getApiToken({
|
|
197
212
|
* id: "...",
|
|
198
213
|
* });
|
|
214
|
+
*
|
|
215
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
216
|
+
* @throws {InvalidResponseError}
|
|
217
|
+
* @throws {ApiClientError}
|
|
218
|
+
* @throws {ClientRequestError}
|
|
199
219
|
*/
|
|
200
220
|
getApiToken(config: {
|
|
201
221
|
id: string;
|
|
@@ -214,6 +234,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
214
234
|
* id: "...",
|
|
215
235
|
* body: {},
|
|
216
236
|
* });
|
|
237
|
+
*
|
|
238
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
239
|
+
* @throws {InvalidResponseError}
|
|
240
|
+
* @throws {ApiClientError}
|
|
241
|
+
* @throws {ClientRequestError}
|
|
217
242
|
*/
|
|
218
243
|
updateApiToken(config: {
|
|
219
244
|
body: ApiTokenUpdate;
|
|
@@ -236,6 +261,11 @@ export declare class AccessTokensApiTokensClient {
|
|
|
236
261
|
* await accessTokensApiTokensClient.deleteApiToken({
|
|
237
262
|
* id: "...",
|
|
238
263
|
* });
|
|
264
|
+
*
|
|
265
|
+
* @throws {ErrorEnvelopeError} Failed. You can't delete the token you're using for authentication of the request. | Client side error. | Server side error.
|
|
266
|
+
* @throws {InvalidResponseError}
|
|
267
|
+
* @throws {ApiClientError}
|
|
268
|
+
* @throws {ClientRequestError}
|
|
239
269
|
*/
|
|
240
270
|
deleteApiToken(config: {
|
|
241
271
|
/**
|
|
@@ -23,6 +23,11 @@ export declare class AccessTokensTenantTokensClient {
|
|
|
23
23
|
*
|
|
24
24
|
* const data =
|
|
25
25
|
* await accessTokensTenantTokensClient.cancelRotation();
|
|
26
|
+
*
|
|
27
|
+
* @throws {ErrorEnvelopeError} Failed. There is no ongoing rotation process. | Client side error. | Server side error.
|
|
28
|
+
* @throws {InvalidResponseError}
|
|
29
|
+
* @throws {ApiClientError}
|
|
30
|
+
* @throws {ClientRequestError}
|
|
26
31
|
*/
|
|
27
32
|
cancelRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
28
33
|
/**
|
|
@@ -37,6 +42,11 @@ export declare class AccessTokensTenantTokensClient {
|
|
|
37
42
|
*
|
|
38
43
|
* const data =
|
|
39
44
|
* await accessTokensTenantTokensClient.finishRotation();
|
|
45
|
+
*
|
|
46
|
+
* @throws {ErrorEnvelopeError} No ongoing rotation process. | Client side error. | Server side error.
|
|
47
|
+
* @throws {InvalidResponseError}
|
|
48
|
+
* @throws {ApiClientError}
|
|
49
|
+
* @throws {ClientRequestError}
|
|
40
50
|
*/
|
|
41
51
|
finishRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
42
52
|
/**
|
|
@@ -51,6 +61,11 @@ export declare class AccessTokensTenantTokensClient {
|
|
|
51
61
|
*
|
|
52
62
|
* const data =
|
|
53
63
|
* await accessTokensTenantTokensClient.startRotation();
|
|
64
|
+
*
|
|
65
|
+
* @throws {ErrorEnvelopeError} Failed. Another rotation process is already in progress. | Client side error. | Server side error.
|
|
66
|
+
* @throws {InvalidResponseError}
|
|
67
|
+
* @throws {ApiClientError}
|
|
68
|
+
* @throws {ClientRequestError}
|
|
54
69
|
*/
|
|
55
70
|
startRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
56
71
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { ActiveGateGroups } from '../models/active-gate-groups';
|
|
3
|
+
/**
|
|
4
|
+
* View information about ActiveGate groups
|
|
5
|
+
*/
|
|
6
|
+
export declare class ActiveGatesActiveGateGroupsClient {
|
|
7
|
+
private httpClient;
|
|
8
|
+
/**
|
|
9
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ActiveGatesActiveGateGroupsClient. Custom http client should implement {HttpClient} interface.
|
|
10
|
+
* @example
|
|
11
|
+
* const activeGatesActiveGateGroupsClientNodeJs = new ActiveGatesActiveGateGroupsClient(yourCustomImplementation);
|
|
12
|
+
*/
|
|
13
|
+
constructor(httpClientImplementation: HttpClient);
|
|
14
|
+
/**
|
|
15
|
+
* Lists ActiveGate groups
|
|
16
|
+
*
|
|
17
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings
|
|
18
|
+
*
|
|
19
|
+
* @returns Success
|
|
20
|
+
*
|
|
21
|
+
* @example <caption>Code example</caption>
|
|
22
|
+
* import { activeGatesActiveGateGroupsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
23
|
+
*
|
|
24
|
+
* const data =
|
|
25
|
+
* await activeGatesActiveGateGroupsClient.getActiveGateGroups();
|
|
26
|
+
*
|
|
27
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
28
|
+
* @throws {InvalidResponseError}
|
|
29
|
+
* @throws {ApiClientError}
|
|
30
|
+
* @throws {ClientRequestError}
|
|
31
|
+
*/
|
|
32
|
+
getActiveGateGroups(abortSignal?: AbortSignal): Promise<ActiveGateGroups>;
|
|
33
|
+
}
|
|
34
|
+
export declare const activeGatesActiveGateGroupsClient: ActiveGatesActiveGateGroupsClient;
|
|
@@ -32,6 +32,11 @@ export declare class ActiveGatesClient {
|
|
|
32
32
|
* import { activeGatesClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
33
33
|
*
|
|
34
34
|
* const data = await activeGatesClient.getAllActiveGates();
|
|
35
|
+
*
|
|
36
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
37
|
+
* @throws {InvalidResponseError}
|
|
38
|
+
* @throws {ApiClientError}
|
|
39
|
+
* @throws {ClientRequestError}
|
|
35
40
|
*/
|
|
36
41
|
getAllActiveGates(config?: {
|
|
37
42
|
/**
|
|
@@ -95,6 +100,11 @@ export declare class ActiveGatesClient {
|
|
|
95
100
|
* const data = await activeGatesClient.getOneActiveGateById({
|
|
96
101
|
* agId: "...",
|
|
97
102
|
* });
|
|
103
|
+
*
|
|
104
|
+
* @throws {ErrorEnvelopeError} Not found. See response body for details. | Client side error. | Server side error.
|
|
105
|
+
* @throws {InvalidResponseError}
|
|
106
|
+
* @throws {ApiClientError}
|
|
107
|
+
* @throws {ClientRequestError}
|
|
98
108
|
*/
|
|
99
109
|
getOneActiveGateById(config: {
|
|
100
110
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -24,6 +24,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
24
24
|
*
|
|
25
25
|
* const data =
|
|
26
26
|
* await activeGatesAutoUpdateConfigurationClient.getGlobalAutoUpdateConfigForTenant();
|
|
27
|
+
*
|
|
28
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
29
|
+
* @throws {InvalidResponseError}
|
|
30
|
+
* @throws {ApiClientError}
|
|
31
|
+
* @throws {ClientRequestError}
|
|
27
32
|
*/
|
|
28
33
|
getGlobalAutoUpdateConfigForTenant(abortSignal?: AbortSignal): Promise<ActiveGateGlobalAutoUpdateConfig>;
|
|
29
34
|
/**
|
|
@@ -38,6 +43,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
38
43
|
* await activeGatesAutoUpdateConfigurationClient.putGlobalAutoUpdateConfigForTenant(
|
|
39
44
|
* { body: {} },
|
|
40
45
|
* );
|
|
46
|
+
*
|
|
47
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
48
|
+
* @throws {InvalidResponseError}
|
|
49
|
+
* @throws {ApiClientError}
|
|
50
|
+
* @throws {ClientRequestError}
|
|
41
51
|
*/
|
|
42
52
|
putGlobalAutoUpdateConfigForTenant(config: {
|
|
43
53
|
body: ActiveGateGlobalAutoUpdateConfig;
|
|
@@ -55,6 +65,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
55
65
|
* await activeGatesAutoUpdateConfigurationClient.validateGlobalAutoUpdateConfigForTenant(
|
|
56
66
|
* { body: {} },
|
|
57
67
|
* );
|
|
68
|
+
*
|
|
69
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
70
|
+
* @throws {InvalidResponseError}
|
|
71
|
+
* @throws {ApiClientError}
|
|
72
|
+
* @throws {ClientRequestError}
|
|
58
73
|
*/
|
|
59
74
|
validateGlobalAutoUpdateConfigForTenant(config: {
|
|
60
75
|
body: ActiveGateGlobalAutoUpdateConfig;
|
|
@@ -74,6 +89,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
74
89
|
* await activeGatesAutoUpdateConfigurationClient.getAutoUpdateConfigById(
|
|
75
90
|
* { agId: "..." },
|
|
76
91
|
* );
|
|
92
|
+
*
|
|
93
|
+
* @throws {ErrorEnvelopeError} Not found. See response body for details. | Client side error. | Server side error.
|
|
94
|
+
* @throws {InvalidResponseError}
|
|
95
|
+
* @throws {ApiClientError}
|
|
96
|
+
* @throws {ClientRequestError}
|
|
77
97
|
*/
|
|
78
98
|
getAutoUpdateConfigById(config: {
|
|
79
99
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -91,6 +111,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
91
111
|
* await activeGatesAutoUpdateConfigurationClient.putAutoUpdateConfigById(
|
|
92
112
|
* { agId: "...", body: {} },
|
|
93
113
|
* );
|
|
114
|
+
*
|
|
115
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
116
|
+
* @throws {InvalidResponseError}
|
|
117
|
+
* @throws {ApiClientError}
|
|
118
|
+
* @throws {ClientRequestError}
|
|
94
119
|
*/
|
|
95
120
|
putAutoUpdateConfigById(config: {
|
|
96
121
|
body: ActiveGateAutoUpdateConfig;
|
|
@@ -109,6 +134,11 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
109
134
|
* await activeGatesAutoUpdateConfigurationClient.validateAutoUpdateConfigById(
|
|
110
135
|
* { agId: "...", body: {} },
|
|
111
136
|
* );
|
|
137
|
+
*
|
|
138
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
139
|
+
* @throws {InvalidResponseError}
|
|
140
|
+
* @throws {ApiClientError}
|
|
141
|
+
* @throws {ClientRequestError}
|
|
112
142
|
*/
|
|
113
143
|
validateAutoUpdateConfigById(config: {
|
|
114
144
|
body: ActiveGateAutoUpdateConfig;
|
|
@@ -31,6 +31,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
31
31
|
*
|
|
32
32
|
* const data =
|
|
33
33
|
* await activeGatesAutoUpdateJobsClient.getAllUpdateJobList();
|
|
34
|
+
*
|
|
35
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
36
|
+
* @throws {InvalidResponseError}
|
|
37
|
+
* @throws {ApiClientError}
|
|
38
|
+
* @throws {ClientRequestError}
|
|
34
39
|
*/
|
|
35
40
|
getAllUpdateJobList(config?: {
|
|
36
41
|
/**
|
|
@@ -101,6 +106,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
101
106
|
* await activeGatesAutoUpdateJobsClient.getUpdateJobListByAgId(
|
|
102
107
|
* { agId: "..." },
|
|
103
108
|
* );
|
|
109
|
+
*
|
|
110
|
+
* @throws {ErrorEnvelopeError} Not found. See response body for details. | Client side error. | Server side error.
|
|
111
|
+
* @throws {InvalidResponseError}
|
|
112
|
+
* @throws {ApiClientError}
|
|
113
|
+
* @throws {ClientRequestError}
|
|
104
114
|
*/
|
|
105
115
|
getUpdateJobListByAgId(config: {
|
|
106
116
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -175,6 +185,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
175
185
|
* body: { targetVersion: "1.190.0.20200301-130000" },
|
|
176
186
|
* },
|
|
177
187
|
* );
|
|
188
|
+
*
|
|
189
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
190
|
+
* @throws {InvalidResponseError}
|
|
191
|
+
* @throws {ApiClientError}
|
|
192
|
+
* @throws {ClientRequestError}
|
|
178
193
|
*/
|
|
179
194
|
createUpdateJobForAg(config: {
|
|
180
195
|
body: UpdateJob;
|
|
@@ -196,6 +211,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
196
211
|
* body: { targetVersion: "1.190.0.20200301-130000" },
|
|
197
212
|
* },
|
|
198
213
|
* );
|
|
214
|
+
*
|
|
215
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
216
|
+
* @throws {InvalidResponseError}
|
|
217
|
+
* @throws {ApiClientError}
|
|
218
|
+
* @throws {ClientRequestError}
|
|
199
219
|
*/
|
|
200
220
|
validateUpdateJobForAg(config: {
|
|
201
221
|
body: UpdateJob;
|
|
@@ -216,6 +236,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
216
236
|
* await activeGatesAutoUpdateJobsClient.getUpdateJobByJobIdForAg(
|
|
217
237
|
* { agId: "...", jobId: "..." },
|
|
218
238
|
* );
|
|
239
|
+
*
|
|
240
|
+
* @throws {ErrorEnvelopeError} Not found. See response body for details. | Client side error. | Server side error.
|
|
241
|
+
* @throws {InvalidResponseError}
|
|
242
|
+
* @throws {ApiClientError}
|
|
243
|
+
* @throws {ClientRequestError}
|
|
219
244
|
*/
|
|
220
245
|
getUpdateJobByJobIdForAg(config: {
|
|
221
246
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -234,6 +259,11 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
234
259
|
* await activeGatesAutoUpdateJobsClient.deleteUpdateJobByJobIdForAg(
|
|
235
260
|
* { agId: "...", jobId: "..." },
|
|
236
261
|
* );
|
|
262
|
+
*
|
|
263
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Not found. See response body for details. | Client side error. | Server side error.
|
|
264
|
+
* @throws {InvalidResponseError}
|
|
265
|
+
* @throws {ApiClientError}
|
|
266
|
+
* @throws {ClientRequestError}
|
|
237
267
|
*/
|
|
238
268
|
deleteUpdateJobByJobIdForAg(config: {
|
|
239
269
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -25,6 +25,11 @@ export declare class AttacksClient {
|
|
|
25
25
|
* import { attacksClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
26
26
|
*
|
|
27
27
|
* const data = await attacksClient.getAttacks();
|
|
28
|
+
*
|
|
29
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
30
|
+
* @throws {InvalidResponseError}
|
|
31
|
+
* @throws {ApiClientError}
|
|
32
|
+
* @throws {ClientRequestError}
|
|
28
33
|
*/
|
|
29
34
|
getAttacks(config?: {
|
|
30
35
|
/**
|
|
@@ -142,6 +147,11 @@ export declare class AttacksClient {
|
|
|
142
147
|
* import { attacksClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
143
148
|
*
|
|
144
149
|
* const data = await attacksClient.getAttack({ id: "..." });
|
|
150
|
+
*
|
|
151
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
152
|
+
* @throws {InvalidResponseError}
|
|
153
|
+
* @throws {ApiClientError}
|
|
154
|
+
* @throws {ClientRequestError}
|
|
145
155
|
*/
|
|
146
156
|
getAttack(config: {
|
|
147
157
|
/** The ID of the attack. */ id: string;
|
|
@@ -25,6 +25,11 @@ export declare class AuditLogsClient {
|
|
|
25
25
|
* import { auditLogsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
26
26
|
*
|
|
27
27
|
* const data = await auditLogsClient.getLogs();
|
|
28
|
+
*
|
|
29
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
30
|
+
* @throws {InvalidResponseError}
|
|
31
|
+
* @throws {ApiClientError}
|
|
32
|
+
* @throws {ClientRequestError}
|
|
28
33
|
*/
|
|
29
34
|
getLogs(config?: {
|
|
30
35
|
/**
|
|
@@ -116,6 +121,11 @@ export declare class AuditLogsClient {
|
|
|
116
121
|
* import { auditLogsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
117
122
|
*
|
|
118
123
|
* const data = await auditLogsClient.getLog({ id: "..." });
|
|
124
|
+
*
|
|
125
|
+
* @throws {ErrorEnvelopeError} Failed. Invalid ID format. | Failed. The requested resource doesn't exist. | Client side error. | Server side error.
|
|
126
|
+
* @throws {InvalidResponseError}
|
|
127
|
+
* @throws {ApiClientError}
|
|
128
|
+
* @throws {ClientRequestError}
|
|
119
129
|
*/
|
|
120
130
|
getLog(config: {
|
|
121
131
|
/** The ID of the required log entry. */ id: string;
|
|
@@ -42,6 +42,12 @@ export declare class BusinessEventsClient {
|
|
|
42
42
|
* },
|
|
43
43
|
* },
|
|
44
44
|
* });
|
|
45
|
+
*
|
|
46
|
+
* @throws {BizEventIngestResultError} Some business events are invalid. Valid business events are accepted and will be processed. | Content too large | Too many requests | Service is temporarily unavailable
|
|
47
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
48
|
+
* @throws {InvalidResponseError}
|
|
49
|
+
* @throws {ApiClientError}
|
|
50
|
+
* @throws {ClientRequestError}
|
|
45
51
|
*/
|
|
46
52
|
ingest(config: ({
|
|
47
53
|
body: CloudEvent;
|
|
@@ -27,6 +27,11 @@ export declare class CredentialVaultClient {
|
|
|
27
27
|
* import { credentialVaultClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
28
28
|
*
|
|
29
29
|
* const data = await credentialVaultClient.listCredentials();
|
|
30
|
+
*
|
|
31
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
32
|
+
* @throws {InvalidResponseError}
|
|
33
|
+
* @throws {ApiClientError}
|
|
34
|
+
* @throws {ClientRequestError}
|
|
30
35
|
*/
|
|
31
36
|
listCredentials(config?: {
|
|
32
37
|
/** Filters the result by the specified credentials type. */ type?: ListCredentialsQueryType;
|
|
@@ -65,6 +70,11 @@ export declare class CredentialVaultClient {
|
|
|
65
70
|
* scopes: [CredentialsScopesItem.AppEngine],
|
|
66
71
|
* },
|
|
67
72
|
* });
|
|
73
|
+
*
|
|
74
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
75
|
+
* @throws {InvalidResponseError}
|
|
76
|
+
* @throws {ApiClientError}
|
|
77
|
+
* @throws {ClientRequestError}
|
|
68
78
|
*/
|
|
69
79
|
createCredentials(config: {
|
|
70
80
|
body: Credentials;
|
|
@@ -83,6 +93,11 @@ export declare class CredentialVaultClient {
|
|
|
83
93
|
* const data = await credentialVaultClient.getCredentials({
|
|
84
94
|
* id: "...",
|
|
85
95
|
* });
|
|
96
|
+
*
|
|
97
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
98
|
+
* @throws {InvalidResponseError}
|
|
99
|
+
* @throws {ApiClientError}
|
|
100
|
+
* @throws {ClientRequestError}
|
|
86
101
|
*/
|
|
87
102
|
getCredentials(config: {
|
|
88
103
|
/** The Dynatrace entity ID of the required credentials set. */ id: string;
|
|
@@ -105,6 +120,11 @@ export declare class CredentialVaultClient {
|
|
|
105
120
|
* scopes: [CredentialsScopesItem.AppEngine],
|
|
106
121
|
* },
|
|
107
122
|
* });
|
|
123
|
+
*
|
|
124
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
125
|
+
* @throws {InvalidResponseError}
|
|
126
|
+
* @throws {ApiClientError}
|
|
127
|
+
* @throws {ClientRequestError}
|
|
108
128
|
*/
|
|
109
129
|
updateCredentials(config: {
|
|
110
130
|
body: Credentials;
|
|
@@ -122,6 +142,11 @@ export declare class CredentialVaultClient {
|
|
|
122
142
|
* const data = await credentialVaultClient.removeCredentials({
|
|
123
143
|
* id: "...",
|
|
124
144
|
* });
|
|
145
|
+
*
|
|
146
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
|
|
147
|
+
* @throws {InvalidResponseError}
|
|
148
|
+
* @throws {ApiClientError}
|
|
149
|
+
* @throws {ClientRequestError}
|
|
125
150
|
*/
|
|
126
151
|
removeCredentials(config: {
|
|
127
152
|
/** The ID of the credentials set to be deleted. */ id: string;
|
|
@@ -141,6 +166,11 @@ export declare class CredentialVaultClient {
|
|
|
141
166
|
* await credentialVaultClient.getCredentialsDetails({
|
|
142
167
|
* id: "...",
|
|
143
168
|
* });
|
|
169
|
+
*
|
|
170
|
+
* @throws {ErrorEnvelopeError} Failed. The input is invalid. E.g. Requested credentials with unsupported scope. Only APP_ENGINE scope is supported. | Failed. Requested credentials belong to another user.
|
|
171
|
+
* @throws {InvalidResponseError}
|
|
172
|
+
* @throws {ApiClientError}
|
|
173
|
+
* @throws {ClientRequestError}
|
|
144
174
|
*/
|
|
145
175
|
getCredentialsDetails(config: {
|
|
146
176
|
/** The Dynatrace entity ID of the required credentials set. */ id: string;
|
package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts
CHANGED
|
@@ -27,6 +27,11 @@ export declare class DavisSecurityAdvisorClient {
|
|
|
27
27
|
*
|
|
28
28
|
* const data =
|
|
29
29
|
* await davisSecurityAdvisorClient.getAdviceForSecurityProblems();
|
|
30
|
+
*
|
|
31
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
32
|
+
* @throws {InvalidResponseError}
|
|
33
|
+
* @throws {ApiClientError}
|
|
34
|
+
* @throws {ClientRequestError}
|
|
30
35
|
*/
|
|
31
36
|
getAdviceForSecurityProblems(config?: {
|
|
32
37
|
/**
|
|
@@ -29,6 +29,11 @@ export declare class EventsClient {
|
|
|
29
29
|
* import { eventsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
30
30
|
*
|
|
31
31
|
* const data = await eventsClient.getEventProperties();
|
|
32
|
+
*
|
|
33
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
34
|
+
* @throws {InvalidResponseError}
|
|
35
|
+
* @throws {ApiClientError}
|
|
36
|
+
* @throws {ClientRequestError}
|
|
32
37
|
*/
|
|
33
38
|
getEventProperties(config?: {
|
|
34
39
|
/**
|
|
@@ -60,6 +65,11 @@ export declare class EventsClient {
|
|
|
60
65
|
* const data = await eventsClient.getEventProperty({
|
|
61
66
|
* propertyKey: "...",
|
|
62
67
|
* });
|
|
68
|
+
*
|
|
69
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
70
|
+
* @throws {InvalidResponseError}
|
|
71
|
+
* @throws {ApiClientError}
|
|
72
|
+
* @throws {ClientRequestError}
|
|
63
73
|
*/
|
|
64
74
|
getEventProperty(config: {
|
|
65
75
|
/** The event property key you're inquiring. */ propertyKey: string;
|
|
@@ -76,6 +86,11 @@ export declare class EventsClient {
|
|
|
76
86
|
* import { eventsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
77
87
|
*
|
|
78
88
|
* const data = await eventsClient.getEventTypes();
|
|
89
|
+
*
|
|
90
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
91
|
+
* @throws {InvalidResponseError}
|
|
92
|
+
* @throws {ApiClientError}
|
|
93
|
+
* @throws {ClientRequestError}
|
|
79
94
|
*/
|
|
80
95
|
getEventTypes(config?: {
|
|
81
96
|
/**
|
|
@@ -107,6 +122,11 @@ export declare class EventsClient {
|
|
|
107
122
|
* const data = await eventsClient.getEventType({
|
|
108
123
|
* eventType: "...",
|
|
109
124
|
* });
|
|
125
|
+
*
|
|
126
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
127
|
+
* @throws {InvalidResponseError}
|
|
128
|
+
* @throws {ApiClientError}
|
|
129
|
+
* @throws {ClientRequestError}
|
|
110
130
|
*/
|
|
111
131
|
getEventType(config: {
|
|
112
132
|
/** The event type you're inquiring. */ eventType: string;
|
|
@@ -123,6 +143,11 @@ export declare class EventsClient {
|
|
|
123
143
|
* import { eventsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
124
144
|
*
|
|
125
145
|
* const data = await eventsClient.getEvents();
|
|
146
|
+
*
|
|
147
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
148
|
+
* @throws {InvalidResponseError}
|
|
149
|
+
* @throws {ApiClientError}
|
|
150
|
+
* @throws {ClientRequestError}
|
|
126
151
|
*/
|
|
127
152
|
getEvents(config?: {
|
|
128
153
|
/**
|
|
@@ -189,7 +214,7 @@ export declare class EventsClient {
|
|
|
189
214
|
* * Notifications are suppressed (true, false): `suppressAlert(true)`.
|
|
190
215
|
* * Problem creation is suppressed (true, false): `suppressProblem(true)`.
|
|
191
216
|
* * Frequent event (true, false): `frequentEvent(true)`.
|
|
192
|
-
* * Event property: `property.<key>("value-1", "value-2")`.
|
|
217
|
+
* * Event property: `property.<key>("value-1", "value-2")`. Only properties with the **filterable** property set to `true` can be used. You can check event properties via the [GET event properties](https://dt-url.net/es03nwo) call.
|
|
193
218
|
*
|
|
194
219
|
* To set several criteria, separate them with commas (`,`). Only results matching **all** criteria are included in the response.
|
|
195
220
|
*/ eventSelector?: string;
|
|
@@ -251,6 +276,11 @@ export declare class EventsClient {
|
|
|
251
276
|
* const data = await eventsClient.createEvent({
|
|
252
277
|
* body: { title: "..." },
|
|
253
278
|
* });
|
|
279
|
+
*
|
|
280
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
281
|
+
* @throws {InvalidResponseError}
|
|
282
|
+
* @throws {ApiClientError}
|
|
283
|
+
* @throws {ClientRequestError}
|
|
254
284
|
*/
|
|
255
285
|
createEvent(config: {
|
|
256
286
|
body: EventIngest;
|
|
@@ -269,6 +299,11 @@ export declare class EventsClient {
|
|
|
269
299
|
* const data = await eventsClient.getEvent({
|
|
270
300
|
* eventId: "...",
|
|
271
301
|
* });
|
|
302
|
+
*
|
|
303
|
+
* @throws {ErrorEnvelopeError} Client side error. | Server side error.
|
|
304
|
+
* @throws {InvalidResponseError}
|
|
305
|
+
* @throws {ApiClientError}
|
|
306
|
+
* @throws {ClientRequestError}
|
|
272
307
|
*/
|
|
273
308
|
getEvent(config: {
|
|
274
309
|
/** The ID of the required event. */ eventId: string;
|