@dynatrace-sdk/client-classic-environment-v2 3.0.0 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +3741 -960
  3. package/cjs/index.js +12427 -7375
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +12629 -7397
  6. package/package.json +3 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +28 -4
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +34 -4
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +27 -6
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +36 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +12 -2
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +61 -7
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +34 -4
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +12 -2
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +12 -2
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +7 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +35 -5
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +6 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +46 -8
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +158 -26
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +25 -5
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +30 -4
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +18 -3
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +42 -7
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +18 -3
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +42 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +46 -7
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +45 -5
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +6 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +114 -18
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +42 -4
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +6 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +62 -10
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +12 -2
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +6 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +103 -16
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +28 -3
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +54 -5
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +6 -8
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +1 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +1 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +1 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.d.ts +2 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.transformation.d.ts +3 -3
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -5
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -5
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +18 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +9 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +14 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.transformation.d.ts +8 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +6 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +16 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +6 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
  91. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +14 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +4 -1
  126. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +14 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +4 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +1 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +15 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +3 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +6 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +26 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +26 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +8 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +2 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +13 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +2 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +3 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +30 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +12 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +15 -1
  190. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +1 -1
  191. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +1 -1
  216. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  217. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  218. package/types/packages/shared-errors/src/api-client-error.d.ts +23 -0
  219. package/types/packages/shared-errors/src/api-gateway-error.d.ts +37 -0
  220. package/types/packages/shared-errors/src/client-request-error.d.ts +39 -0
  221. package/types/packages/shared-errors/src/index.d.ts +5 -0
  222. package/types/packages/shared-errors/src/invalid-response-error.d.ts +26 -0
  223. package/types/packages/shared-errors/src/types.d.ts +88 -0
  224. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +0 -11
  225. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +0 -9
  226. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/invalid-response-error.d.ts +0 -9
