@dynatrace-sdk/client-classic-environment-v2 0.6.1
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 +121 -0
- package/README.md +20 -0
- package/cjs/index.js +15616 -0
- package/docs/DOCS.md +33182 -0
- package/dynatrace-metadata.json +18 -0
- package/esm/index.js +15593 -0
- package/package.json +10 -0
- package/types/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +75 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +196 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +36 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +93 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +71 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +188 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +114 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +95 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +236 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +389 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +297 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +316 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +68 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +248 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +277 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +116 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +263 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +108 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +354 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +269 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +175 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +184 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/index.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +58 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-connected-hosts.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-list.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +47 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +52 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +102 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tags.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-additional-metadata.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +79 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +122 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +85 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-secret.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +79 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +102 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +73 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/application-impact.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-patch.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +66 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/author-dto.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +212 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/burn-rate-alert.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +37 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-certificate-response-element.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-token-response-element.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-username-password-response-element.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +52 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-application-impact.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-result.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +96 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +53 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/deleted-entity-tags.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-id.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-property-dto.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +60 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +61 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value-value.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/error-envelope.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +59 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-status.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +96 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +47 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.d.ts +38 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +112 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-environment-configuration-version.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +51 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-events-list.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +61 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.d.ts +45 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/from-position.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-start-version-compare-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-target-version-compare-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-start-version-compare-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-target-version-compare-type.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-update-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle-config.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact-analysis.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +404 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/json-node.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/linked-problem.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +217 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +166 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +38 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mobile-impact.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.d.ts +170 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-header.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-list.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-settings.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +51 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition-expected-value.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +46 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-request-dto-impl.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +91 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problems.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-default.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +84 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-attacks-list.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +89 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-list.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +57 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +89 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +58 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-related-container-images-item.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +142 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +83 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +48 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +55 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +69 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-value.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +93 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +170 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/status-alert.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/success-envelope.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-config-dto.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +61 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +67 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-executions.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.d.ts +16 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +45 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-execution-details.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-locations-status.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/to-position.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-callback-customization.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-empty-state-customization.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +28 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tabs-customization.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.d.ts +22 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/unit-list.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/unit.d.ts +37 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-jobs-all.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/upload-extension-body.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +19 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.d.ts +37 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +33 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function.d.ts +27 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-functions-container.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/warning-line.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/warnings.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/url-helpers.d.ts +3 -0
- package/types/packages/http-client/src/index.d.ts +2 -0
- package/types/packages/http-client/src/lib/platform/abort-controller.d.ts +6 -0
- package/types/packages/http-client/src/lib/platform/abort-signal.d.ts +6 -0
- package/types/packages/http-client/src/lib/platform/apply-content-type-header.d.ts +2 -0
- package/types/packages/http-client/src/lib/platform/base-error.d.ts +5 -0
- package/types/packages/http-client/src/lib/platform/binary.d.ts +13 -0
- package/types/packages/http-client/src/lib/platform/data-type-error.d.ts +6 -0
- package/types/packages/http-client/src/lib/platform/decode-response-body.d.ts +3 -0
- package/types/packages/http-client/src/lib/platform/default-status-validator.d.ts +2 -0
- package/types/packages/http-client/src/lib/platform/encode-request-body.d.ts +2 -0
- package/types/packages/http-client/src/lib/platform/http-client-abort-error.d.ts +7 -0
- package/types/packages/http-client/src/lib/platform/http-client-request-error.d.ts +7 -0
- package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +1 -0
- package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +8 -0
- package/types/packages/http-client/src/lib/platform/http-client-response.d.ts +10 -0
- package/types/packages/http-client/src/lib/platform/http-client.d.ts +5 -0
- package/types/packages/http-client/src/lib/platform/index.d.ts +11 -0
- package/types/packages/http-client/src/lib/platform/unsupported-operation-error.d.ts +6 -0
- package/types/packages/http-client/src/lib/types/abort-controller.d.ts +14 -0
- package/types/packages/http-client/src/lib/types/abort-signal.d.ts +15 -0
- package/types/packages/http-client/src/lib/types/base-error.d.ts +4 -0
- package/types/packages/http-client/src/lib/types/binary.d.ts +15 -0
- package/types/packages/http-client/src/lib/types/data-type-error.d.ts +14 -0
- package/types/packages/http-client/src/lib/types/data-types.d.ts +36 -0
- package/types/packages/http-client/src/lib/types/form-data-request-body.d.ts +83 -0
- package/types/packages/http-client/src/lib/types/form-data-response-body.d.ts +15 -0
- package/types/packages/http-client/src/lib/types/headers.d.ts +6 -0
- package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +14 -0
- package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +14 -0
- package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +14 -0
- package/types/packages/http-client/src/lib/types/http-client-request-options.d.ts +42 -0
- package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +19 -0
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +33 -0
- package/types/packages/http-client/src/lib/types/http-client.d.ts +24 -0
- package/types/packages/http-client/src/lib/types/index.d.ts +20 -0
- package/types/packages/http-client/src/lib/types/request-body-types.d.ts +26 -0
- package/types/packages/http-client/src/lib/types/response-body-types.d.ts +46 -0
- package/types/packages/http-client/src/lib/types/status-validator.d.ts +7 -0
- package/types/packages/http-client/src/lib/types/unsupported-operation-error.d.ts +14 -0
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { GetAllUpdateJobListQueryStartVersionCompareType } from '../models/get-all-update-job-list-query-start-version-compare-type';
|
|
3
|
+
import { GetAllUpdateJobListQueryTargetVersionCompareType } from '../models/get-all-update-job-list-query-target-version-compare-type';
|
|
4
|
+
import { GetAllUpdateJobListQueryUpdateType } from '../models/get-all-update-job-list-query-update-type';
|
|
5
|
+
import { GetUpdateJobListByAgIdQueryStartVersionCompareType } from '../models/get-update-job-list-by-ag-id-query-start-version-compare-type';
|
|
6
|
+
import { GetUpdateJobListByAgIdQueryTargetVersionCompareType } from '../models/get-update-job-list-by-ag-id-query-target-version-compare-type';
|
|
7
|
+
import { GetUpdateJobListByAgIdQueryUpdateType } from '../models/get-update-job-list-by-ag-id-query-update-type';
|
|
8
|
+
import { UpdateJob } from '../models/update-job';
|
|
9
|
+
import { UpdateJobList } from '../models/update-job-list';
|
|
10
|
+
import { UpdateJobsAll } from '../models/update-jobs-all';
|
|
11
|
+
/**
|
|
12
|
+
* Manage ActiveGate auto-update jobs.
|
|
13
|
+
*/
|
|
14
|
+
export declare class ActiveGatesAutoUpdateJobsClient {
|
|
15
|
+
private httpClient;
|
|
16
|
+
/**
|
|
17
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ActiveGatesAutoUpdateJobsClient. Custom http client should implement {HttpClient} interface.
|
|
18
|
+
* @example
|
|
19
|
+
* const queryClientNodeJs = new QueryClient(yourCustomImplementation);
|
|
20
|
+
*/
|
|
21
|
+
constructor(httpClientImplementation: HttpClient);
|
|
22
|
+
/**
|
|
23
|
+
* List ActiveGates with update jobs
|
|
24
|
+
*
|
|
25
|
+
* **Required scope:** environment-api:activegates:read<br/><br/>The response includes ActiveGates that have both completed (successful and failed) jobs and jobs in progress.
|
|
26
|
+
* @returns Success
|
|
27
|
+
*/
|
|
28
|
+
getAllUpdateJobList(config: {
|
|
29
|
+
/**
|
|
30
|
+
* The start of the requested timeframe for update jobs.
|
|
31
|
+
*
|
|
32
|
+
* You can use one of the following formats:
|
|
33
|
+
* * Timestamp in UTC milliseconds.
|
|
34
|
+
* * 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.
|
|
35
|
+
* * 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.
|
|
36
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
37
|
+
* Supported time units for the relative timeframe are:
|
|
38
|
+
* * `m`: minutes
|
|
39
|
+
* * `h`: hours
|
|
40
|
+
* * `d`: days
|
|
41
|
+
* * `w`: weeks
|
|
42
|
+
* * `M`: months
|
|
43
|
+
* * `y`: years
|
|
44
|
+
*
|
|
45
|
+
* If not set, the relative timeframe of one day is used (`now-1d`).
|
|
46
|
+
*
|
|
47
|
+
* Maximum timeframe is 31 days.
|
|
48
|
+
*/ from?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The end of the requested timeframe for update jobs.
|
|
51
|
+
*
|
|
52
|
+
* You can use one of the following formats:
|
|
53
|
+
* * Timestamp in UTC milliseconds.
|
|
54
|
+
* * 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.
|
|
55
|
+
* * 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.
|
|
56
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
57
|
+
* Supported time units for the relative timeframe are:
|
|
58
|
+
* * `m`: minutes
|
|
59
|
+
* * `h`: hours
|
|
60
|
+
* * `d`: days
|
|
61
|
+
* * `w`: weeks
|
|
62
|
+
* * `M`: months
|
|
63
|
+
* * `y`: years
|
|
64
|
+
*
|
|
65
|
+
* If not set, the current timestamp is used.
|
|
66
|
+
*/ to?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Filters the resulting set of update jobs by the specified initial version.
|
|
69
|
+
*
|
|
70
|
+
* Specify the comparison operator here.
|
|
71
|
+
*/ startVersionCompareType?: GetAllUpdateJobListQueryStartVersionCompareType;
|
|
72
|
+
/** Filters the resulting set of update-jobs by the initial version (required format `<major>.<minor>.<revision>`). */ startVersion?: string;
|
|
73
|
+
/** Filters the resulting set of update-jobs by the update type. */ updateType?: GetAllUpdateJobListQueryUpdateType;
|
|
74
|
+
/**
|
|
75
|
+
* Filters the resulting set of update jobs by the specified target version.
|
|
76
|
+
*
|
|
77
|
+
* Specify the comparison operator here.
|
|
78
|
+
*/ targetVersionCompareType?: GetAllUpdateJobListQueryTargetVersionCompareType;
|
|
79
|
+
/** Filters the resulting set of update-jobs by the target version (required format `<major>.<minor>.<revision>`). */ targetVersion?: string;
|
|
80
|
+
/** If `true`, filters the resulting set of update jobs to the most recent update of each type. */ lastUpdates?: boolean;
|
|
81
|
+
abortSignal?: AbortSignal;
|
|
82
|
+
}): Promise<UpdateJobsAll>;
|
|
83
|
+
/**
|
|
84
|
+
* Lists update jobs for the specified ActiveGate
|
|
85
|
+
*
|
|
86
|
+
* **Required scope:** environment-api:activegates:read<br/><br/>The job can update the ActiveGate to the specified version or the latest available one.
|
|
87
|
+
* @returns Success
|
|
88
|
+
*/
|
|
89
|
+
getUpdateJobListByAgId(config: {
|
|
90
|
+
/** The ID of the required ActiveGate. */ agId: string;
|
|
91
|
+
/**
|
|
92
|
+
* The start of the requested timeframe for update jobs.
|
|
93
|
+
*
|
|
94
|
+
* You can use one of the following formats:
|
|
95
|
+
* * Timestamp in UTC milliseconds.
|
|
96
|
+
* * 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.
|
|
97
|
+
* * 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.
|
|
98
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
99
|
+
* Supported time units for the relative timeframe are:
|
|
100
|
+
* * `m`: minutes
|
|
101
|
+
* * `h`: hours
|
|
102
|
+
* * `d`: days
|
|
103
|
+
* * `w`: weeks
|
|
104
|
+
* * `M`: months
|
|
105
|
+
* * `y`: years
|
|
106
|
+
*
|
|
107
|
+
* If not set, the relative timeframe of one week is used (`now-1w`).
|
|
108
|
+
*
|
|
109
|
+
* Maximum timeframe is 31 days.
|
|
110
|
+
*/ from?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The end of the requested timeframe for update jobs.
|
|
113
|
+
*
|
|
114
|
+
* You can use one of the following formats:
|
|
115
|
+
* * Timestamp in UTC milliseconds.
|
|
116
|
+
* * 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.
|
|
117
|
+
* * 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.
|
|
118
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
119
|
+
* Supported time units for the relative timeframe are:
|
|
120
|
+
* * `m`: minutes
|
|
121
|
+
* * `h`: hours
|
|
122
|
+
* * `d`: days
|
|
123
|
+
* * `w`: weeks
|
|
124
|
+
* * `M`: months
|
|
125
|
+
* * `y`: years
|
|
126
|
+
*
|
|
127
|
+
* If not set, the current timestamp is used.
|
|
128
|
+
*/ to?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Filters the resulting set of update jobs by the specified initial version.
|
|
131
|
+
*
|
|
132
|
+
* Specify the comparison operator here.
|
|
133
|
+
*/ startVersionCompareType?: GetUpdateJobListByAgIdQueryStartVersionCompareType;
|
|
134
|
+
/** Filters the resulting set of update-jobs by the initial version (required format `<major>.<minor>.<revision>`). */ startVersion?: string;
|
|
135
|
+
/** Filters the resulting set of update-jobs by the update type. */ updateType?: GetUpdateJobListByAgIdQueryUpdateType;
|
|
136
|
+
/**
|
|
137
|
+
* Filters the resulting set of update jobs by the specified target version.
|
|
138
|
+
*
|
|
139
|
+
* Specify the comparison operator here.
|
|
140
|
+
*/ targetVersionCompareType?: GetUpdateJobListByAgIdQueryTargetVersionCompareType;
|
|
141
|
+
/** Filters the resulting set of update-jobs by the target version (required format `<major>.<minor>.<revision>`). */ targetVersion?: string;
|
|
142
|
+
/** If `true`, filters the resulting set of update jobs to the most recent update of each type. */ lastUpdates?: boolean;
|
|
143
|
+
abortSignal?: AbortSignal;
|
|
144
|
+
}): Promise<UpdateJobList>;
|
|
145
|
+
/**
|
|
146
|
+
* Creates a new update job for the specified ActiveGate
|
|
147
|
+
*
|
|
148
|
+
* **Required scope:** environment-api:activegates:write
|
|
149
|
+
* @returns Success. The update-job have been created.
|
|
150
|
+
*/
|
|
151
|
+
createUpdateJobForAg(config: {
|
|
152
|
+
body: UpdateJob;
|
|
153
|
+
/** The ID of the required ActiveGate. */ agId: string;
|
|
154
|
+
abortSignal?: AbortSignal;
|
|
155
|
+
}): Promise<UpdateJob>;
|
|
156
|
+
/**
|
|
157
|
+
* Gets the parameters of the specified update job
|
|
158
|
+
*
|
|
159
|
+
* **Required scope:** environment-api:activegates:read
|
|
160
|
+
* @returns Success
|
|
161
|
+
*/
|
|
162
|
+
getUpdateJobByJobIdForAg(config: {
|
|
163
|
+
/** The ID of the required ActiveGate. */ agId: string;
|
|
164
|
+
/** A unique identifier for a update-job of ActiveGate. */ jobId: string;
|
|
165
|
+
abortSignal?: AbortSignal;
|
|
166
|
+
}): Promise<UpdateJob>;
|
|
167
|
+
/**
|
|
168
|
+
* Deletes the specified update job
|
|
169
|
+
*
|
|
170
|
+
* **Required scope:** environment-api:activegates:write
|
|
171
|
+
*/
|
|
172
|
+
deleteUpdateJobByJobIdForAg(config: {
|
|
173
|
+
/** The ID of the required ActiveGate. */ agId: string;
|
|
174
|
+
/** A unique identifier for a update-job of ActiveGate. */ jobId: string;
|
|
175
|
+
abortSignal?: AbortSignal;
|
|
176
|
+
}): Promise<void>;
|
|
177
|
+
/**
|
|
178
|
+
* Validates the payload for the `POST /activeGates/{agId}/updateJobs` request.
|
|
179
|
+
*
|
|
180
|
+
* **Required scope:** environment-api:activegates:write
|
|
181
|
+
*/
|
|
182
|
+
validateUpdateJobForAg(config: {
|
|
183
|
+
body: UpdateJob;
|
|
184
|
+
/** The ID of the required ActiveGate. */ agId: string;
|
|
185
|
+
abortSignal?: AbortSignal;
|
|
186
|
+
}): Promise<void>;
|
|
187
|
+
}
|
|
188
|
+
export declare const activeGatesAutoUpdateJobsClient: ActiveGatesAutoUpdateJobsClient;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { AuditLog } from '../models/audit-log';
|
|
3
|
+
import { AuditLogEntry } from '../models/audit-log-entry';
|
|
4
|
+
/**
|
|
5
|
+
* Read audit logs
|
|
6
|
+
*/
|
|
7
|
+
export declare class AuditLogsClient {
|
|
8
|
+
private httpClient;
|
|
9
|
+
/**
|
|
10
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a AuditLogsClient. Custom http client should implement {HttpClient} interface.
|
|
11
|
+
* @example
|
|
12
|
+
* const queryClientNodeJs = new QueryClient(yourCustomImplementation);
|
|
13
|
+
*/
|
|
14
|
+
constructor(httpClientImplementation: HttpClient);
|
|
15
|
+
/**
|
|
16
|
+
* Gets the specified entry of the audit log | maturity=EARLY_ADOPTER
|
|
17
|
+
*
|
|
18
|
+
* **One of the following scopes is required:**
|
|
19
|
+
* + environment-api
|
|
20
|
+
* + environment-api:audit-logs:read
|
|
21
|
+
* @returns Success
|
|
22
|
+
*/
|
|
23
|
+
getLog(config: {
|
|
24
|
+
/** The ID of the required log entry. */ id: string;
|
|
25
|
+
abortSignal?: AbortSignal;
|
|
26
|
+
}): Promise<AuditLogEntry>;
|
|
27
|
+
/**
|
|
28
|
+
* Gets the audit log of your Dynatrace environment | maturity=EARLY_ADOPTER
|
|
29
|
+
*
|
|
30
|
+
* **One of the following scopes is required:**
|
|
31
|
+
* + environment-api
|
|
32
|
+
* + environment-api:audit-logs:read
|
|
33
|
+
* <br/><br/>You can limit the output by using pagination:
|
|
34
|
+
* 1. Specify the number of results per page in the **pageSize** query parameter.
|
|
35
|
+
* 2. Use the cursor from the **nextPageKey** field of the previous response in the **nextPageKey** query parameter to obtain subsequent pages.
|
|
36
|
+
* @returns Success
|
|
37
|
+
*/
|
|
38
|
+
getLogs(config: {
|
|
39
|
+
/**
|
|
40
|
+
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
41
|
+
*
|
|
42
|
+
* The first page is always returned if you don't specify the **nextPageKey** query parameter.
|
|
43
|
+
*
|
|
44
|
+
* When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
|
|
45
|
+
*/ nextPageKey?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The amount of log entries in a single response payload.
|
|
48
|
+
*
|
|
49
|
+
* The maximal allowed page size is 5000.
|
|
50
|
+
*
|
|
51
|
+
* If not set, 1000 is used.
|
|
52
|
+
*/ pageSize?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Filters the audit log. You can use the following criteria:
|
|
55
|
+
* * User: `user("userIdentification")`. The `EQUALS` operator applies.
|
|
56
|
+
* * Event type: `eventType("value")`. The `EQUALS` operator applies.
|
|
57
|
+
* * Category of a logged operation: `category("value")`. The `EQUALS` operator applies.
|
|
58
|
+
* * Entity ID: `entityId("id")`. The `CONTAINS` operator applies.
|
|
59
|
+
*
|
|
60
|
+
* For each criterion, you can specify multiple alternatives with comma-separated values. In this case, the OR logic applies. For example, `eventType("CREATE","UPDATE")` means eventType can be "CREATE" or "UPDATE".
|
|
61
|
+
*
|
|
62
|
+
* You can specify multiple comma-separated criteria, such as `eventType("CREATE","UPDATE"),category("CONFIG")`. Only results matching **all** criteria are included in response.
|
|
63
|
+
*
|
|
64
|
+
* Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
|
|
65
|
+
* * Tilde `~`
|
|
66
|
+
* * Quote `"`
|
|
67
|
+
*/ filter?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The start of the requested timeframe.
|
|
70
|
+
*
|
|
71
|
+
* You can use one of the following formats:
|
|
72
|
+
* * Timestamp in UTC milliseconds.
|
|
73
|
+
* * 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.
|
|
74
|
+
* * 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.
|
|
75
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
76
|
+
* Supported time units for the relative timeframe are:
|
|
77
|
+
* * `m`: minutes
|
|
78
|
+
* * `h`: hours
|
|
79
|
+
* * `d`: days
|
|
80
|
+
* * `w`: weeks
|
|
81
|
+
* * `M`: months
|
|
82
|
+
* * `y`: years
|
|
83
|
+
*
|
|
84
|
+
* If not set, the relative timeframe of two weeks is used (`now-2w`).
|
|
85
|
+
*/ from?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The end of the requested timeframe.
|
|
88
|
+
*
|
|
89
|
+
* You can use one of the following formats:
|
|
90
|
+
* * Timestamp in UTC milliseconds.
|
|
91
|
+
* * 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.
|
|
92
|
+
* * 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.
|
|
93
|
+
* You can also specify relative timeframe without an alignment: `now-NU`.
|
|
94
|
+
* Supported time units for the relative timeframe are:
|
|
95
|
+
* * `m`: minutes
|
|
96
|
+
* * `h`: hours
|
|
97
|
+
* * `d`: days
|
|
98
|
+
* * `w`: weeks
|
|
99
|
+
* * `M`: months
|
|
100
|
+
* * `y`: years
|
|
101
|
+
*
|
|
102
|
+
* If not set, the current timestamp is used.
|
|
103
|
+
*/ to?: string;
|
|
104
|
+
/**
|
|
105
|
+
* The sorting of audit log entries:
|
|
106
|
+
* * `timestamp`: Oldest first.
|
|
107
|
+
* * `-timestamp`: Newest first.
|
|
108
|
+
*
|
|
109
|
+
* If not set, the newest first sorting is applied.
|
|
110
|
+
*/ sort?: string;
|
|
111
|
+
abortSignal?: AbortSignal;
|
|
112
|
+
}): Promise<AuditLog>;
|
|
113
|
+
}
|
|
114
|
+
export declare const auditLogsClient: AuditLogsClient;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { AbstractCredentialsResponseElement } from '../models/abstract-credentials-response-element';
|
|
3
|
+
import { Credentials } from '../models/credentials';
|
|
4
|
+
import { CredentialsList } from '../models/credentials-list';
|
|
5
|
+
import { CredentialsResponseElement } from '../models/credentials-response-element';
|
|
6
|
+
import { ListCredentialsQueryType } from '../models/list-credentials-query-type';
|
|
7
|
+
/**
|
|
8
|
+
* Manage credentials for Synthetic monitors
|
|
9
|
+
*/
|
|
10
|
+
export declare class CredentialVaultClient {
|
|
11
|
+
private httpClient;
|
|
12
|
+
/**
|
|
13
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a CredentialVaultClient. Custom http client should implement {HttpClient} interface.
|
|
14
|
+
* @example
|
|
15
|
+
* const queryClientNodeJs = new QueryClient(yourCustomImplementation);
|
|
16
|
+
*/
|
|
17
|
+
constructor(httpClientImplementation: HttpClient);
|
|
18
|
+
/**
|
|
19
|
+
* Lists all sets of credentials for synthetic monitors stored in your environment
|
|
20
|
+
*
|
|
21
|
+
* **Required scope:** environment-api:credentials:read<br/><br/>The credentials set itself (username/certificate and password) is not included in the response.
|
|
22
|
+
* @returns Success
|
|
23
|
+
*/
|
|
24
|
+
listCredentials(config: {
|
|
25
|
+
/** Filters the result by the specified credentials type. */ type?: ListCredentialsQueryType;
|
|
26
|
+
/** Filters the result by the name. When in quotation marks, whole phrase is taken. Case insensitive. */ name?: string;
|
|
27
|
+
/** Filters credentials accessible to the user (owned by the user or the ones that are accessible for all). */ user?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
30
|
+
*
|
|
31
|
+
* The first page is always returned if you don't specify the **nextPageKey** query parameter.
|
|
32
|
+
*
|
|
33
|
+
* When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
|
|
34
|
+
*/ nextPageKey?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The amount of credentials in a single response payload.
|
|
37
|
+
*
|
|
38
|
+
* The maximal allowed page size is 500.
|
|
39
|
+
*
|
|
40
|
+
* If not set, 100 is used.
|
|
41
|
+
*/ pageSize?: number;
|
|
42
|
+
abortSignal?: AbortSignal;
|
|
43
|
+
}): Promise<CredentialsList>;
|
|
44
|
+
/**
|
|
45
|
+
* Creates a new credentials set
|
|
46
|
+
*
|
|
47
|
+
* **Required scope:** environment-api:credentials:write<br/><br/>The body must not provide an ID. An ID is assigned automatically by the Dynatrace server.
|
|
48
|
+
* @returns Success. The new credentials set has been created. The response contains the ID of the set.
|
|
49
|
+
*/
|
|
50
|
+
createCredentials(config: {
|
|
51
|
+
body: Credentials;
|
|
52
|
+
abortSignal?: AbortSignal;
|
|
53
|
+
}): Promise<CredentialsResponseElement>;
|
|
54
|
+
/**
|
|
55
|
+
* Gets the metadata of the specified credentials set
|
|
56
|
+
*
|
|
57
|
+
* **Required scope:** environment-api:credentials:read<br/><br/>The credentials set itself (e.g. username/certificate and password) is not included in the response.
|
|
58
|
+
* @returns Success. The response contains the metadata of the credentials set.
|
|
59
|
+
*/
|
|
60
|
+
getCredentials(config: {
|
|
61
|
+
/** The Dynatrace entity ID of the required credentials set. */ id: string;
|
|
62
|
+
abortSignal?: AbortSignal;
|
|
63
|
+
}): Promise<CredentialsResponseElement>;
|
|
64
|
+
/**
|
|
65
|
+
* Updates the specified credentials set
|
|
66
|
+
*
|
|
67
|
+
* **Required scope:** environment-api:credentials:write<br/><br/>The body must not provide an ID. The ID should be provided in the path
|
|
68
|
+
* @returns Success. The new credentials set has been created. The response contains the ID of the set.
|
|
69
|
+
*/
|
|
70
|
+
updateCredentials(config: {
|
|
71
|
+
body: Credentials;
|
|
72
|
+
/** The Dynatrace entity ID of the credentials set to be updated. */ id: string;
|
|
73
|
+
abortSignal?: AbortSignal;
|
|
74
|
+
}): Promise<CredentialsResponseElement | void>;
|
|
75
|
+
/**
|
|
76
|
+
* Deletes the specified credentials set
|
|
77
|
+
*
|
|
78
|
+
* **Required scope:** environment-api:credentials:write<br/><br/>Provide credential ID in the path.
|
|
79
|
+
*/
|
|
80
|
+
removeCredentials(config: {
|
|
81
|
+
/** The ID of the credentials set to be deleted. */ id: string;
|
|
82
|
+
abortSignal?: AbortSignal;
|
|
83
|
+
}): Promise<void>;
|
|
84
|
+
/**
|
|
85
|
+
* Gets the details of the specified credentials set
|
|
86
|
+
*
|
|
87
|
+
* **Required scope:** environment-api:credentials:read<br/><br/>The credentials set including username/certificate, password or token is included in the response.
|
|
88
|
+
* @returns Success. The response contains the details of the credentials set.
|
|
89
|
+
*/
|
|
90
|
+
getCredentialsDetails(config: {
|
|
91
|
+
/** The Dynatrace entity ID of the required credentials set. */ id: string;
|
|
92
|
+
abortSignal?: AbortSignal;
|
|
93
|
+
}): Promise<AbstractCredentialsResponseElement>;
|
|
94
|
+
}
|
|
95
|
+
export declare const credentialVaultClient: CredentialVaultClient;
|
package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { DavisSecurityAdviceList } from '../models/davis-security-advice-list';
|
|
3
|
+
/**
|
|
4
|
+
* Manage Davis security advices
|
|
5
|
+
*/
|
|
6
|
+
export declare class DavisSecurityAdvisorClient {
|
|
7
|
+
private httpClient;
|
|
8
|
+
/**
|
|
9
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a DavisSecurityAdvisorClient. Custom http client should implement {HttpClient} interface.
|
|
10
|
+
* @example
|
|
11
|
+
* const queryClientNodeJs = new QueryClient(yourCustomImplementation);
|
|
12
|
+
*/
|
|
13
|
+
constructor(httpClientImplementation: HttpClient);
|
|
14
|
+
/**
|
|
15
|
+
* Provides advice for security problems. | maturity=EARLY_ADOPTER
|
|
16
|
+
*
|
|
17
|
+
* **Required scope:** environment-api:security-problems:read<br/><br/>You can narrow down the output by providing the management zone and pagination. If you specify a management zone, only problems originating from that zone are included to the request.
|
|
18
|
+
* @returns Success
|
|
19
|
+
*/
|
|
20
|
+
getAdviceForSecurityProblems(config: {
|
|
21
|
+
/**
|
|
22
|
+
* To specify management zones, use one of the options listed below. For each option you can specify multiple comma-separated values. If several values are specified, the **OR** logic applies. All values are case-sensitive and must be quoted.
|
|
23
|
+
*
|
|
24
|
+
* * Management zone ID: ids("mzId-1", "mzId-2").
|
|
25
|
+
* * Management zone names: names("mz-1", "mz-2").
|
|
26
|
+
*
|
|
27
|
+
* You can specify several comma-separated criteria (for example, `names("myMz"),ids("9130632296508575249")`).
|
|
28
|
+
*/ managementZoneFilter?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
31
|
+
*
|
|
32
|
+
* The first page is always returned if you don't specify the **nextPageKey** query parameter.
|
|
33
|
+
*
|
|
34
|
+
* When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
|
|
35
|
+
*/ nextPageKey?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The amount of security advices in a single response payload.
|
|
38
|
+
*
|
|
39
|
+
* The maximal allowed page size is 500.
|
|
40
|
+
*
|
|
41
|
+
* If not set, 5 is used.
|
|
42
|
+
*/ pageSize?: number;
|
|
43
|
+
abortSignal?: AbortSignal;
|
|
44
|
+
}): Promise<DavisSecurityAdviceList>;
|
|
45
|
+
}
|
|
46
|
+
export declare const davisSecurityAdvisorClient: DavisSecurityAdvisorClient;
|