@dynatrace-sdk/client-classic-environment-v2 0.6.8 → 1.0.4
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 +14 -152
- package/LICENSE +174 -0
- package/cjs/index.js +3273 -4164
- package/docs/DOCS.md +1764 -2999
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +3274 -4164
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +11 -11
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +13 -9
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +29 -25
- 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 +8 -8
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +7 -21
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +53 -13
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +10 -8
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scopes-item.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +11 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-connected-hosts.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tags.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +7 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +21 -16
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-secret.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +7 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +14 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +22 -22
- package/types/packages/client/classic-environment-v2/src/lib/models/application-impact.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/author-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-error.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-result.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/burn-rate-alert.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/cloud-event.d.ts +42 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-certificate-response-element.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-token-response-element.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-username-password-response-element.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scopes-item.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +8 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scopes-item.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +12 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-application-impact.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.d.ts +2 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/deleted-entity-tags.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +20 -20
- package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-id.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-property-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +15 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +16 -16
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/error-envelope.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +10 -10
- package/types/packages/client/classic-environment-v2/src/lib/models/event-property.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +21 -21
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +12 -12
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +5 -5
- package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-environment-configuration-version.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-events-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +0 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +0 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +6 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +0 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +11 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/from-position.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle-config.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/impact-analysis.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +17 -25
- package/types/packages/client/classic-environment-v2/src/lib/models/ingest-body.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +11 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/linked-problem.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +5 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +6 -6
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +49 -49
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/mobile-impact.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-header.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-fallback-mode.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-settings.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +11 -8
- package/types/packages/client/classic-environment-v2/src/lib/models/object-node.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +13 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-request-dto-impl.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +25 -25
- package/types/packages/client/classic-environment-v2/src/lib/models/problems.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +23 -23
- package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/related-attacks-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +18 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment-vulnerable-function-usage.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +31 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-list.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-state.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-related-container-images-item.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +12 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +9 -9
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +4 -4
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +18 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +24 -24
- package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +14 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +26 -26
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +17 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/status-alert.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/success-envelope.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-config-dto.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-customized-script.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-repeat-mode.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +13 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +10 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-executions.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-execution-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-locations-status.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/to-position.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-callback-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +3 -3
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-empty-state-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +7 -7
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-tabs-customization.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/unit-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/unit.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +17 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/update-jobs-all.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component-base.d.ts +32 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-functions-container.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/warning-line.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/warnings.d.ts +2 -2
- package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +2 -0
- package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/hub-items-api.d.ts +0 -162
- package/types/packages/client/classic-environment-v2/src/lib/models/category-list.d.ts +0 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/category.d.ts +0 -27
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-config.d.ts +0 -22
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-dto.d.ts +0 -38
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block-type.d.ts +0 -13
- package/types/packages/client/classic-environment-v2/src/lib/models/description-block.d.ts +0 -36
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-feature-sets.d.ts +0 -15
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-notes.d.ts +0 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-release.d.ts +0 -69
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-details.d.ts +0 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/extension1-release.d.ts +0 -32
- package/types/packages/client/classic-environment-v2/src/lib/models/extension2-details.d.ts +0 -28
- package/types/packages/client/classic-environment-v2/src/lib/models/image.d.ts +0 -27
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details-type.d.ts +0 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/item-details.d.ts +0 -98
- package/types/packages/client/classic-environment-v2/src/lib/models/item-list.d.ts +0 -32
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview-type.d.ts +0 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/item-overview.d.ts +0 -82
- package/types/packages/client/classic-environment-v2/src/lib/models/list-items-query-item-type.d.ts +0 -11
- package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +0 -19
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item-type.d.ts +0 -14
- package/types/packages/client/classic-environment-v2/src/lib/models/related-item.d.ts +0 -33
- package/types/packages/client/classic-environment-v2/src/lib/models/technology-details.d.ts +0 -17
- package/types/packages/client/classic-environment-v2/src/lib/models/upload-extension-body.d.ts +0 -18
- package/types/packages/client/classic-environment-v2/src/lib/models/upload-metadata-for-extension-body.d.ts +0 -25
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace-sdk/client-classic-environment-v2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"dependencies": {
|
|
5
|
-
"@dynatrace-sdk/http-client": "^0.
|
|
6
|
+
"@dynatrace-sdk/http-client": "^1.0.1"
|
|
6
7
|
},
|
|
7
8
|
"main": "./cjs/index.js",
|
|
8
9
|
"module": "./esm/index.js",
|
|
@@ -15,14 +15,14 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
15
15
|
*/
|
|
16
16
|
constructor(httpClientImplementation: HttpClient);
|
|
17
17
|
/**
|
|
18
|
-
* Lists all available ActiveGate tokens
|
|
18
|
+
* Lists all available ActiveGate tokens
|
|
19
19
|
*
|
|
20
|
-
* **Required scope:** environment-api:activegate-tokens:read<br/><br/>You can limit the output by using pagination:
|
|
20
|
+
* **Required scope:** environment-api:activegate-tokens:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>You can limit the output by using pagination:
|
|
21
21
|
* 1. Specify the number of results per page in the **pageSize** query parameter.
|
|
22
22
|
* 2. Use the cursor from the **nextPageKey** field of the previous response in the **nextPageKey** query parameter to obtain subsequent pages.
|
|
23
23
|
* @returns Success. The response contains the list of ActiveGate tokens.
|
|
24
24
|
*/
|
|
25
|
-
listTokens(config
|
|
25
|
+
listTokens(config?: {
|
|
26
26
|
/**
|
|
27
27
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
28
28
|
*
|
|
@@ -40,13 +40,13 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
40
40
|
abortSignal?: AbortSignal;
|
|
41
41
|
}): Promise<ActiveGateTokenList>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a new ActiveGate token
|
|
43
|
+
* Creates a new ActiveGate token
|
|
44
44
|
*
|
|
45
45
|
* **One of the following scopes is required:**
|
|
46
46
|
* + environment-api:activegate-tokens:create
|
|
47
47
|
* + environment-api:activegate-tokens:write
|
|
48
48
|
*
|
|
49
|
-
* <br/><br/>The newly created token will be owned by the same user who owns the token used for authentication of the call.
|
|
49
|
+
* <br/>**Required permission:** environment:roles:manage-settings<br/><br/>The newly created token will be owned by the same user who owns the token used for authentication of the call.
|
|
50
50
|
* @returns Success. The token has been created. The body of the response contains the token secret.
|
|
51
51
|
*/
|
|
52
52
|
createToken(config: {
|
|
@@ -54,22 +54,22 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
54
54
|
abortSignal?: AbortSignal;
|
|
55
55
|
}): Promise<ActiveGateTokenCreated>;
|
|
56
56
|
/**
|
|
57
|
-
* Gets metadata of an ActiveGate token
|
|
57
|
+
* Gets metadata of an ActiveGate token
|
|
58
58
|
*
|
|
59
|
-
* **Required scope:** environment-api:activegate-tokens:read<br/><br/>The token secret is **not** exposed.
|
|
59
|
+
* **Required scope:** environment-api:activegate-tokens:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>The token secret is **not** exposed.
|
|
60
60
|
* @returns Success. The response contains the metadata of the tokens.
|
|
61
61
|
*/
|
|
62
62
|
getToken(config: {
|
|
63
|
-
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/
|
|
63
|
+
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token. */ activeGateTokenIdentifier: string;
|
|
64
64
|
abortSignal?: AbortSignal;
|
|
65
65
|
}): Promise<ActiveGateToken>;
|
|
66
66
|
/**
|
|
67
|
-
* Deletes an ActiveGate token
|
|
67
|
+
* Deletes an ActiveGate token
|
|
68
68
|
*
|
|
69
|
-
* **Required scope:** environment-api:activegate-tokens:write
|
|
69
|
+
* **Required scope:** environment-api:activegate-tokens:write<br/>**Required permission:** environment:roles:manage-settings
|
|
70
70
|
*/
|
|
71
71
|
revokeToken(config: {
|
|
72
|
-
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/
|
|
72
|
+
/** The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token to be deleted. */ activeGateTokenIdentifier: string;
|
|
73
73
|
abortSignal?: AbortSignal;
|
|
74
74
|
}): Promise<void>;
|
|
75
75
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts
CHANGED
|
@@ -19,12 +19,12 @@ export declare class AccessTokensApiTokensClient {
|
|
|
19
19
|
/**
|
|
20
20
|
* Lists all available API tokens
|
|
21
21
|
*
|
|
22
|
-
* **Required scope:** environment-api:api-tokens:read<br/><br/>You can limit the output by using pagination:
|
|
22
|
+
* **Required scope:** environment-api:api-tokens:read<br/>**Required permission:** environment:roles:viewer<br/><br/>You can limit the output by using pagination:
|
|
23
23
|
* 1. Specify the number of results per page in the **pageSize** query parameter.
|
|
24
24
|
* 2. Use the cursor from the **nextPageKey** field of the previous response in the **nextPageKey** query parameter to obtain subsequent pages.
|
|
25
25
|
* @returns Success
|
|
26
26
|
*/
|
|
27
|
-
listApiTokens(config
|
|
27
|
+
listApiTokens(config?: {
|
|
28
28
|
/**
|
|
29
29
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
30
30
|
*
|
|
@@ -136,7 +136,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
136
136
|
/**
|
|
137
137
|
* Creates a new API token
|
|
138
138
|
*
|
|
139
|
-
* **Required scope:** environment-api:api-tokens:write<br/><br/>The newly created token will be owned by the same user who owns the token used for authentication of the call.
|
|
139
|
+
* **Required scope:** environment-api:api-tokens:write<br/>**Required permission:** environment:roles:viewer<br/><br/>The newly created token will be owned by the same user who owns the token used for authentication of the call.
|
|
140
140
|
* @returns Success. The token has been created. The body of the response contains the token secret.
|
|
141
141
|
*/
|
|
142
142
|
createApiToken(config: {
|
|
@@ -146,7 +146,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
146
146
|
/**
|
|
147
147
|
* Gets API token metadata by token ID
|
|
148
148
|
*
|
|
149
|
-
* **Required scope:** environment-api:api-tokens:read<br/><br/>The token secret is **not** exposed.
|
|
149
|
+
* **Required scope:** environment-api:api-tokens:read<br/>**Required permission:** environment:roles:viewer<br/><br/>The token secret is **not** exposed.
|
|
150
150
|
* @returns Success
|
|
151
151
|
*/
|
|
152
152
|
getApiToken(config: {
|
|
@@ -156,7 +156,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
156
156
|
/**
|
|
157
157
|
* Updates an API token
|
|
158
158
|
*
|
|
159
|
-
* **Required scope:** environment-api:api-tokens:write
|
|
159
|
+
* **Required scope:** environment-api:api-tokens:write<br/>**Required permission:** environment:roles:viewer
|
|
160
160
|
*/
|
|
161
161
|
updateApiToken(config: {
|
|
162
162
|
body: ApiTokenUpdate;
|
|
@@ -170,7 +170,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
170
170
|
/**
|
|
171
171
|
* Deletes an API token
|
|
172
172
|
*
|
|
173
|
-
* **Required scope:** environment-api:api-tokens:write
|
|
173
|
+
* **Required scope:** environment-api:api-tokens:write<br/>**Required permission:** environment:roles:viewer
|
|
174
174
|
*/
|
|
175
175
|
deleteApiToken(config: {
|
|
176
176
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
185
185
|
/**
|
|
186
186
|
* Gets API token metadata by token secret
|
|
187
187
|
*
|
|
188
|
-
* **Required scope:** environment-api:api-tokens:read
|
|
188
|
+
* **Required scope:** environment-api:api-tokens:read<br/>**Required permission:** environment:roles:viewer
|
|
189
189
|
* @returns Success
|
|
190
190
|
*/
|
|
191
191
|
lookupApiToken(config: {
|
|
@@ -14,21 +14,21 @@ export declare class AccessTokensTenantTokensClient {
|
|
|
14
14
|
/**
|
|
15
15
|
* Cancels tenant token rotation
|
|
16
16
|
*
|
|
17
|
-
* **Required scope:** environment-api:tenant-token-rotation:write<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
17
|
+
* **Required scope:** environment-api:tenant-token-rotation:write<br/>**Required permission:** environment:roles:manage-settings<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
18
18
|
* @returns Success. Rotation process has been cancelled. The current tenant token remains valid.
|
|
19
19
|
*/
|
|
20
20
|
cancelRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
21
21
|
/**
|
|
22
22
|
* Finishes tenant token rotation
|
|
23
23
|
*
|
|
24
|
-
* **Required scope:** environment-api:tenant-token-rotation:write<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
24
|
+
* **Required scope:** environment-api:tenant-token-rotation:write<br/>**Required permission:** environment:roles:manage-settings<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
25
25
|
* @returns Success. The rotation process is completed. The **active** field of the response contains the new tenant token.
|
|
26
26
|
*/
|
|
27
27
|
finishRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
28
28
|
/**
|
|
29
29
|
* Starts tenant token rotation
|
|
30
30
|
*
|
|
31
|
-
* **Required scope:** environment-api:tenant-token-rotation:write<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
31
|
+
* **Required scope:** environment-api:tenant-token-rotation:write<br/>**Required permission:** environment:roles:manage-settings<br/><br/>To learn how to rotate tokens, see [Token rotation](https://dt-url.net/1543sf6) in Dynatrace Documentation.
|
|
32
32
|
* @returns Success. The new tenant token is created and will replace the old one. The **active** field of the response contains the new tenant token.
|
|
33
33
|
*/
|
|
34
34
|
startRotation(abortSignal?: AbortSignal): Promise<TenantTokenConfig>;
|
|
@@ -23,10 +23,10 @@ export declare class ActiveGatesClient {
|
|
|
23
23
|
/**
|
|
24
24
|
* Lists all available ActiveGates
|
|
25
25
|
*
|
|
26
|
-
* **Required scope:** environment-api:activegates:read<br/><br/>The response includes all ActiveGates that are currently connected to the environment or have been connected during last 2 hours.
|
|
26
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>The response includes all ActiveGates that are currently connected to the environment or have been connected during last 2 hours.
|
|
27
27
|
* @returns Success
|
|
28
28
|
*/
|
|
29
|
-
getAllActiveGates(config
|
|
29
|
+
getAllActiveGates(config?: {
|
|
30
30
|
/**
|
|
31
31
|
* Filters the resulting set of ActiveGates by the name of the host it's running on.
|
|
32
32
|
*
|
|
@@ -77,7 +77,7 @@ export declare class ActiveGatesClient {
|
|
|
77
77
|
/**
|
|
78
78
|
* Gets the details of the specified ActiveGate
|
|
79
79
|
*
|
|
80
|
-
* **Required scope:** environment-api:activegates:read
|
|
80
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings
|
|
81
81
|
* @returns Success
|
|
82
82
|
*/
|
|
83
83
|
getOneActiveGateById(config: {
|
|
@@ -15,7 +15,7 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
15
15
|
/**
|
|
16
16
|
* Gets the configuration of auto-update for the specified ActiveGate
|
|
17
17
|
*
|
|
18
|
-
* **Required scope:** environment-api:activegates:read
|
|
18
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings
|
|
19
19
|
* @returns Success
|
|
20
20
|
*/
|
|
21
21
|
getAutoUpdateConfigById(config: {
|
|
@@ -25,7 +25,7 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
25
25
|
/**
|
|
26
26
|
* Updates the configuration of auto-update for the specified ActiveGate
|
|
27
27
|
*
|
|
28
|
-
* **Required scope:** environment-api:activegates:write
|
|
28
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
29
29
|
*/
|
|
30
30
|
putAutoUpdateConfigById(config: {
|
|
31
31
|
body: ActiveGateAutoUpdateConfig;
|
|
@@ -35,7 +35,7 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
35
35
|
/**
|
|
36
36
|
* Validates the payload for the `POST /activeGates/{agId}/autoUpdate` request.
|
|
37
37
|
*
|
|
38
|
-
* **Required scope:** environment-api:activegates:write
|
|
38
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
39
39
|
*/
|
|
40
40
|
validateAutoUpdateConfigById(config: {
|
|
41
41
|
body: ActiveGateAutoUpdateConfig;
|
|
@@ -45,14 +45,14 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
45
45
|
/**
|
|
46
46
|
* Gets the global auto-update configuration of environment ActiveGates.
|
|
47
47
|
*
|
|
48
|
-
* **Required scope:** environment-api:activegates:read
|
|
48
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings
|
|
49
49
|
* @returns Success
|
|
50
50
|
*/
|
|
51
51
|
getGlobalAutoUpdateConfigForTenant(abortSignal?: AbortSignal): Promise<ActiveGateGlobalAutoUpdateConfig>;
|
|
52
52
|
/**
|
|
53
53
|
* Puts the global auto-update configuration of environment ActiveGates.
|
|
54
54
|
*
|
|
55
|
-
* **Required scope:** environment-api:activegates:write
|
|
55
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
56
56
|
*/
|
|
57
57
|
putGlobalAutoUpdateConfigForTenant(config: {
|
|
58
58
|
body: ActiveGateGlobalAutoUpdateConfig;
|
|
@@ -61,7 +61,7 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
61
61
|
/**
|
|
62
62
|
* Validates the payload for the `POST /activeGates/autoUpdate` request.
|
|
63
63
|
*
|
|
64
|
-
* **Required scope:** environment-api:activegates:write
|
|
64
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
65
65
|
*/
|
|
66
66
|
validateGlobalAutoUpdateConfigForTenant(config: {
|
|
67
67
|
body: ActiveGateGlobalAutoUpdateConfig;
|
|
@@ -22,10 +22,10 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
22
22
|
/**
|
|
23
23
|
* List ActiveGates with update jobs
|
|
24
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.
|
|
25
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>The response includes ActiveGates that have both completed (successful and failed) jobs and jobs in progress.
|
|
26
26
|
* @returns Success
|
|
27
27
|
*/
|
|
28
|
-
getAllUpdateJobList(config
|
|
28
|
+
getAllUpdateJobList(config?: {
|
|
29
29
|
/**
|
|
30
30
|
* The start of the requested timeframe for update jobs.
|
|
31
31
|
*
|
|
@@ -83,7 +83,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
83
83
|
/**
|
|
84
84
|
* Lists update jobs for the specified ActiveGate
|
|
85
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.
|
|
86
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>The job can update the ActiveGate to the specified version or the latest available one.
|
|
87
87
|
* @returns Success
|
|
88
88
|
*/
|
|
89
89
|
getUpdateJobListByAgId(config: {
|
|
@@ -145,7 +145,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
145
145
|
/**
|
|
146
146
|
* Creates a new update job for the specified ActiveGate
|
|
147
147
|
*
|
|
148
|
-
* **Required scope:** environment-api:activegates:write
|
|
148
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
149
149
|
* @returns Success. The update-job have been created.
|
|
150
150
|
*/
|
|
151
151
|
createUpdateJobForAg(config: {
|
|
@@ -156,7 +156,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
156
156
|
/**
|
|
157
157
|
* Gets the parameters of the specified update job
|
|
158
158
|
*
|
|
159
|
-
* **Required scope:** environment-api:activegates:read
|
|
159
|
+
* **Required scope:** environment-api:activegates:read<br/>**Required permission:** environment:roles:manage-settings
|
|
160
160
|
* @returns Success
|
|
161
161
|
*/
|
|
162
162
|
getUpdateJobByJobIdForAg(config: {
|
|
@@ -167,7 +167,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
167
167
|
/**
|
|
168
168
|
* Deletes the specified update job
|
|
169
169
|
*
|
|
170
|
-
* **Required scope:** environment-api:activegates:write
|
|
170
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
171
171
|
*/
|
|
172
172
|
deleteUpdateJobByJobIdForAg(config: {
|
|
173
173
|
/** The ID of the required ActiveGate. */ agId: string;
|
|
@@ -177,7 +177,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
177
177
|
/**
|
|
178
178
|
* Validates the payload for the `POST /activeGates/{agId}/updateJobs` request.
|
|
179
179
|
*
|
|
180
|
-
* **Required scope:** environment-api:activegates:write
|
|
180
|
+
* **Required scope:** environment-api:activegates:write<br/>**Required permission:** environment:roles:manage-settings
|
|
181
181
|
*/
|
|
182
182
|
validateUpdateJobForAg(config: {
|
|
183
183
|
body: UpdateJob;
|
|
@@ -15,7 +15,7 @@ export declare class AuditLogsClient {
|
|
|
15
15
|
/**
|
|
16
16
|
* Gets the specified entry of the audit log | maturity=EARLY_ADOPTER
|
|
17
17
|
*
|
|
18
|
-
* **Required scope:** environment-api:audit-logs:read
|
|
18
|
+
* **Required scope:** environment-api:audit-logs:read<br/>**Required permission:** environment:roles:manage-settings
|
|
19
19
|
* @returns Success
|
|
20
20
|
*/
|
|
21
21
|
getLog(config: {
|
|
@@ -25,12 +25,12 @@ export declare class AuditLogsClient {
|
|
|
25
25
|
/**
|
|
26
26
|
* Gets the audit log of your Dynatrace environment | maturity=EARLY_ADOPTER
|
|
27
27
|
*
|
|
28
|
-
* **Required scope:** environment-api:audit-logs:read<br/><br/>You can limit the output by using pagination:
|
|
28
|
+
* **Required scope:** environment-api:audit-logs:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>You can limit the output by using pagination:
|
|
29
29
|
* 1. Specify the number of results per page in the **pageSize** query parameter.
|
|
30
30
|
* 2. Use the cursor from the **nextPageKey** field of the previous response in the **nextPageKey** query parameter to obtain subsequent pages.
|
|
31
31
|
* @returns Success
|
|
32
32
|
*/
|
|
33
|
-
getLogs(config
|
|
33
|
+
getLogs(config?: {
|
|
34
34
|
/**
|
|
35
35
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
36
36
|
*
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { CloudEvent } from '../models/cloud-event';
|
|
3
|
+
import { IngestBody } from '../models/ingest-body';
|
|
4
|
+
export declare class BusinessEventsClient {
|
|
5
|
+
private httpClient;
|
|
6
|
+
/**
|
|
7
|
+
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a BusinessEventsClient. Custom http client should implement {HttpClient} interface.
|
|
8
|
+
* @example
|
|
9
|
+
* const queryClientNodeJs = new QueryClient(yourCustomImplementation);
|
|
10
|
+
*/
|
|
11
|
+
constructor(httpClientImplementation: HttpClient);
|
|
12
|
+
/**
|
|
13
|
+
* Ingests a business event
|
|
14
|
+
*
|
|
15
|
+
* **Required scope:** storage:events:write<br/>**Required permission:** storage:events:write<br/><br/>The ingestion of business events consumes [Davis Data Units](https://dt-url.net/ddu) (DDUs) from the business events pool.
|
|
16
|
+
* @returns The provided business events are all accepted and will be processed.
|
|
17
|
+
*/
|
|
18
|
+
ingest(config: ({
|
|
19
|
+
body: CloudEvent;
|
|
20
|
+
type: 'application/cloudevent+json';
|
|
21
|
+
} | {
|
|
22
|
+
body: CloudEvent[];
|
|
23
|
+
type: 'application/cloudevent-batch+json';
|
|
24
|
+
} | {
|
|
25
|
+
body: IngestBody;
|
|
26
|
+
type: 'application/json; charset=utf-8';
|
|
27
|
+
}) & {
|
|
28
|
+
abortSignal?: AbortSignal;
|
|
29
|
+
}): Promise<void>;
|
|
30
|
+
}
|
|
31
|
+
export declare const businessEventsClient: BusinessEventsClient;
|
|
@@ -19,10 +19,10 @@ export declare class CredentialVaultClient {
|
|
|
19
19
|
/**
|
|
20
20
|
* Lists all sets of credentials for synthetic monitors stored in your environment.
|
|
21
21
|
*
|
|
22
|
-
* **Required scope:** environment-api:credentials:read<br/><br/>The credentials set itself (username/certificate and password) is not included in the response.
|
|
22
|
+
* **Required scope:** environment-api:credentials:read<br/>**Required permission:** environment:roles:viewer<br/><br/>The credentials set itself (username/certificate and password) is not included in the response.
|
|
23
23
|
* @returns Success
|
|
24
24
|
*/
|
|
25
|
-
listCredentials(config
|
|
25
|
+
listCredentials(config?: {
|
|
26
26
|
/** Filters the result by the specified credentials type. */ type?: ListCredentialsQueryType;
|
|
27
27
|
/** Filters the result by the name. When in quotation marks, whole phrase is taken. Case insensitive. */ name?: string;
|
|
28
28
|
/** Filters credentials accessible to the user (owned by the user or the ones that are accessible for all). */ user?: string;
|
|
@@ -46,7 +46,7 @@ export declare class CredentialVaultClient {
|
|
|
46
46
|
/**
|
|
47
47
|
* Creates a new credentials set.
|
|
48
48
|
*
|
|
49
|
-
* **Required scope:** environment-api:credentials:write<br/><br/>The body must not provide an ID. An ID is assigned automatically by the Dynatrace server.
|
|
49
|
+
* **Required scope:** environment-api:credentials:write<br/>**Required permission:** environment:roles:viewer<br/><br/>The body must not provide an ID. An ID is assigned automatically by the Dynatrace server.
|
|
50
50
|
* @returns Success. The new credentials set has been created. The response contains the ID of the set.
|
|
51
51
|
*/
|
|
52
52
|
createCredentials(config: {
|
|
@@ -56,7 +56,7 @@ export declare class CredentialVaultClient {
|
|
|
56
56
|
/**
|
|
57
57
|
* Gets the metadata of the specified credentials set.
|
|
58
58
|
*
|
|
59
|
-
* **Required scope:** environment-api:credentials:read<br/><br/>The credentials set itself (e.g. username/certificate and password) is not included in the response.
|
|
59
|
+
* **Required scope:** environment-api:credentials:read<br/>**Required permission:** environment:roles:viewer<br/><br/>The credentials set itself (e.g. username/certificate and password) is not included in the response.
|
|
60
60
|
* @returns Success. The response contains the metadata of the credentials set.
|
|
61
61
|
*/
|
|
62
62
|
getCredentials(config: {
|
|
@@ -66,7 +66,7 @@ export declare class CredentialVaultClient {
|
|
|
66
66
|
/**
|
|
67
67
|
* Updates the specified credentials set.
|
|
68
68
|
*
|
|
69
|
-
* **Required scope:** environment-api:credentials:write<br/><br/>The body must not provide an ID. The ID should be provided in the path.
|
|
69
|
+
* **Required scope:** environment-api:credentials:write<br/>**Required permission:** environment:roles:viewer<br/><br/>The body must not provide an ID. The ID should be provided in the path.
|
|
70
70
|
* @returns Success. The new credentials set has been created. The response contains the ID of the set.
|
|
71
71
|
*/
|
|
72
72
|
updateCredentials(config: {
|
|
@@ -77,7 +77,7 @@ export declare class CredentialVaultClient {
|
|
|
77
77
|
/**
|
|
78
78
|
* Deletes the specified credentials set
|
|
79
79
|
*
|
|
80
|
-
* **Required scope:** environment-api:credentials:write<br/><br/>Provide credential ID in the path.
|
|
80
|
+
* **Required scope:** environment-api:credentials:write<br/>**Required permission:** environment:roles:viewer<br/><br/>Provide credential ID in the path.
|
|
81
81
|
*/
|
|
82
82
|
removeCredentials(config: {
|
|
83
83
|
/** The ID of the credentials set to be deleted. */ id: string;
|
package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts
CHANGED
|
@@ -14,10 +14,10 @@ export declare class DavisSecurityAdvisorClient {
|
|
|
14
14
|
/**
|
|
15
15
|
* Provides advice for security problems.
|
|
16
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.
|
|
17
|
+
* **Required scope:** environment-api:security-problems:read<br/>**Required permission:** environment:roles:manage-security-problems<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
18
|
* @returns Success
|
|
19
19
|
*/
|
|
20
|
-
getAdviceForSecurityProblems(config
|
|
20
|
+
getAdviceForSecurityProblems(config?: {
|
|
21
21
|
/**
|
|
22
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
23
|
*
|
|
@@ -25,6 +25,10 @@ export declare class EventsClient {
|
|
|
25
25
|
* + storage:events:write
|
|
26
26
|
* + environment-api:events:write
|
|
27
27
|
*
|
|
28
|
+
* <br/>**One of the following permissions is required:**
|
|
29
|
+
* + environment:roles:viewer
|
|
30
|
+
* + storage:events:write
|
|
31
|
+
*
|
|
28
32
|
* <br/><br/>The ingestion of custom events consumes [Davis Data Units](https://dt-url.net/ddu) (DDUs) from the events pool.
|
|
29
33
|
* @returns The event ingest request was received by the server. The response body indicates for each event whether its creation was successful.
|
|
30
34
|
*/
|
|
@@ -35,7 +39,7 @@ export declare class EventsClient {
|
|
|
35
39
|
/**
|
|
36
40
|
* Gets the properties of an event
|
|
37
41
|
*
|
|
38
|
-
* **Required scope:** environment-api:events:read
|
|
42
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
39
43
|
* @returns Success. The response contains the configuration of the event.
|
|
40
44
|
*/
|
|
41
45
|
getEvent(config: {
|
|
@@ -45,10 +49,10 @@ export declare class EventsClient {
|
|
|
45
49
|
/**
|
|
46
50
|
* Lists all event properties
|
|
47
51
|
*
|
|
48
|
-
* **Required scope:** environment-api:events:read
|
|
52
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
49
53
|
* @returns Success
|
|
50
54
|
*/
|
|
51
|
-
getEventProperties(config
|
|
55
|
+
getEventProperties(config?: {
|
|
52
56
|
/**
|
|
53
57
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
54
58
|
*
|
|
@@ -68,7 +72,7 @@ export declare class EventsClient {
|
|
|
68
72
|
/**
|
|
69
73
|
* Gets the details of an event property
|
|
70
74
|
*
|
|
71
|
-
* **Required scope:** environment-api:events:read
|
|
75
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
72
76
|
* @returns Success
|
|
73
77
|
*/
|
|
74
78
|
getEventProperty(config: {
|
|
@@ -78,7 +82,7 @@ export declare class EventsClient {
|
|
|
78
82
|
/**
|
|
79
83
|
* Gets the properties of an event type
|
|
80
84
|
*
|
|
81
|
-
* **Required scope:** environment-api:events:read
|
|
85
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
82
86
|
* @returns Success
|
|
83
87
|
*/
|
|
84
88
|
getEventType(config: {
|
|
@@ -88,10 +92,10 @@ export declare class EventsClient {
|
|
|
88
92
|
/**
|
|
89
93
|
* Lists all event types
|
|
90
94
|
*
|
|
91
|
-
* **Required scope:** environment-api:events:read
|
|
95
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
92
96
|
* @returns Success
|
|
93
97
|
*/
|
|
94
|
-
getEventTypes(config
|
|
98
|
+
getEventTypes(config?: {
|
|
95
99
|
/**
|
|
96
100
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
97
101
|
*
|
|
@@ -111,10 +115,10 @@ export declare class EventsClient {
|
|
|
111
115
|
/**
|
|
112
116
|
* Lists events within the specified timeframe
|
|
113
117
|
*
|
|
114
|
-
* **Required scope:** environment-api:events:read
|
|
118
|
+
* **Required scope:** environment-api:events:read<br/>**Required permission:** environment:roles:viewer
|
|
115
119
|
* @returns Success. The response contains the list of events.
|
|
116
120
|
*/
|
|
117
|
-
getEvents(config
|
|
121
|
+
getEvents(config?: {
|
|
118
122
|
/**
|
|
119
123
|
* The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
|
|
120
124
|
*
|