@@ -6,6 +6,9 @@ export interface ExtensionUploadResponseDto {
6
6
  * Information about extension assets included
7
7
  */
8
8
  assetsInfo: AssetInfo[];
9
+ /**
10
+ * Extension author
11
+ */
9
12
  author: AuthorDto;
10
13
  /**
11
14
  * Data sources that extension uses to gather data
@@ -19,6 +22,9 @@ export interface ExtensionUploadResponseDto {
19
22
  * Available feature sets
20
23
  */
21
24
  featureSets: string[];
25
+ /**
26
+ * Details of feature sets
27
+ */
22
28
  featureSetsDetails: ExtensionUploadResponseDtoFeatureSetsDetails;
23
29
  /**
24
30
  * SHA-256 hash of uploaded Extension file
@@ -1,6 +1,9 @@
1
1
  import { AuthorDto } from './author-dto';
2
2
  import { ExtensionFeatureSetsDetails } from './extension-feature-sets-details';
3
3
  export interface Extension {
4
+ /**
5
+ * Extension author
6
+ */
4
7
  author: AuthorDto;
5
8
  /**
6
9
  * Data sources that extension uses to gather data
@@ -14,6 +17,9 @@ export interface Extension {
14
17
  * Available feature sets
15
18
  */
16
19
  featureSets: string[];
20
+ /**
21
+ * Details of feature sets
22
+ */
17
23
  featureSetsDetails: ExtensionFeatureSetsDetails;
18
24
  /**
19
25
  * SHA-256 hash of uploaded Extension file
@@ -6,6 +6,15 @@ import { ExternalVaultConfigType } from './external-vault-config-type';
6
6
  export interface ExternalVaultConfig {
7
7
  credentialsUsedForExternalSynchronization?: string[];
8
8
  passwordSecretName?: string;
9
+ /**
10
+ * Defines the actual set of fields depending on the value. See one of the following objects:
11
+ *
12
+ * * `HASHICORP_VAULT_APPROLE` -> HashicorpApproleConfig
13
+ * * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificateConfig
14
+ * * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecretConfig
15
+ * * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePasswordConfig
16
+ * * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationConfig
17
+ */
9
18
  sourceAuthMethod?: ExternalVaultConfigSourceAuthMethod;
10
19
  tokenSecretName?: string;
11
20
  type?: ExternalVaultConfigType;
@@ -11,6 +11,15 @@ export interface ExternalVault {
11
11
  * The name of the secret saved in external vault where password is stored.
12
12
  */
13
13
  passwordSecretName?: string;
14
+ /**
15
+ * Defines the actual set of fields depending on the value. See one of the following objects:
16
+ *
17
+ * * `HASHICORP_VAULT_APPROLE` -> HashicorpApprole
18
+ * * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificate
19
+ * * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecret
20
+ * * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePassword
21
+ * * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationDto
22
+ */
14
23
  sourceAuthMethod?: ExternalVaultSourceAuthMethod;
15
24
  /**
16
25
  * The name of the secret saved in external vault where token is stored.
@@ -9,6 +9,9 @@ export interface Filter {
9
9
  * If the type is `not`, `and` or `or`, then holds the contained filters.
10
10
  */
11
11
  operands?: Filter[];
12
+ /**
13
+ * Invocation of a function, e.g. the `entitySelector` function.
14
+ */
12
15
  referenceInvocation?: Invocation;
13
16
  /**
14
17
  * For filters that match a dimension against a valkue, such as `eq` or `ne`, holds the value to compare the dimension against.
@@ -18,6 +21,9 @@ export interface Filter {
18
21
  * For the operands of `series` filters that match against a number, holds the number to compare against.
19
22
  */
20
23
  referenceValue?: number;
24
+ /**
25
+ * A way of viewing a series as a single value for the purpose of sorting or series-based filters.
26
+ */
21
27
  rollup?: Rollup;
22
28
  /**
23
29
  * If the type applies to a dimension, then holds the target dimension.
@@ -27,5 +33,25 @@ export interface Filter {
27
33
  * If the type applies to n dimensions, then holds the target dimensions. Currently only used for the `remainder` filter.
28
34
  */
29
35
  targetDimensions?: string[];
36
+ /**
37
+ * Type of this filter, determines which other fields are present.Can be any of:
38
+ * * `eq`,
39
+ * * `ne`,
40
+ * * `prefix`,
41
+ * * `in`,
42
+ * * `remainder`,
43
+ * * `suffix`,
44
+ * * `contains`,
45
+ * * `existsKey`,
46
+ * * `series`,
47
+ * * `or`,
48
+ * * `and`,
49
+ * * `not`,
50
+ * * `ge`,
51
+ * * `gt`,
52
+ * * `le`,
53
+ * * `lt`,
54
+ * * `otherwise`.
55
+ */
30
56
  type?: FilterType;
31
57
  }
@@ -19,6 +19,9 @@ export interface FunctionDefinition {
19
19
  * The function/method name of the function definition.
20
20
  */
21
21
  functionName?: string;
22
+ /**
23
+ * A list of values that has possibly been truncated.
24
+ */
22
25
  parameterTypes?: TruncatableListString;
23
26
  /**
24
27
  * The return type of the function.
@@ -4,7 +4,13 @@ import { TruncatableListHttpRequestParameter } from './truncatable-list-http-req
4
4
  * HTTP specific request details.
5
5
  */
6
6
  export interface HttpProtocolDetails {
7
+ /**
8
+ * A list of values that has possibly been truncated.
9
+ */
7
10
  headers?: TruncatableListAttackRequestHeader;
11
+ /**
12
+ * A list of values that has possibly been truncated.
13
+ */
8
14
  parameters?: TruncatableListHttpRequestParameter;
9
15
  /**
10
16
  * The HTTP request method.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * The type of the identity.
3
+ */
4
+ export declare enum IdentityType {
5
+ AllUsers = "all-users",
6
+ Group = "group",
7
+ User = "user"
8
+ }
@@ -0,0 +1,4 @@
1
+ import { IdentityType } from './identity-type';
2
+ export type AsJson = string;
3
+ export declare function fromJson($model: AsJson): IdentityType;
4
+ export declare function toJson($model: IdentityType): AsJson;
@@ -0,0 +1,14 @@
1
+ import { IdentityType } from './identity-type';
2
+ /**
3
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
4
+ */
5
+ export interface Identity {
6
+ /**
7
+ * The user id or user group id if type is 'user' or 'group', missing if type is 'all-users'.
8
+ */
9
+ id?: string;
10
+ /**
11
+ * The type of the identity.
12
+ */
13
+ type: IdentityType;
14
+ }
@@ -0,0 +1,8 @@
1
+ import { Identity } from './identity';
2
+ import * as _IdentityTypeTransformation from './identity-type.transformation';
3
+ export interface AsJson {
4
+ id?: string;
5
+ type: _IdentityTypeTransformation.AsJson;
6
+ }
7
+ export declare function fromJson($model: AsJson): Identity;
8
+ export declare function toJson($model: Identity): AsJson;
@@ -10,6 +10,17 @@ export interface Impact {
10
10
  * The estimated number of affected users.
11
11
  */
12
12
  estimatedAffectedUsers: number;
13
+ /**
14
+ * Defines the actual set of fields depending on the value. See one of the following objects:
15
+ *
16
+ * * `SERVICE` -> ServiceImpact
17
+ * * `APPLICATION` -> ApplicationImpact
18
+ * * `MOBILE` -> MobileImpact
19
+ * * `CUSTOM_APPLICATION` -> CustomApplicationImpact
20
+ */
13
21
  impactType: ImpactImpactType;
22
+ /**
23
+ * A short representation of a monitored entity.
24
+ */
14
25
  impactedEntity: EntityStub;
15
26
  }
@@ -1,3 +1,7 @@
1
+ export * from './aws-key-based-credentials-dto';
2
+ export * as _AWSKeyBasedCredentialsDtoTransformation from './aws-key-based-credentials-dto.transformation';
3
+ export * from './aws-role-based-credentials';
4
+ export * as _AWSRoleBasedCredentialsTransformation from './aws-role-based-credentials.transformation';
1
5
  export * from './abstract-credentials-response-element';
2
6
  export * as _AbstractCredentialsResponseElementTransformation from './abstract-credentials-response-element.transformation';
3
7
  export * from './abstract-credentials-response-element-scope';
@@ -24,8 +28,12 @@ export * from './active-gate-global-auto-update-config';
24
28
  export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
25
29
  export * from './active-gate-global-auto-update-config-global-setting';
26
30
  export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
31
+ export * from './active-gate-group';
32
+ export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
27
33
  export * from './active-gate-group-info-dto';
28
34
  export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
35
+ export * from './active-gate-groups';
36
+ export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
29
37
  export * from './active-gate-groups-info-dto';
30
38
  export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
31
39
  export * from './active-gate-info-dto';
@@ -510,6 +518,10 @@ export * from './http-protocol-details';
510
518
  export * as _HttpProtocolDetailsTransformation from './http-protocol-details.transformation';
511
519
  export * from './http-request-parameter';
512
520
  export * as _HttpRequestParameterTransformation from './http-request-parameter.transformation';
521
+ export * from './identity';
522
+ export * as _IdentityTransformation from './identity.transformation';
523
+ export * from './identity-type';
524
+ export * as _IdentityTypeTransformation from './identity-type.transformation';
513
525
  export * from './impact';
514
526
  export * as _ImpactTransformation from './impact.transformation';
515
527
  export * from './impact-analysis';
@@ -868,6 +880,8 @@ export * from './slo-status';
868
880
  export * as _SLOStatusTransformation from './slo-status.transformation';
869
881
  export * from './sl-os';
870
882
  export * as _SLOsTransformation from './sl-os.transformation';
883
+ export * from './snmpv3-credentials';
884
+ export * as _SNMPV3CredentialsTransformation from './snmpv3-credentials.transformation';
871
885
  export * from './schema-constraint-rest-dto';
872
886
  export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
873
887
  export * from './schema-constraint-rest-dto-type';
@@ -11,6 +11,9 @@ export interface Item {
11
11
  * A list of constraints limiting the values to be accepted.
12
12
  */
13
13
  constraints?: Constraint[];
14
+ /**
15
+ * Configuration of a datasource for a property.
16
+ */
14
17
  datasource?: DatasourceDefinition;
15
18
  /**
16
19
  * A short description of the item.
@@ -24,6 +27,9 @@ export interface Item {
24
27
  * An extended description and/or links to documentation.
25
28
  */
26
29
  documentation?: string;
30
+ /**
31
+ * Metadata of the items.
32
+ */
27
33
  metadata?: ItemMetadata;
28
34
  /**
29
35
  * The type referenced by the item's value.
@@ -37,5 +43,8 @@ export interface Item {
37
43
  * The type of the item's value.
38
44
  */
39
45
  type: string | RefPointer;
46
+ /**
47
+ * Customization for UI elements
48
+ */
40
49
  uiCustomization?: UiCustomization;
41
50
  }
@@ -1,5 +1,8 @@
1
1
  export declare enum ListCredentialsQueryType {
2
2
  Certificate = "CERTIFICATE",
3
3
  UsernamePassword = "USERNAME_PASSWORD",
4
- Token = "TOKEN"
4
+ Token = "TOKEN",
5
+ Snmpv3 = "SNMPV3",
6
+ AwsKeyBased = "AWS_KEY_BASED",
7
+ AwsRoleBased = "AWS_ROLE_BASED"
5
8
  }
@@ -10,6 +10,11 @@ export interface LocationCollectionElement {
10
10
  * The list of location's capabilities.
11
11
  */
12
12
  capabilities?: string[];
13
+ /**
14
+ * The cloud provider where the location is hosted.
15
+ *
16
+ * Only applicable to `PUBLIC` locations.
17
+ */
13
18
  cloudPlatform?: LocationCollectionElementCloudPlatform;
14
19
  /**
15
20
  * The Dynatrace entity ID of the location.
@@ -49,7 +54,16 @@ export interface LocationCollectionElement {
49
54
  * The name of the location.
50
55
  */
51
56
  name: string;
57
+ /**
58
+ * The release stage of the location.
59
+ */
52
60
  stage?: LocationCollectionElementStage;
61
+ /**
62
+ * The status of the location.
63
+ */
53
64
  status?: LocationCollectionElementStatus;
65
+ /**
66
+ * The type of the location.
67
+ */
54
68
  type: LocationCollectionElementType;
55
69
  }
@@ -5,12 +5,21 @@ import { LogRecordStatus } from './log-record-status';
5
5
  * A single log record.
6
6
  */
7
7
  export interface LogRecord {
8
+ /**
9
+ * Additional columns of the log record.
10
+ */
8
11
  additionalColumns?: LogRecordAdditionalColumns;
9
12
  /**
10
13
  * The content of the log record.
11
14
  */
12
15
  content?: string;
16
+ /**
17
+ * Type of event
18
+ */
13
19
  eventType?: LogRecordEventType;
20
+ /**
21
+ * The log status (based on the log level).
22
+ */
14
23
  status?: LogRecordStatus;
15
24
  /**
16
25
  * The timestamp of the log record, in UTC milliseconds.
@@ -9,5 +9,8 @@ export interface MetricDefaultAggregation {
9
9
  * Applicable only to the `percentile` aggregation type.
10
10
  */
11
11
  parameter?: number;
12
+ /**
13
+ * The type of default aggregation.
14
+ */
12
15
  type: MetricDefaultAggregationType;
13
16
  }
@@ -31,6 +31,9 @@ export interface MetricDescriptor {
31
31
  * [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
32
32
  */
33
33
  dduBillable?: boolean;
34
+ /**
35
+ * The default aggregation of a metric.
36
+ */
34
37
  defaultAggregation?: MetricDefaultAggregation;
35
38
  /**
36
39
  * A short description of the metric.
@@ -94,6 +97,9 @@ export interface MetricDescriptor {
94
97
  * The metric selector that is used when querying a func: metric.
95
98
  */
96
99
  metricSelector?: string;
100
+ /**
101
+ * The value type for the metric.
102
+ */
97
103
  metricValueType?: MetricValueType;
98
104
  /**
99
105
  * The minimum allowed value of the metric.
@@ -132,6 +138,17 @@ export interface MetricDescriptor {
132
138
  * The unit of the metric.
133
139
  */
134
140
  unit?: string;
141
+ /**
142
+ * The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:
143
+ *
144
+ * Binary: 1 MiB = 1024 KiB = 1,048,576 bytes
145
+ *
146
+ * Decimal: 1 MB = 1000 kB = 1,000,000 bytes
147
+ *
148
+ * If not set, the decimal system is used.
149
+ *
150
+ * [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
151
+ */
135
152
  unitDisplayFormat?: MetricDescriptorUnitDisplayFormat;
136
153
  /**
137
154
  * A list of potential warnings that affect this ID. For example deprecated feature usage etc.
@@ -23,5 +23,8 @@ export interface MetricDimensionDefinition {
23
23
  * The name of the dimension.
24
24
  */
25
25
  name: string;
26
+ /**
27
+ * The type of the dimension.
28
+ */
26
29
  type: MetricDimensionDefinitionType;
27
30
  }
@@ -7,5 +7,8 @@ export interface MetricDto {
7
7
  * Metric key
8
8
  */
9
9
  key?: string;
10
+ /**
11
+ * Metric metadata
12
+ */
10
13
  metadata?: MetricMetadataDto;
11
14
  }
@@ -10,6 +10,10 @@ export interface MetricMetadataDto {
10
10
  * The name of the metric in the user interface
11
11
  */
12
12
  displayName?: string;
13
+ /**
14
+ * Interval value (numeric or variable reference) defined for this metric on subgroup level
15
+ */
16
+ metricInterval?: string;
13
17
  /**
14
18
  * The unit of the metric
15
19
  */
@@ -2,6 +2,7 @@ import { MetricMetadataDto } from './metric-metadata-dto';
2
2
  export interface AsJson {
3
3
  description?: string;
4
4
  displayName?: string;
5
+ metricInterval?: string;
5
6
  unit?: string;
6
7
  }
7
8
  export declare function fromJson($model: AsJson): MetricMetadataDto;
@@ -11,5 +11,8 @@ export interface MetricQueryDQLTranslation {
11
11
  * The DQL query corresponding to the metric query
12
12
  */
13
13
  query?: string;
14
+ /**
15
+ * The status of the DQL translation, either `success` or `not supported`
16
+ */
14
17
  status?: MetricQueryDQLTranslationStatus;
15
18
  }
@@ -21,6 +21,9 @@ export interface MetricSeriesCollection {
21
21
  * The ratio of queried dimension tuples divided by the maximum number of dimension tuples allowed in a single query.
22
22
  */
23
23
  dimensionCountRatio: number;
24
+ /**
25
+ * Metric query translation to DQL.
26
+ */
24
27
  dql?: MetricQueryDQLTranslation;
25
28
  /**
26
29
  * The key of the metric.
@@ -7,6 +7,8 @@ import { MetricSeriesDimensionMap } from './metric-series-dimension-map';
7
7
  export interface MetricSeries {
8
8
  dimensionMap: MetricSeriesDimensionMap;
9
9
  /**
10
+ * Deprecated, refer to `dimensionMap` instead.
11
+ *
10
12
  * The ordered list of dimensions to which the data point list belongs.
11
13
  *
12
14
  * Each metric can have a certain number of dimensions. Dimensions exceeding this number are aggregated into one, which is shown as `null` here.
@@ -3,5 +3,8 @@ import { MetricValueTypeType } from './metric-value-type-type';
3
3
  * The value type for the metric.
4
4
  */
5
5
  export interface MetricValueType {
6
+ /**
7
+ * The metric value type
8
+ */
6
9
  type: MetricValueTypeType;
7
10
  }
@@ -13,6 +13,12 @@ export interface MonitoredEntityStates {
13
13
  * Additional parameters of the monitoring state.
14
14
  */
15
15
  params?: MonitoredEntityStateParam[];
16
+ /**
17
+ * The type of the monitoring state.
18
+ */
16
19
  severity?: MonitoredEntityStatesSeverity;
20
+ /**
21
+ * The name of the monitoring state.
22
+ */
17
23
  state?: MonitoredEntityStatesState;
18
24
  }
@@ -4,5 +4,8 @@ export interface MonitoringConfigurationDto {
4
4
  * The scope this monitoring configuration will be defined for
5
5
  */
6
6
  scope: string;
7
+ /**
8
+ * The monitoring configuration
9
+ */
7
10
  value?: JsonNode;
8
11
  }
@@ -1,4 +1,7 @@
1
1
  import { JsonNode } from './json-node';
2
2
  export interface MonitoringConfigurationUpdateDto {
3
+ /**
4
+ * The monitoring configuration
5
+ */
3
6
  value?: JsonNode;
4
7
  }
@@ -7,6 +7,9 @@ export interface MuteState {
7
7
  * A user's comment.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for the mute state change.
12
+ */
10
13
  reason?: MuteStateReason;
11
14
  /**
12
15
  * The user who has muted or unmuted the problem.
@@ -11,6 +11,9 @@ export interface NetworkZone {
11
11
  * A short description of the network zone.
12
12
  */
13
13
  description?: string;
14
+ /**
15
+ * The fallback mode of the network zone.
16
+ */
14
17
  fallbackMode?: NetworkZoneFallbackMode;
15
18
  /**
16
19
  * The ID of the network zone.
@@ -22,6 +22,9 @@ export interface Precondition {
22
22
  * Only applicable to properties of the `REGEX_MATCH` type.
23
23
  */
24
24
  pattern?: string;
25
+ /**
26
+ * A precondition for visibility of a property.
27
+ */
25
28
  precondition?: Precondition;
26
29
  /**
27
30
  * A list of child preconditions to be evaluated.
@@ -33,5 +36,8 @@ export interface Precondition {
33
36
  * The property to be evaluated.
34
37
  */
35
38
  property?: string;
39
+ /**
40
+ * The type of the precondition.
41
+ */
36
42
  type: PreconditionType;
37
43
  }
@@ -11,6 +11,9 @@ export interface ProblemCloseResult {
11
11
  * True, if the problem is being closed.
12
12
  */
13
13
  closing: boolean;
14
+ /**
15
+ * The comment to a problem.
16
+ */
14
17
  comment?: Comment;
15
18
  /**
16
19
  * The ID of the problem.
@@ -31,8 +31,17 @@ export interface Problem {
31
31
  * A list of all entity tags of the problem.
32
32
  */
33
33
  entityTags?: METag[];
34
+ /**
35
+ * The evidence details of a problem.
36
+ */
34
37
  evidenceDetails?: EvidenceDetails;
38
+ /**
39
+ * A list of all impacts of the problem.
40
+ */
35
41
  impactAnalysis?: ImpactAnalysis;
42
+ /**
43
+ * The impact level of the problem. It shows what is affected by the problem.
44
+ */
36
45
  impactLevel: ProblemImpactLevel;
37
46
  /**
38
47
  * A list of all entities that are impacted by the problem.
@@ -50,6 +59,9 @@ export interface Problem {
50
59
  * The related Kubernetes namespace names.
51
60
  */
52
61
  'k8s.namespace.name'?: string[];
62
+ /**
63
+ * The properties of the linked problem.
64
+ */
53
65
  linkedProblemInfo?: LinkedProblem;
54
66
  /**
55
67
  * A list of all management zones that the problem belongs to.
@@ -63,13 +75,25 @@ export interface Problem {
63
75
  * The ID of the problem.
64
76
  */
65
77
  problemId: string;
78
+ /**
79
+ * A list of comments.
80
+ */
66
81
  recentComments?: CommentsList;
82
+ /**
83
+ * A short representation of a monitored entity.
84
+ */
67
85
  rootCauseEntity?: EntityStub;
86
+ /**
87
+ * The severity of the problem.
88
+ */
68
89
  severityLevel: ProblemSeverityLevel;
69
90
  /**
70
91
  * The start timestamp of the problem, in UTC milliseconds.
71
92
  */
72
93
  startTime: number;
94
+ /**
95
+ * The status of the problem.
96
+ */
73
97
  status: ProblemStatus;
74
98
  /**
75
99
  * The name of the problem, displayed in the UI.