@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1253 -870
  3. package/cjs/index.js +10780 -7073
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +11028 -7145
  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 +20 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
  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 +2 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -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 +7 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
  68. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -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/effective-permission-granted.d.ts +5 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +5 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +1 -1
  118. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
  119. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +13 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +36 -14
  136. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
  138. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +6 -6
  152. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
  153. package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.d.ts +13 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +36 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +17 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +4 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +28 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +28 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +10 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  222. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
  224. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  226. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  230. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  232. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  234. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  246. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  248. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  249. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  250. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
  251. package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
  252. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
  253. package/types/packages/shared-errors/src/index.d.ts +6 -0
  254. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
  255. package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
  256. package/types/packages/shared-errors/src/types.d.ts +31 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
  258. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
  259. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
  260. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
  261. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
  262. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
  263. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
  264. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
  265. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
  266. package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
  267. package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
  268. package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
  269. package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
  270. package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
  271. package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
@@ -28,6 +28,11 @@ export declare class NetworkZonesClient {
28
28
  *
29
29
  * const data =
30
30
  * await networkZonesClient.getNetworkZoneSettings();
31
+ *
32
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
33
+ * @throws {InvalidResponseError}
34
+ * @throws {ApiClientError}
35
+ * @throws {ClientRequestError}
31
36
  */
32
37
  getNetworkZoneSettings(abortSignal?: AbortSignal): Promise<NetworkZoneSettings>;
33
38
  /**
@@ -42,6 +47,11 @@ export declare class NetworkZonesClient {
42
47
  * await networkZonesClient.updateNetworkZoneSettings({
43
48
  * body: {},
44
49
  * });
50
+ *
51
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
52
+ * @throws {InvalidResponseError}
53
+ * @throws {ApiClientError}
54
+ * @throws {ClientRequestError}
45
55
  */
46
56
  updateNetworkZoneSettings(config: {
47
57
  body: NetworkZoneSettings;
@@ -58,6 +68,11 @@ export declare class NetworkZonesClient {
58
68
  * import { networkZonesClient } from "@dynatrace-sdk/client-classic-environment-v2";
59
69
  *
60
70
  * const data = await networkZonesClient.getAllNetworkZones();
71
+ *
72
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
73
+ * @throws {InvalidResponseError}
74
+ * @throws {ApiClientError}
75
+ * @throws {ClientRequestError}
61
76
  */
62
77
  getAllNetworkZones(abortSignal?: AbortSignal): Promise<NetworkZoneList>;
63
78
  /**
@@ -73,6 +88,11 @@ export declare class NetworkZonesClient {
73
88
  * const data = await networkZonesClient.getSingleNetworkZone({
74
89
  * id: "...",
75
90
  * });
91
+ *
92
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
93
+ * @throws {InvalidResponseError}
94
+ * @throws {ApiClientError}
95
+ * @throws {ClientRequestError}
76
96
  */
77
97
  getSingleNetworkZone(config: {
78
98
  /** The ID of the required network zone. */ id: string;
@@ -95,6 +115,11 @@ export declare class NetworkZonesClient {
95
115
  * id: "...",
96
116
  * body: {},
97
117
  * });
118
+ *
119
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
120
+ * @throws {InvalidResponseError}
121
+ * @throws {ApiClientError}
122
+ * @throws {ClientRequestError}
98
123
  */
99
124
  createOrUpdateNetworkZone(config: {
100
125
  body: NetworkZone;
@@ -120,6 +145,11 @@ export declare class NetworkZonesClient {
120
145
  * const data = await networkZonesClient.deleteNetworkZone({
121
146
  * id: "...",
122
147
  * });
148
+ *
149
+ * @throws {ErrorEnvelopeError} Failed. See error message in the response body for details. | Client side error. | Server side error.
150
+ * @throws {InvalidResponseError}
151
+ * @throws {ApiClientError}
152
+ * @throws {ClientRequestError}
123
153
  */
124
154
  deleteNetworkZone(config: {
125
155
  /** The ID of the network zone to be deleted. */ id: string;
@@ -138,6 +168,11 @@ export declare class NetworkZonesClient {
138
168
  * const data = await networkZonesClient.getHostStats({
139
169
  * id: "...",
140
170
  * });
171
+ *
172
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
173
+ * @throws {InvalidResponseError}
174
+ * @throws {ApiClientError}
175
+ * @throws {ClientRequestError}
141
176
  */
142
177
  getHostStats(config: {
143
178
  /** The ID of the required network zone. */ id: string;
@@ -28,6 +28,11 @@ export declare class ProblemsClient {
28
28
  * import { problemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
29
29
  *
30
30
  * const data = await problemsClient.getProblems();
31
+ *
32
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
33
+ * @throws {InvalidResponseError}
34
+ * @throws {ApiClientError}
35
+ * @throws {ClientRequestError}
31
36
  */
32
37
  getProblems(config?: {
33
38
  /**
@@ -180,6 +185,11 @@ export declare class ProblemsClient {
180
185
  * const data = await problemsClient.getProblem({
181
186
  * problemId: "...",
182
187
  * });
188
+ *
189
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
190
+ * @throws {InvalidResponseError}
191
+ * @throws {ApiClientError}
192
+ * @throws {ClientRequestError}
183
193
  */
184
194
  getProblem(config: {
185
195
  /** The ID of the required problem. */ problemId: string;
@@ -210,6 +220,11 @@ export declare class ProblemsClient {
210
220
  * problemId: "...",
211
221
  * body: { message: "..." },
212
222
  * });
223
+ *
224
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
225
+ * @throws {InvalidResponseError}
226
+ * @throws {ApiClientError}
227
+ * @throws {ClientRequestError}
213
228
  */
214
229
  closeProblem(config: {
215
230
  body: ProblemCloseRequestDtoImpl;
@@ -229,6 +244,11 @@ export declare class ProblemsClient {
229
244
  * const data = await problemsClient.getComments({
230
245
  * problemId: "...",
231
246
  * });
247
+ *
248
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
249
+ * @throws {InvalidResponseError}
250
+ * @throws {ApiClientError}
251
+ * @throws {ClientRequestError}
232
252
  */
233
253
  getComments(config: {
234
254
  /** The ID of the required problem. */ problemId: string;
@@ -260,6 +280,11 @@ export declare class ProblemsClient {
260
280
  * problemId: "...",
261
281
  * body: { message: "..." },
262
282
  * });
283
+ *
284
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
285
+ * @throws {InvalidResponseError}
286
+ * @throws {ApiClientError}
287
+ * @throws {ClientRequestError}
263
288
  */
264
289
  createComment(config: {
265
290
  body: CommentRequestDtoImpl;
@@ -280,6 +305,11 @@ export declare class ProblemsClient {
280
305
  * problemId: "...",
281
306
  * commentId: "...",
282
307
  * });
308
+ *
309
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
310
+ * @throws {InvalidResponseError}
311
+ * @throws {ApiClientError}
312
+ * @throws {ClientRequestError}
283
313
  */
284
314
  getComment(config: {
285
315
  /** The ID of the required problem. */ problemId: string;
@@ -299,6 +329,11 @@ export declare class ProblemsClient {
299
329
  * commentId: "...",
300
330
  * body: { message: "..." },
301
331
  * });
332
+ *
333
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
334
+ * @throws {InvalidResponseError}
335
+ * @throws {ApiClientError}
336
+ * @throws {ClientRequestError}
302
337
  */
303
338
  updateComment(config: {
304
339
  body: CommentRequestDtoImpl;
@@ -318,6 +353,11 @@ export declare class ProblemsClient {
318
353
  * problemId: "...",
319
354
  * commentId: "...",
320
355
  * });
356
+ *
357
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
358
+ * @throws {InvalidResponseError}
359
+ * @throws {ApiClientError}
360
+ * @throws {ClientRequestError}
321
361
  */
322
362
  deleteComment(config: {
323
363
  /** The ID of the required problem. */ problemId: string;
@@ -22,6 +22,11 @@ export declare class ReleasesClient {
22
22
  * import { releasesClient } from "@dynatrace-sdk/client-classic-environment-v2";
23
23
  *
24
24
  * const data = await releasesClient.getReleases();
25
+ *
26
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
27
+ * @throws {InvalidResponseError}
28
+ * @throws {ApiClientError}
29
+ * @throws {ClientRequestError}
25
30
  */
26
31
  getReleases(config?: {
27
32
  /**
@@ -43,6 +43,11 @@ export declare class SecurityProblemsClient {
43
43
  *
44
44
  * const data =
45
45
  * await securityProblemsClient.getSecurityProblems();
46
+ *
47
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
48
+ * @throws {InvalidResponseError}
49
+ * @throws {ApiClientError}
50
+ * @throws {ClientRequestError}
46
51
  */
47
52
  getSecurityProblems(config?: {
48
53
  /**
@@ -213,6 +218,11 @@ export declare class SecurityProblemsClient {
213
218
  * await securityProblemsClient.bulkMuteSecurityProblems({
214
219
  * body: { securityProblemIds: ["..."] },
215
220
  * });
221
+ *
222
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
223
+ * @throws {InvalidResponseError}
224
+ * @throws {ApiClientError}
225
+ * @throws {ClientRequestError}
216
226
  */
217
227
  bulkMuteSecurityProblems(config: {
218
228
  body: SecurityProblemsBulkMute;
@@ -232,6 +242,11 @@ export declare class SecurityProblemsClient {
232
242
  * await securityProblemsClient.bulkUnmuteSecurityProblems({
233
243
  * body: { securityProblemIds: ["..."] },
234
244
  * });
245
+ *
246
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
247
+ * @throws {InvalidResponseError}
248
+ * @throws {ApiClientError}
249
+ * @throws {ClientRequestError}
235
250
  */
236
251
  bulkUnmuteSecurityProblems(config: {
237
252
  body: SecurityProblemsBulkUnmute;
@@ -253,6 +268,11 @@ export declare class SecurityProblemsClient {
253
268
  * await securityProblemsClient.getSecurityProblem({
254
269
  * id: "...",
255
270
  * });
271
+ *
272
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
273
+ * @throws {InvalidResponseError}
274
+ * @throws {ApiClientError}
275
+ * @throws {ClientRequestError}
256
276
  */
257
277
  getSecurityProblem(config: {
258
278
  /** The ID of the requested security problem. */ id: string;
@@ -280,6 +300,14 @@ export declare class SecurityProblemsClient {
280
300
  *
281
301
  * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
282
302
  */ fields?: string;
303
+ /**
304
+ * 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.
305
+ *
306
+ * * Management zone ID: ids("mzId-1", "mzId-2").
307
+ * * Management zone names: names("mz-1", "mz-2").
308
+ *
309
+ * You can specify several comma-separated criteria (for example, `names("myMz"),ids("9130632296508575249")`).
310
+ */ managementZoneFilter?: string;
283
311
  /**
284
312
  * Based on the timeframe start the affected-, related- and vulnerable entities are being calculated.
285
313
  * You can use one of the following formats:
@@ -317,6 +345,11 @@ export declare class SecurityProblemsClient {
317
345
  * await securityProblemsClient.getEventsForSecurityProblem({
318
346
  * id: "...",
319
347
  * });
348
+ *
349
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
350
+ * @throws {InvalidResponseError}
351
+ * @throws {ApiClientError}
352
+ * @throws {ClientRequestError}
320
353
  */
321
354
  getEventsForSecurityProblem(config: {
322
355
  /** The ID of the requested security problem. */ id: string;
@@ -371,6 +404,11 @@ export declare class SecurityProblemsClient {
371
404
  * id: "...",
372
405
  * body: {},
373
406
  * });
407
+ *
408
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
409
+ * @throws {InvalidResponseError}
410
+ * @throws {ApiClientError}
411
+ * @throws {ClientRequestError}
374
412
  */
375
413
  muteSecurityProblem(config: {
376
414
  body: SecurityProblemMute;
@@ -393,6 +431,11 @@ export declare class SecurityProblemsClient {
393
431
  * await securityProblemsClient.getRemediationItems({
394
432
  * id: "...",
395
433
  * });
434
+ *
435
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
436
+ * @throws {InvalidResponseError}
437
+ * @throws {ApiClientError}
438
+ * @throws {ClientRequestError}
396
439
  */
397
440
  getRemediationItems(config: {
398
441
  /** The ID of the requested third-party security problem. */ id: string;
@@ -435,6 +478,11 @@ export declare class SecurityProblemsClient {
435
478
  * id: "...",
436
479
  * body: { remediationItemIds: ["..."] },
437
480
  * });
481
+ *
482
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
483
+ * @throws {InvalidResponseError}
484
+ * @throws {ApiClientError}
485
+ * @throws {ClientRequestError}
438
486
  */
439
487
  bulkMuteRemediationItems(config: {
440
488
  body: RemediationItemsBulkMute;
@@ -453,6 +501,11 @@ export declare class SecurityProblemsClient {
453
501
  * await securityProblemsClient.trackingLinkBulkUpdateAndDelete(
454
502
  * { id: "...", body: {} },
455
503
  * );
504
+ *
505
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
506
+ * @throws {InvalidResponseError}
507
+ * @throws {ApiClientError}
508
+ * @throws {ClientRequestError}
456
509
  */
457
510
  trackingLinkBulkUpdateAndDelete(config: {
458
511
  body: RemediationItemsBulkUpdateDeleteDto;
@@ -474,6 +527,11 @@ export declare class SecurityProblemsClient {
474
527
  * id: "...",
475
528
  * body: { remediationItemIds: ["..."] },
476
529
  * });
530
+ *
531
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
532
+ * @throws {InvalidResponseError}
533
+ * @throws {ApiClientError}
534
+ * @throws {ClientRequestError}
477
535
  */
478
536
  bulkUnmuteRemediationItems(config: {
479
537
  body: RemediationItemsBulkUnmute;
@@ -497,6 +555,11 @@ export declare class SecurityProblemsClient {
497
555
  * id: "...",
498
556
  * remediationItemId: "...",
499
557
  * });
558
+ *
559
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
560
+ * @throws {InvalidResponseError}
561
+ * @throws {ApiClientError}
562
+ * @throws {ClientRequestError}
500
563
  */
501
564
  getRemediationItem(config: {
502
565
  /** The ID of the requested third-party security problem. */ id: string;
@@ -517,6 +580,11 @@ export declare class SecurityProblemsClient {
517
580
  * remediationItemId: "...",
518
581
  * body: { comment: "...", muted: false },
519
582
  * });
583
+ *
584
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
585
+ * @throws {InvalidResponseError}
586
+ * @throws {ApiClientError}
587
+ * @throws {ClientRequestError}
520
588
  */
521
589
  setRemediationItemMuteState(config: {
522
590
  body: RemediationItemMuteStateChange;
@@ -540,6 +608,11 @@ export declare class SecurityProblemsClient {
540
608
  * await securityProblemsClient.getRemediationProgressEntities(
541
609
  * { id: "...", remediationItemId: "..." },
542
610
  * );
611
+ *
612
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
613
+ * @throws {InvalidResponseError}
614
+ * @throws {ApiClientError}
615
+ * @throws {ClientRequestError}
543
616
  */
544
617
  getRemediationProgressEntities(config: {
545
618
  /** The ID of the requested third-party security problem. */ id: string;
@@ -576,6 +649,11 @@ export declare class SecurityProblemsClient {
576
649
  * id: "...",
577
650
  * body: {},
578
651
  * });
652
+ *
653
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
654
+ * @throws {InvalidResponseError}
655
+ * @throws {ApiClientError}
656
+ * @throws {ClientRequestError}
579
657
  */
580
658
  unmuteSecurityProblem(config: {
581
659
  body: SecurityProblemUnmute;
@@ -598,6 +676,11 @@ export declare class SecurityProblemsClient {
598
676
  * await securityProblemsClient.getVulnerableFunctions({
599
677
  * id: "...",
600
678
  * });
679
+ *
680
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
681
+ * @throws {InvalidResponseError}
682
+ * @throws {ApiClientError}
683
+ * @throws {ClientRequestError}
601
684
  */
602
685
  getVulnerableFunctions(config: {
603
686
  /** The ID of the requested third-party security problem. */ id: string;
@@ -38,6 +38,11 @@ export declare class ServiceLevelObjectivesClient {
38
38
  * import { serviceLevelObjectivesClient } from "@dynatrace-sdk/client-classic-environment-v2";
39
39
  *
40
40
  * const data = await serviceLevelObjectivesClient.getSlo();
41
+ *
42
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
43
+ * @throws {InvalidResponseError}
44
+ * @throws {ApiClientError}
45
+ * @throws {ClientRequestError}
41
46
  */
42
47
  getSlo(config?: {
43
48
  /**
@@ -148,6 +153,11 @@ export declare class ServiceLevelObjectivesClient {
148
153
  * warning: 97.5,
149
154
  * },
150
155
  * });
156
+ *
157
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. Conflicting resource. | Internal server error. | Client side error. | Server side error.
158
+ * @throws {InvalidResponseError}
159
+ * @throws {ApiClientError}
160
+ * @throws {ClientRequestError}
151
161
  */
152
162
  createSlo(config: {
153
163
  body: SloConfigItemDtoImpl;
@@ -170,6 +180,11 @@ export declare class ServiceLevelObjectivesClient {
170
180
  * const data = await serviceLevelObjectivesClient.getSloById({
171
181
  * id: "...",
172
182
  * });
183
+ *
184
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. The requested resource doesn't exist. | Client side error. | Server side error.
185
+ * @throws {InvalidResponseError}
186
+ * @throws {ApiClientError}
187
+ * @throws {ClientRequestError}
173
188
  */
174
189
  getSloById(config: {
175
190
  /** The ID of the required SLO. */ id: string;
@@ -239,6 +254,11 @@ export declare class ServiceLevelObjectivesClient {
239
254
  * warning: 97.5,
240
255
  * },
241
256
  * });
257
+ *
258
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Internal server error. | Client side error. | Server side error.
259
+ * @throws {InvalidResponseError}
260
+ * @throws {ApiClientError}
261
+ * @throws {ClientRequestError}
242
262
  */
243
263
  updateSloById(config: {
244
264
  body: SloConfigItemDtoImpl;
@@ -258,6 +278,11 @@ export declare class ServiceLevelObjectivesClient {
258
278
  * const data = await serviceLevelObjectivesClient.deleteSlo({
259
279
  * id: "...",
260
280
  * });
281
+ *
282
+ * @throws {ErrorEnvelopeError} Failed. The requested resource doesn't exist. | Failed. Conflicting resource. | Internal server error. | Client side error. | Server side error.
283
+ * @throws {InvalidResponseError}
284
+ * @throws {ApiClientError}
285
+ * @throws {ClientRequestError}
261
286
  */
262
287
  deleteSlo(config: {
263
288
  id: string;
@@ -281,6 +306,11 @@ export declare class ServiceLevelObjectivesClient {
281
306
  * body: { alertName: "...", alertThreshold: 10 },
282
307
  * },
283
308
  * );
309
+ *
310
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Failed. The requested resource doesn't exist. | Precondition for creating an SLO alert not fulfilled. The SLO func metric cannot be created or is not created by the SLO. | Internal server error. | Client side error. | Server side error.
311
+ * @throws {InvalidResponseError}
312
+ * @throws {ApiClientError}
313
+ * @throws {ClientRequestError}
284
314
  */
285
315
  createAlert(config: {
286
316
  body: AbstractSloAlertDto;
@@ -29,6 +29,11 @@ export declare class SettingsManagementZonesClient {
29
29
  * await settingsManagementZonesClient.getManagementZoneDetails(
30
30
  * { objectId: "..." },
31
31
  * );
32
+ *
33
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
34
+ * @throws {InvalidResponseError}
35
+ * @throws {ApiClientError}
36
+ * @throws {ClientRequestError}
32
37
  */
33
38
  getManagementZoneDetails(config: {
34
39
  /** The ID of the required settings object. */ objectId: string;
@@ -1,6 +1,9 @@
1
1
  import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { EffectivePermission } from '../models/effective-permission';
2
3
  import { EffectiveSettingsValuesList } from '../models/effective-settings-values-list';
3
4
  import { ObjectsList } from '../models/objects-list';
5
+ import { ResolutionRequest } from '../models/resolution-request';
6
+ import { RevisionDiffPage } from '../models/revision-diff-page';
4
7
  import { SettingsObjectByObjectIdResponse } from '../models/settings-object-by-object-id-response';
5
8
  import { SettingsObjectCreate } from '../models/settings-object-create';
6
9
  import { SettingsObjectResponse } from '../models/settings-object-response';
@@ -16,6 +19,37 @@ export declare class SettingsObjectsClient {
16
19
  * const settingsObjectsClientNodeJs = new SettingsObjectsClient(yourCustomImplementation);
17
20
  */
18
21
  constructor(httpClientImplementation: HttpClient);
22
+ /**
23
+ * Get the effective settings permissions of the calling user in the environment
24
+ *
25
+ * **One of the following scopes is required:**
26
+ * + settings:objects:write
27
+ * + settings:objects:read
28
+ * + settings:schemas:read
29
+ *
30
+ * <br/>**One of the following permissions is required:**
31
+ * + environment:roles:viewer
32
+ * + settings:schemas:read
33
+ *
34
+ * @returns Success
35
+ *
36
+ * @example <caption>Code example</caption>
37
+ * import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
38
+ *
39
+ * const data =
40
+ * await settingsObjectsClient.resolveEffectivePermissions({
41
+ * body: {},
42
+ * });
43
+ *
44
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. No access to any settings. | Client side error. | Server side error.
45
+ * @throws {InvalidResponseError}
46
+ * @throws {ApiClientError}
47
+ * @throws {ClientRequestError}
48
+ */
49
+ resolveEffectivePermissions(config: {
50
+ body: ResolutionRequest;
51
+ abortSignal?: AbortSignal;
52
+ }): Promise<EffectivePermission[]>;
19
53
  /**
20
54
  * Lists effective settings values
21
55
  *
@@ -36,6 +70,11 @@ export declare class SettingsObjectsClient {
36
70
  *
37
71
  * const data =
38
72
  * await settingsObjectsClient.getEffectiveSettingsValues();
73
+ *
74
+ * @throws {ErrorEnvelopeError} Failed. The specified schema or scope is not found. | Client side error. | Server side error.
75
+ * @throws {InvalidResponseError}
76
+ * @throws {ApiClientError}
77
+ * @throws {ClientRequestError}
39
78
  */
40
79
  getEffectiveSettingsValues(config?: {
41
80
  /**
@@ -73,6 +112,54 @@ export declare class SettingsObjectsClient {
73
112
  */ pageSize?: number;
74
113
  abortSignal?: AbortSignal;
75
114
  }): Promise<EffectiveSettingsValuesList>;
115
+ /**
116
+ * Gets the history of settings objects
117
+ *
118
+ * **Required scope:** settings:objects:read<br/>**One of the following permissions is required:**
119
+ * + environment:roles:manage-settings
120
+ * + settings:objects:read
121
+ *
122
+ * @returns Success
123
+ *
124
+ * @example <caption>Code example</caption>
125
+ * import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
126
+ *
127
+ * const data =
128
+ * await settingsObjectsClient.getSettingsHistory();
129
+ *
130
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
131
+ * @throws {InvalidResponseError}
132
+ * @throws {ApiClientError}
133
+ * @throws {ClientRequestError}
134
+ */
135
+ getSettingsHistory(config?: {
136
+ /** Schema ID to which the requested revisions belong. */ schemaId?: string;
137
+ /**
138
+ * The scope that the requested history objects target.
139
+ *
140
+ * The selection only matches revisions directly targeting the specified scope. For example, `environment` will not match objects that target a host within environment. For more details, please see [Dynatrace Documentation](https://dt-url.net/ky03459).
141
+ *
142
+ * To load the first page, when the **nextPageKey** is not set, this parameter is required.
143
+ */ scope?: string;
144
+ /** The filter parameter, as explained [here](https://dt-url.net/platform-services-filtering). Filtering is supported on the following fields: * `objectId` * `modificationInfo.lastModifiedTime`, and the fields can only be combined with `and` as a boolean operator. If this parameter is omitted or does not include a range for **modificationInfo.lastModifiedTime**, only revisions of the last 2 weeks are returned. (optional) */ filter?: string;
145
+ /** The sort parameter, as explained [here](https://dt-url.net/platform-services-filtering). Sorting is supported on the following fields: * `modificationInfo.lastModifiedTime` (optional, default to -modificationInfo.lastModifiedTime) */ sort?: string;
146
+ /** A list of fields to be included to the response.Specify the required top-level fields, separated by commas (for example, **revision,modificationInfo**). Supported fields: **revision**, **jsonPatch**, **jsonBefore**, **jsonAfter**, **objectId**, **type**, **schemaVersion**, **modificationInfo**.(optional, default to revision, modificationInfo) */ fields?: string;
147
+ /**
148
+ * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
149
+ *
150
+ * The first page is always returned if you don't specify the **nextPageKey** query parameter.
151
+ *
152
+ * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
153
+ */ nextPageKey?: string;
154
+ /**
155
+ * The amount of settings objects in a single response payload.
156
+ *
157
+ * The maximal allowed page size is 500.
158
+ *
159
+ * If not set, 100 is used.
160
+ */ pageSize?: number;
161
+ abortSignal?: AbortSignal;
162
+ }): Promise<RevisionDiffPage>;
76
163
  /**
77
164
  * Lists persisted settings objects
78
165
  *
@@ -93,6 +180,11 @@ export declare class SettingsObjectsClient {
93
180
  *
94
181
  * const data =
95
182
  * await settingsObjectsClient.getSettingsObjects();
183
+ *
184
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | Failed. The specified schema or scope is not found. | Client side error. | Server side error.
185
+ * @throws {InvalidResponseError}
186
+ * @throws {ApiClientError}
187
+ * @throws {ClientRequestError}
96
188
  */
97
189
  getSettingsObjects(config?: {
98
190
  /**
@@ -123,7 +215,7 @@ export declare class SettingsObjectsClient {
123
215
  *
124
216
  * Specify the required top-level fields, separated by commas (for example, `objectId,value`).
125
217
  *
126
- * Supported fields: `objectId`, `summary`, `searchSummary`, `created`, `modified`, `createdBy`, `modifiedBy`, `author`, `updateToken`, `scope`, `modificationInfo`, `schemaId`, `schemaVersion`, `value`, `externalId`.
218
+ * Supported fields: `objectId`, `summary`, `searchSummary`, `created`, `modified`, `createdBy`, `modifiedBy`, `author`, `updateToken`, `scope`, `modificationInfo` (deprecated), `resourceContext`, `owner`, `schemaId`, `schemaVersion`, `value`, `externalId`.
127
219
  */ fields?: string;
128
220
  /**
129
221
  * The filter parameter, as explained [here](https://dt-url.net/platform-services-filtering).
@@ -194,6 +286,12 @@ export declare class SettingsObjectsClient {
194
286
  * },
195
287
  * ],
196
288
  * });
289
+ *
290
+ * @throws {SettingsObjectResponseArrayError} Failed. Schema validation failed. | Failed. The requested resource doesn't exist. | Failed. Conflicting resource.
291
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | Client side error. | Server side error.
292
+ * @throws {InvalidResponseError}
293
+ * @throws {ApiClientError}
294
+ * @throws {ClientRequestError}
197
295
  */
198
296
  postSettingsObjects(config: {
199
297
  body: SettingsObjectCreate[];
@@ -216,6 +314,11 @@ export declare class SettingsObjectsClient {
216
314
  * await settingsObjectsClient.getSettingsObjectByObjectId({
217
315
  * objectId: "...",
218
316
  * });
317
+ *
318
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
319
+ * @throws {InvalidResponseError}
320
+ * @throws {ApiClientError}
321
+ * @throws {ClientRequestError}
219
322
  */
220
323
  getSettingsObjectByObjectId(config: {
221
324
  /** The ID of the required settings object. */ objectId: string;
@@ -242,6 +345,12 @@ export declare class SettingsObjectsClient {
242
345
  * objectId: "...",
243
346
  * body: { value: {} },
244
347
  * });
348
+ *
349
+ * @throws {SettingsObjectResponseError} Failed. Schema validation failed. | Failed. The requested resource doesn't exist. | Failed. Conflicting resource.
350
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | Client side error. | Server side error.
351
+ * @throws {InvalidResponseError}
352
+ * @throws {ApiClientError}
353
+ * @throws {ClientRequestError}
245
354
  */
246
355
  putSettingsObjectByObjectId(config: {
247
356
  body: SettingsObjectUpdate;
@@ -263,6 +372,12 @@ export declare class SettingsObjectsClient {
263
372
  * await settingsObjectsClient.deleteSettingsObjectByObjectId(
264
373
  * { objectId: "..." },
265
374
  * );
375
+ *
376
+ * @throws {SettingsObjectResponseError} Failed. Schema validation failed. | Failed. The requested resource doesn't exist. | Failed. Conflicting resource.
377
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | Client side error. | Server side error.
378
+ * @throws {InvalidResponseError}
379
+ * @throws {ApiClientError}
380
+ * @throws {ClientRequestError}
266
381
  */
267
382
  deleteSettingsObjectByObjectId(config: {
268
383
  /** The ID of the required settings object. */ objectId: string;
@@ -26,6 +26,11 @@ export declare class SettingsSchemasClient {
26
26
  *
27
27
  * const data =
28
28
  * await settingsSchemasClient.getAvailableSchemaDefinitions();
29
+ *
30
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
31
+ * @throws {InvalidResponseError}
32
+ * @throws {ApiClientError}
33
+ * @throws {ClientRequestError}
29
34
  */
30
35
  getAvailableSchemaDefinitions(config?: {
31
36
  /**
@@ -53,6 +58,11 @@ export declare class SettingsSchemasClient {
53
58
  * await settingsSchemasClient.getSchemaDefinition({
54
59
  * schemaId: "...",
55
60
  * });
61
+ *
62
+ * @throws {ErrorEnvelopeError} Failed. Forbidden. | Failed. The specified schema doesn't exist. | Client side error. | Server side error.
63
+ * @throws {InvalidResponseError}
64
+ * @throws {ApiClientError}
65
+ * @throws {ClientRequestError}
56
66
  */
57
67
  getSchemaDefinition(config: {
58
68
  /** The ID of the required schema. */ schemaId: string;
@@ -26,6 +26,11 @@ export declare class SyntheticHttpMonitorExecutionsClient {
26
26
  * resultType: GetExecutionResultPathResultType.Success,
27
27
  * },
28
28
  * );
29
+ *
30
+ * @throws {ErrorEnvelopeError} Client side error. | Server side error.
31
+ * @throws {InvalidResponseError}
32
+ * @throws {ApiClientError}
33
+ * @throws {ClientRequestError}
29
34
  */
30
35
  getExecutionResult(config: {
31
36
  /** Identifier of the HTTP monitor for which last execution result is returned. */ monitorId: string;