@dynatrace-sdk/client-classic-environment-v2 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (490) hide show
  1. package/CHANGELOG.md +121 -0
  2. package/README.md +20 -0
  3. package/cjs/index.js +15616 -0
  4. package/docs/DOCS.md +33182 -0
  5. package/dynatrace-metadata.json +18 -0
  6. package/esm/index.js +15593 -0
  7. package/package.json +10 -0
  8. package/types/index.d.ts +1 -0
  9. package/types/packages/client/classic-environment-v2/src/index.d.ts +1 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +75 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +196 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +36 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +93 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +71 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +188 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +114 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +95 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +46 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +236 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +389 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +26 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +297 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +316 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +68 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +248 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +277 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +116 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +263 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +108 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +354 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +269 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +175 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +42 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +25 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +46 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +184 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +7 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +8 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +8 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +6 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +8 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +8 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +8 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/index.d.ts +3 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.d.ts +15 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.d.ts +20 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +58 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.d.ts +16 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +26 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.d.ts +15 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.d.ts +16 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +21 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.d.ts +20 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-connected-hosts.d.ts +17 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.d.ts +15 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +21 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-list.d.ts +18 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +14 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.d.ts +28 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +33 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +13 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.d.ts +12 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.d.ts +13 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.d.ts +13 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.d.ts +13 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +47 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.d.ts +27 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.d.ts +17 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +27 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.d.ts +35 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +52 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.d.ts +14 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +102 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.d.ts +22 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tags.d.ts +18 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.d.ts +23 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +14 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +18 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.d.ts +22 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-additional-metadata.d.ts +15 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +79 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +122 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +27 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +35 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +85 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-secret.d.ts +14 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +79 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +102 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +73 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/application-impact.d.ts +13 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +22 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info.d.ts +16 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +18 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.d.ts +27 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-patch.d.ts +14 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.d.ts +16 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +66 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.d.ts +35 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/author-dto.d.ts +17 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +20 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.d.ts +16 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.d.ts +28 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +212 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/burn-rate-alert.d.ts +13 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +28 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +22 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.d.ts +19 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +37 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +35 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.d.ts +18 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +40 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.d.ts +27 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.d.ts +22 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +11 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.d.ts +21 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +55 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.d.ts +10 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.d.ts +22 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-certificate-response-element.d.ts +28 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-token-response-element.d.ts +18 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-username-password-response-element.d.ts +23 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.d.ts +24 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.d.ts +16 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +16 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +52 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.d.ts +16 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +20 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +48 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/custom-application-impact.d.ts +13 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +14 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-result.d.ts +22 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +96 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +23 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.d.ts +27 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.d.ts +14 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +40 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.d.ts +12 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.d.ts +32 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.d.ts +17 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +53 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/deleted-entity-tags.d.ts +17 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +55 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +35 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.d.ts +35 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +15 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +33 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/entity-id.d.ts +22 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.d.ts +14 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.d.ts +27 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +22 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +15 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.d.ts +35 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-property-dto.d.ts +27 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +60 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +61 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.d.ts +12 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +41 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value-value.d.ts +12 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +35 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/error-envelope.d.ts +15 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +25 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +35 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +21 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +20 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.d.ts +15 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +20 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +23 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +59 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +40 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +32 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +35 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/event-property.d.ts +22 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/event-status.d.ts +13 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +35 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.d.ts +18 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +30 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +96 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.d.ts +23 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.d.ts +22 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +47 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.d.ts +38 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +112 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.d.ts +16 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +22 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +35 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/extension-environment-configuration-version.d.ts +14 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.d.ts +15 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +51 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/extension-events-list.d.ts +15 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +15 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.d.ts +32 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +24 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.d.ts +32 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.d.ts +14 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +17 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +15 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +61 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +55 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +18 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +12 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +34 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +18 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +41 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.d.ts +18 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.d.ts +45 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +46 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/from-position.d.ts +22 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.d.ts +10 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.d.ts +25 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.d.ts +25 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.d.ts +10 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.d.ts +14 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.d.ts +10 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.d.ts +17 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.d.ts +13 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-start-version-compare-type.d.ts +13 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-target-version-compare-type.d.ts +13 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.d.ts +12 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.d.ts +12 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.d.ts +10 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.d.ts +11 -0
  222. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.d.ts +10 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.d.ts +12 -0
  224. package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.d.ts +13 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.d.ts +10 -0
  226. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.d.ts +11 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.d.ts +10 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.d.ts +10 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-start-version-compare-type.d.ts +13 -0
  230. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-target-version-compare-type.d.ts +13 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-update-type.d.ts +12 -0
  232. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle-config.d.ts +18 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +33 -0
  234. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.d.ts +14 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.d.ts +23 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/impact-analysis.d.ts +18 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.d.ts +20 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +33 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +404 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.d.ts +13 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +22 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +14 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/item-type.d.ts +12 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +55 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/json-node.d.ts +12 -0
  246. package/types/packages/client/classic-environment-v2/src/lib/models/linked-problem.d.ts +22 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +11 -0
  248. package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.d.ts +28 -0
  249. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +217 -0
  250. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.d.ts +14 -0
  251. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +14 -0
  252. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.d.ts +14 -0
  253. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.d.ts +15 -0
  254. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +31 -0
  255. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +28 -0
  256. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +25 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.d.ts +22 -0
  258. package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.d.ts +34 -0
  259. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +40 -0
  260. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.d.ts +20 -0
  261. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +22 -0
  262. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.d.ts +17 -0
  263. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +35 -0
  264. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.d.ts +29 -0
  265. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.d.ts +21 -0
  266. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +166 -0
  267. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +29 -0
  268. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.d.ts +16 -0
  269. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +39 -0
  270. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +20 -0
  271. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +42 -0
  272. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +16 -0
  273. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +27 -0
  274. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +46 -0
  275. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +11 -0
  276. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +38 -0
  277. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.d.ts +14 -0
  278. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +18 -0
  279. package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.d.ts +22 -0
  280. package/types/packages/client/classic-environment-v2/src/lib/models/mobile-impact.d.ts +13 -0
  281. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.d.ts +23 -0
  282. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.d.ts +170 -0
  283. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-header.d.ts +22 -0
  284. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +17 -0
  285. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.d.ts +19 -0
  286. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +15 -0
  287. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.d.ts +18 -0
  288. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +25 -0
  289. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.d.ts +32 -0
  290. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-list.d.ts +18 -0
  291. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-settings.d.ts +17 -0
  292. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +51 -0
  293. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +35 -0
  294. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-expected-value.d.ts +14 -0
  295. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.d.ts +18 -0
  296. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +46 -0
  297. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-request-dto-impl.d.ts +14 -0
  298. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +30 -0
  299. package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.d.ts +15 -0
  300. package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.d.ts +18 -0
  301. package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.d.ts +13 -0
  302. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +91 -0
  303. package/types/packages/client/classic-environment-v2/src/lib/models/problems.d.ts +40 -0
  304. package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.d.ts +33 -0
  305. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-default.d.ts +14 -0
  306. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +14 -0
  307. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.d.ts +14 -0
  308. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-type.d.ts +12 -0
  309. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +84 -0
  310. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +28 -0
  311. package/types/packages/client/classic-environment-v2/src/lib/models/related-attacks-list.d.ts +19 -0
  312. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.d.ts +32 -0
  313. package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.d.ts +48 -0
  314. package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.d.ts +27 -0
  315. package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.d.ts +14 -0
  316. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +30 -0
  317. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +33 -0
  318. package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +89 -0
  319. package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +40 -0
  320. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.d.ts +14 -0
  321. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.d.ts +14 -0
  322. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.d.ts +14 -0
  323. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +42 -0
  324. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-list.d.ts +18 -0
  325. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.d.ts +18 -0
  326. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +25 -0
  327. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.d.ts +18 -0
  328. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +35 -0
  329. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.d.ts +13 -0
  330. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +57 -0
  331. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress.d.ts +22 -0
  332. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.d.ts +14 -0
  333. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.d.ts +16 -0
  334. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.d.ts +14 -0
  335. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.d.ts +14 -0
  336. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.d.ts +13 -0
  337. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.d.ts +18 -0
  338. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.d.ts +14 -0
  339. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.d.ts +13 -0
  340. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.d.ts +18 -0
  341. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.d.ts +14 -0
  342. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +41 -0
  343. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.d.ts +14 -0
  344. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +55 -0
  345. package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.d.ts +17 -0
  346. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +17 -0
  347. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +15 -0
  348. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +14 -0
  349. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +15 -0
  350. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +17 -0
  351. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +89 -0
  352. package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.d.ts +14 -0
  353. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +23 -0
  354. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +27 -0
  355. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +15 -0
  356. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +58 -0
  357. package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.d.ts +14 -0
  358. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-related-container-images-item.d.ts +18 -0
  359. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.d.ts +13 -0
  360. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.d.ts +17 -0
  361. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.d.ts +14 -0
  362. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +142 -0
  363. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +16 -0
  364. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +26 -0
  365. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +35 -0
  366. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.d.ts +35 -0
  367. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.d.ts +16 -0
  368. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +20 -0
  369. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.d.ts +13 -0
  370. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.d.ts +17 -0
  371. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.d.ts +12 -0
  372. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +20 -0
  373. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.d.ts +14 -0
  374. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +83 -0
  375. package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +18 -0
  376. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +48 -0
  377. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +28 -0
  378. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +55 -0
  379. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +69 -0
  380. package/types/packages/client/classic-environment-v2/src/lib/models/settings-value.d.ts +16 -0
  381. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +35 -0
  382. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.d.ts +16 -0
  383. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.d.ts +24 -0
  384. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +42 -0
  385. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.d.ts +12 -0
  386. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +93 -0
  387. package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.d.ts +12 -0
  388. package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.d.ts +14 -0
  389. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +170 -0
  390. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +32 -0
  391. package/types/packages/client/classic-environment-v2/src/lib/models/status-alert.d.ts +13 -0
  392. package/types/packages/client/classic-environment-v2/src/lib/models/success-envelope.d.ts +15 -0
  393. package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +19 -0
  394. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-config-dto.d.ts +22 -0
  395. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.d.ts +16 -0
  396. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +14 -0
  397. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +61 -0
  398. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.d.ts +16 -0
  399. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +14 -0
  400. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.d.ts +32 -0
  401. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +14 -0
  402. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +22 -0
  403. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.d.ts +14 -0
  404. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +42 -0
  405. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.d.ts +39 -0
  406. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.d.ts +13 -0
  407. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +67 -0
  408. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-executions.d.ts +18 -0
  409. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.d.ts +16 -0
  410. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +45 -0
  411. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-execution-details.d.ts +22 -0
  412. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.d.ts +23 -0
  413. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +27 -0
  414. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-locations-status.d.ts +17 -0
  415. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +20 -0
  416. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token.d.ts +17 -0
  417. package/types/packages/client/classic-environment-v2/src/lib/models/to-position.d.ts +22 -0
  418. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +21 -0
  419. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +35 -0
  420. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +32 -0
  421. package/types/packages/client/classic-environment-v2/src/lib/models/ui-callback-customization.d.ts +18 -0
  422. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +27 -0
  423. package/types/packages/client/classic-environment-v2/src/lib/models/ui-empty-state-customization.d.ts +17 -0
  424. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +28 -0
  425. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +32 -0
  426. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +27 -0
  427. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +32 -0
  428. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +21 -0
  429. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tabs-customization.d.ts +18 -0
  430. package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.d.ts +22 -0
  431. package/types/packages/client/classic-environment-v2/src/lib/models/unit-list.d.ts +23 -0
  432. package/types/packages/client/classic-environment-v2/src/lib/models/unit.d.ts +37 -0
  433. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.d.ts +14 -0
  434. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.d.ts +18 -0
  435. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.d.ts +23 -0
  436. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.d.ts +14 -0
  437. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.d.ts +15 -0
  438. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +70 -0
  439. package/types/packages/client/classic-environment-v2/src/lib/models/update-jobs-all.d.ts +18 -0
  440. package/types/packages/client/classic-environment-v2/src/lib/models/upload-extension-body.d.ts +18 -0
  441. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +26 -0
  442. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +19 -0
  443. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.d.ts +37 -0
  444. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.d.ts +17 -0
  445. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +33 -0
  446. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function.d.ts +27 -0
  447. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-functions-container.d.ts +30 -0
  448. package/types/packages/client/classic-environment-v2/src/lib/models/warning-line.d.ts +13 -0
  449. package/types/packages/client/classic-environment-v2/src/lib/models/warnings.d.ts +14 -0
  450. package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +10 -0
  451. package/types/packages/client/classic-environment-v2/src/lib/utils/url-helpers.d.ts +3 -0
  452. package/types/packages/http-client/src/index.d.ts +2 -0
  453. package/types/packages/http-client/src/lib/platform/abort-controller.d.ts +6 -0
  454. package/types/packages/http-client/src/lib/platform/abort-signal.d.ts +6 -0
  455. package/types/packages/http-client/src/lib/platform/apply-content-type-header.d.ts +2 -0
  456. package/types/packages/http-client/src/lib/platform/base-error.d.ts +5 -0
  457. package/types/packages/http-client/src/lib/platform/binary.d.ts +13 -0
  458. package/types/packages/http-client/src/lib/platform/data-type-error.d.ts +6 -0
  459. package/types/packages/http-client/src/lib/platform/decode-response-body.d.ts +3 -0
  460. package/types/packages/http-client/src/lib/platform/default-status-validator.d.ts +2 -0
  461. package/types/packages/http-client/src/lib/platform/encode-request-body.d.ts +2 -0
  462. package/types/packages/http-client/src/lib/platform/http-client-abort-error.d.ts +7 -0
  463. package/types/packages/http-client/src/lib/platform/http-client-request-error.d.ts +7 -0
  464. package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +1 -0
  465. package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +8 -0
  466. package/types/packages/http-client/src/lib/platform/http-client-response.d.ts +10 -0
  467. package/types/packages/http-client/src/lib/platform/http-client.d.ts +5 -0
  468. package/types/packages/http-client/src/lib/platform/index.d.ts +11 -0
  469. package/types/packages/http-client/src/lib/platform/unsupported-operation-error.d.ts +6 -0
  470. package/types/packages/http-client/src/lib/types/abort-controller.d.ts +14 -0
  471. package/types/packages/http-client/src/lib/types/abort-signal.d.ts +15 -0
  472. package/types/packages/http-client/src/lib/types/base-error.d.ts +4 -0
  473. package/types/packages/http-client/src/lib/types/binary.d.ts +15 -0
  474. package/types/packages/http-client/src/lib/types/data-type-error.d.ts +14 -0
  475. package/types/packages/http-client/src/lib/types/data-types.d.ts +36 -0
  476. package/types/packages/http-client/src/lib/types/form-data-request-body.d.ts +83 -0
  477. package/types/packages/http-client/src/lib/types/form-data-response-body.d.ts +15 -0
  478. package/types/packages/http-client/src/lib/types/headers.d.ts +6 -0
  479. package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +14 -0
  480. package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +14 -0
  481. package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +14 -0
  482. package/types/packages/http-client/src/lib/types/http-client-request-options.d.ts +42 -0
  483. package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +19 -0
  484. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +33 -0
  485. package/types/packages/http-client/src/lib/types/http-client.d.ts +24 -0
  486. package/types/packages/http-client/src/lib/types/index.d.ts +20 -0
  487. package/types/packages/http-client/src/lib/types/request-body-types.d.ts +26 -0
  488. package/types/packages/http-client/src/lib/types/response-body-types.d.ts +46 -0
  489. package/types/packages/http-client/src/lib/types/status-validator.d.ts +7 -0
  490. package/types/packages/http-client/src/lib/types/unsupported-operation-error.d.ts +14 -0
@@ -0,0 +1,354 @@
1
+ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { RemediationItemList } from '../models/remediation-item-list';
3
+ import { RemediationItemMuteStateChange } from '../models/remediation-item-mute-state-change';
4
+ import { SecurityProblemDetails } from '../models/security-problem-details';
5
+ import { SecurityProblemEventsList } from '../models/security-problem-events-list';
6
+ import { SecurityProblemList } from '../models/security-problem-list';
7
+ import { SecurityProblemMute } from '../models/security-problem-mute';
8
+ import { SecurityProblemUnmute } from '../models/security-problem-unmute';
9
+ import { VulnerableFunctionsContainer } from '../models/vulnerable-functions-container';
10
+ /**
11
+ * Manage security problems
12
+ */
13
+ export declare class SecurityProblemsClient {
14
+ private httpClient;
15
+ /**
16
+ * @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SecurityProblemsClient. Custom http client should implement {HttpClient} interface.
17
+ * @example
18
+ * const queryClientNodeJs = new QueryClient(yourCustomImplementation);
19
+ */
20
+ constructor(httpClientImplementation: HttpClient);
21
+ /**
22
+ * Lists all events of a security problem | maturity=EARLY_ADOPTER
23
+ *
24
+ * **Required scope:** environment-api:security-problems:read
25
+ * @returns Success. The response contains the list of security problem events.
26
+ */
27
+ getEventsForSecurityProblem(config: {
28
+ /** The ID of the required security problem. */ id: string;
29
+ /**
30
+ * The start of the requested timeframe.
31
+ *
32
+ * You can use one of the following formats:
33
+ * * Timestamp in UTC milliseconds.
34
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
35
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
36
+ * You can also specify relative timeframe without an alignment: `now-NU`.
37
+ * Supported time units for the relative timeframe are:
38
+ * * `m`: minutes
39
+ * * `h`: hours
40
+ * * `d`: days
41
+ * * `w`: weeks
42
+ * * `M`: months
43
+ * * `y`: years
44
+ *
45
+ * If not set, the relative timeframe of thirty days is used (`now-30d`).
46
+ */ from?: string;
47
+ /**
48
+ * The end of the requested timeframe.
49
+ *
50
+ * You can use one of the following formats:
51
+ * * Timestamp in UTC milliseconds.
52
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
53
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
54
+ * You can also specify relative timeframe without an alignment: `now-NU`.
55
+ * Supported time units for the relative timeframe are:
56
+ * * `m`: minutes
57
+ * * `h`: hours
58
+ * * `d`: days
59
+ * * `w`: weeks
60
+ * * `M`: months
61
+ * * `y`: years
62
+ *
63
+ * If not set, the current timestamp is used.
64
+ */ to?: string;
65
+ abortSignal?: AbortSignal;
66
+ }): Promise<SecurityProblemEventsList>;
67
+ /**
68
+ * Lists remediation items of a third-party security problem
69
+ *
70
+ * **Required scope:** environment-api:security-problems:read
71
+ * @returns Success. The response contains the list of remediation items of a problem.
72
+ */
73
+ getRemediationItems(config: {
74
+ /** The ID of the required third-party security problem. */ id: string;
75
+ /**
76
+ * Defines the scope of the query. Only remediable entities matching the specified criteria are included in the response.
77
+ *
78
+ * You can add one or more of the following criteria. Values are *not* case-sensitive and the `EQUALS` operator is used unless otherwise specified.
79
+ *
80
+ * * Vulnerability state: `vulnerabilityState("value")`. Find the possible values in the description of the **vulnerabilityState** field of the response. If not set, all entities are returned.
81
+ * * Muted: `muted("value")`. Possible values are `TRUE` or `FALSE`.
82
+ * * Reachable data asset assessment: `assessment.dataAssets("value")` Possible values are `REACHABLE`, and `NOT_DETECTED`.
83
+ * * Network exposure assessment: `assessment.exposure("value")` Possible values are `PUBLIC_NETWORK`, and `NOT_DETECTED`.
84
+ * * Vulnerable function usage assessment: `assessment.vulnerableFunctionUsage("value")` Possible values are `IN_USE`, and `NOT_IN_USE`.
85
+ * * Vulnerable function in use contains: `assessment.vulnerableFunctionInUseContains("value")`. Possible values are `class::function`, `class::` and `function`. The `CONTAINS` operator is used. Only vulnerable functions in use are considered.
86
+ * * Assessment accuracy: `assessment.accuracy("value")` Possible values are `FULL` and `REDUCED`.
87
+ * * Entity name contains: `entityNameContains("value-1")`. The `CONTAINS` operator is used.
88
+ *
89
+ * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
90
+ *
91
+ * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
92
+ * * Tilde `~`
93
+ * * Quote `"`
94
+ */ remediationItemSelector?: string;
95
+ abortSignal?: AbortSignal;
96
+ }): Promise<RemediationItemList>;
97
+ /**
98
+ * Gets parameters of a security problem
99
+ *
100
+ * **Required scope:** environment-api:security-problems:read
101
+ * @returns Success. The response contains parameters of the security problem.
102
+ */
103
+ getSecurityProblem(config: {
104
+ /** The ID of the required security problem. */ id: string;
105
+ /**
106
+ * A list of additional security problem properties you can add to the response.
107
+ *
108
+ * The following properties are available (all other properties are always included and you can't remove them from the response):
109
+ *
110
+ * * `riskAssessment`: A risk assessment of the security problem.
111
+ * * `managementZones`: The management zone where the security problem occurred.
112
+ * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
113
+ * * `description`: The description of the vulnerability.
114
+ * * `events`: The security problem's last 10 events within the last 365 days, sorted from newest to oldest.
115
+ * * `vulnerableComponents`: A list of vulnerable components of the security problem within the provided filter range.
116
+ * * `affectedEntities`: A list of affected entities of the security problem within the provided filter range.
117
+ * * `exposedEntities`: A list of exposed entities of the security problem within the provided filter range.
118
+ * * `reachableDataAssets`: A list of data assets reachable by affected entities of the security problem within the provided filter range.
119
+ * * `relatedEntities`: A list of related entities of the security problem within the provided filter range.
120
+ * * `relatedContainerImages`: A list of related container images of the security problem within the provided filter range.
121
+ * * `relatedAttacks`: A list of attacks detected on the exposed security problem.
122
+ *
123
+ * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
124
+ */ fields?: string;
125
+ /**
126
+ * Based on the timeframe start the affected-, related- and vulnerable entities are being calculated.
127
+ * You can use one of the following formats:
128
+ * * Timestamp in UTC milliseconds.
129
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
130
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
131
+ * You can also specify relative timeframe without an alignment: `now-NU`.
132
+ * Supported time units for the relative timeframe are:
133
+ * * `m`: minutes
134
+ * * `h`: hours
135
+ * * `d`: days
136
+ * * `w`: weeks
137
+ * * `M`: months
138
+ * * `y`: years
139
+ *
140
+ * If not set, the default timeframe start of 24 hours in the past is used (`now-24h`).
141
+ *
142
+ * The timeframe start must not be older than 365 days.
143
+ */ from?: string;
144
+ abortSignal?: AbortSignal;
145
+ }): Promise<SecurityProblemDetails>;
146
+ /**
147
+ * Lists all security problems
148
+ *
149
+ * **Required scope:** environment-api:security-problems:read
150
+ * @returns Success. The response contains the list of security problems.
151
+ */
152
+ getSecurityProblems(config: {
153
+ /**
154
+ * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
155
+ *
156
+ * The first page is always returned if you don't specify the **nextPageKey** query parameter.
157
+ *
158
+ * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
159
+ */ nextPageKey?: string;
160
+ /**
161
+ * The amount of security problems in a single response payload.
162
+ *
163
+ * The maximal allowed page size is 500.
164
+ *
165
+ * If not set, 100 is used.
166
+ */ pageSize?: number;
167
+ /**
168
+ * Defines the scope of the query. Only security problems matching the specified criteria are included in the response.
169
+ *
170
+ * You can add one or more of the following criteria. Values are *not* case-sensitive and the `EQUALS` operator is used unless otherwise specified.
171
+ *
172
+ * * Status: `status("value")`. Find the possible values in the description of the **status** field of the response. If not set, all security problems are returned.
173
+ * * Muted: `muted("value")`. Possible values are `TRUE` or `FALSE`.
174
+ * * Risk level: `riskLevel("value")`. The Davis risk level. Find the possible values in the description of the **riskLevel** field of the response.
175
+ * * Minimum risk score: `minRiskScore("5.5")`. The Davis minimum risk score. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
176
+ * * Maximum risk score: `maxRiskScore("5.5")`. The Davis maximum risk score. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
177
+ * * Base risk level: `baseRiskLevel("value")`. The Base risk level from the CVSS. Find the possible values in the description of the **riskLevel** field of the response.
178
+ * * Minimum base risk score: `minBaseRiskScore("5.5")`. The minimum base risk score from the CVSS. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
179
+ * * Maximum base risk score: `maxBaseRiskScore("5.5")`. The maximum base risk score from the CVSS. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
180
+ * * External vulnerability ID contains: `externalVulnerabilityIdContains("id-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
181
+ * * External vulnerability ID: `externalVulnerabilityId("id-1","id-2")`.
182
+ * * CVE ID: `cveId("id")`.
183
+ * * Risk assessment `riskAssessment("value-1","value-2")` Possible values are `EXPOSED`, `SENSITIVE`, `EXPLOIT`, `VULNERABLE_FUNCTION_IN_USE` and `ACCURACY_REDUCED`.
184
+ * * Related host ID: `relatedHostIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
185
+ * * Related host name: `relatedHostNames("value-1", "value-2")`. Values are case-sensitive.
186
+ * * Related host name contains: `relatedHostNameContains("value-1")`. The `CONTAINS` operator is used.
187
+ * * Related Kubernetes cluster ID: `relatedKubernetesClusterIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
188
+ * * Related Kubernetes cluster name: `relatedKubernetesClusterNames("value-1", "value-2")`. Values are case-sensitive.
189
+ * * Related Kubernetes cluster name contains: `relatedKubernetesClusterNameContains("value-1")`. The `CONTAINS` operator is used.
190
+ * * Related Kubernetes workload ID: `relatedKubernetesWorkloadIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
191
+ * * Related Kubernetes workload name: `relatedKubernetesWorkloadNames("value-1", "value-2")`. Values are case-sensitive.
192
+ * * Related Kubernetes workload name contains: `relatedKubernetesWorkloadNameContains("value-1")`. The `CONTAINS` operator is used.
193
+ * * Management zone ID: `managementZoneIds("mzId-1","mzId-2")`.
194
+ * * Management zone name: `managementZones("name-1","name-2")`. Values are case-sensitive.
195
+ * * Affected process group ID: `affectedPgIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
196
+ * * Affected process group name: `affectedPgNames("name-1", "name-2")`. Values are case-sensitive.
197
+ * * Affected process group name contains: `affectedPgNameContains("name-1")`. The `CONTAINS` operator is used.
198
+ * * Vulnerable component ID: `vulnerableComponentIds("componentId-1", "componentId-2")`. Specify component IDs here.
199
+ * * Vulnerable component name: `vulnerableComponentNames("name-1", "name-2")`. Values are case-sensitive.
200
+ * * Vulnerable component name contains: `vulnerableComponentNameContains("name-1")`. The `CONTAINS` operator is used.
201
+ * * Host tags: `hostTags("hostTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
202
+ * * Process group tags: `pgTags("pgTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
203
+ * * Process group instance tags: `pgiTags("pgiTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
204
+ * * Tags: `tags("tag-1")`. The `CONTAINS` operator is used. This selector picks hosts, process groups, and process group instances at the same time. Maximum value length is 48 characters.
205
+ * * Display ID: `displayIds("S-1234","S-5678")`. The `EQUALS` operator is used.
206
+ * * Technology: `technology("technology-1","technology-2")`. Find the possible values in the description of the **technology** field of the response. The `EQUALS` operator is used.
207
+ * * Vulnerability type: `vulnerabilityType("type-1","type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
208
+ *
209
+ * Risk score and risk category are mutually exclusive (cannot be used at the same time).
210
+ *
211
+ * To set several criteria, separate them with a comma (`,`). Only results matching **all** criteria are included in the response.
212
+ *
213
+ * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
214
+ * * Tilde `~`
215
+ * * Quote `"`
216
+ */ securityProblemSelector?: string;
217
+ /**
218
+ * Specifies one or more fields for sorting the security problem list. Multiple fields can be concatenated using a comma (`,`) as a separator (e.g. `+status,-timestamp`).
219
+ *
220
+ * You can sort by the following properties with a sign prefix for the sorting order.
221
+ *
222
+ * * `status`: The security problem status (`+` open first or `-` resolved first)
223
+ * * `muted`: The security problem mute state (`+` unmuted first or `-` muted first)
224
+ * * `technology`: The security problem technology
225
+ * * `firstSeenTimestamp`: The timestamp of the first occurrence of the security problem (`+` new problems first or `-` old problems first)
226
+ * * `lastUpdatedTimestamp`: The timestamp of the last update of the security problem (`+` recently updated problems first or `-` earlier updated problems first)
227
+ * * `securityProblemId`: The auto-generated ID of the security problem (`+` lower number first or `-` higher number first)
228
+ * * `externalVulnerabilityId`: The ID of the external vulnerability (`+` lower number first or `-` higher number first)
229
+ * * `displayId`: The display ID (`+` lower number first or `-` higher number first)
230
+ * * `riskAssessment.riskScore`: The Davis security score (`+` lower score first or `-` higher score first)
231
+ * * `riskAssessment.riskLevel`: The Davis security level (`+` lower level first or `-` higher level first)
232
+ * * `riskAssessment.exposure`: Whether the problem is exposed to the internet
233
+ * * `riskAssessment.dataAssets`: Whether data assets are affected
234
+ * * `riskAssessment.vulnerableFunctionUsage`: Whether vulnerable functions are used
235
+ * * `riskAssessment.assessmentAccuracy`: The assessments accuracy (`+` less accuracy first or `-` more accuracy first)
236
+ *
237
+ * If no prefix is set, `+` is used.
238
+ */ sort?: string;
239
+ /**
240
+ * A list of additional security problem properties you can add to the response.
241
+ *
242
+ * The following properties are available (all other properties are always included and you can't remove them from the response):
243
+ *
244
+ * * `riskAssessment`: A risk assessment of the security problem.
245
+ * * `managementZones`: The management zone where the security problem occurred.
246
+ * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
247
+ *
248
+ * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
249
+ */ fields?: string;
250
+ /**
251
+ * The start of the requested timeframe.
252
+ *
253
+ * You can use one of the following formats:
254
+ * * Timestamp in UTC milliseconds.
255
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
256
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
257
+ * You can also specify relative timeframe without an alignment: `now-NU`.
258
+ * Supported time units for the relative timeframe are:
259
+ * * `m`: minutes
260
+ * * `h`: hours
261
+ * * `d`: days
262
+ * * `w`: weeks
263
+ * * `M`: months
264
+ * * `y`: years
265
+ *
266
+ * If not set, the relative timeframe of thirty days is used (`now-30d`).
267
+ */ from?: string;
268
+ /**
269
+ * The end of the requested timeframe.
270
+ *
271
+ * You can use one of the following formats:
272
+ * * Timestamp in UTC milliseconds.
273
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
274
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
275
+ * You can also specify relative timeframe without an alignment: `now-NU`.
276
+ * Supported time units for the relative timeframe are:
277
+ * * `m`: minutes
278
+ * * `h`: hours
279
+ * * `d`: days
280
+ * * `w`: weeks
281
+ * * `M`: months
282
+ * * `y`: years
283
+ *
284
+ * If not set, the current timestamp is used.
285
+ *
286
+ * The end of the timeframe must not be older than 365 days.
287
+ */ to?: string;
288
+ abortSignal?: AbortSignal;
289
+ }): Promise<SecurityProblemList>;
290
+ /**
291
+ * Lists all vulnerable functions and their usage for a third-party security problem
292
+ *
293
+ * **Required scope:** environment-api:security-problems:read
294
+ * @returns Success. The response contains the list of vulnerable functions.
295
+ */
296
+ getVulnerableFunctions(config: {
297
+ /** The ID of the required third-party security problem. */ id: string;
298
+ /**
299
+ * Defines the scope of the query. Only vulnerable functions matching the specified criteria are included in the response.
300
+ *
301
+ * You can add the following criteria. Values are *not* case sensitive and the `EQUALS` operator is used unless otherwise specified.
302
+ *
303
+ * * Management zone ID: `managementZoneIds("mzId-1","mzId-2")`.
304
+ * * Management zone name: `managementZones("name-1","name-2")`. Values are case sensitive.
305
+ * * Process group ID: `processGroupIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
306
+ * * Process group name: `processGroupNames("name-1", "name-2")`. Values are case sensitive.
307
+ * * Process group name contains: `processGroupNameContains("name-1")`. The `CONTAINS` operator is used.
308
+ *
309
+ * Specify the value of a criterion as a quoted string. The following special characters must be escaped with a tilde (`~`) inside quotes:
310
+ * * Tilde `~`
311
+ * * Quote `"`
312
+ */ vulnerableFunctionsSelector?: string;
313
+ /**
314
+ * Defines additional grouping types in which vulnerable functions should be displayed.
315
+ *
316
+ * You can add one of the following grouping types.
317
+ *
318
+ * * Process group: `PROCESS_GROUP`
319
+ */ groupBy?: string;
320
+ abortSignal?: AbortSignal;
321
+ }): Promise<VulnerableFunctionsContainer>;
322
+ /**
323
+ * Mutes a security problem
324
+ *
325
+ * **Required scope:** environment-api:security-problems:write
326
+ */
327
+ muteSecurityProblem(config: {
328
+ body: SecurityProblemMute;
329
+ /** The ID of the required security problem. */ id: string;
330
+ abortSignal?: AbortSignal;
331
+ }): Promise<void>;
332
+ /**
333
+ * Sets the mute state of a remediation item | maturity=EARLY_ADOPTER
334
+ *
335
+ * **Required scope:** environment-api:security-problems:write
336
+ */
337
+ setRemediationItemMuteState(config: {
338
+ body: RemediationItemMuteStateChange;
339
+ /** The ID of the required third-party security problem. */ id: string;
340
+ /** The ID of the remediation item. */ itemId: string;
341
+ abortSignal?: AbortSignal;
342
+ }): Promise<void>;
343
+ /**
344
+ * Un-mutes a security problem
345
+ *
346
+ * **Required scope:** environment-api:security-problems:write
347
+ */
348
+ unmuteSecurityProblem(config: {
349
+ body: SecurityProblemUnmute;
350
+ /** The ID of the required security problem. */ id: string;
351
+ abortSignal?: AbortSignal;
352
+ }): Promise<void>;
353
+ }
354
+ export declare const securityProblemsClient: SecurityProblemsClient;
@@ -0,0 +1,269 @@
1
+ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { AbstractSloAlertDto } from '../models/abstract-slo-alert-dto';
3
+ import { CreateAlertQueryTimeFrame } from '../models/create-alert-query-time-frame';
4
+ import { GetSloByIdQueryTimeFrame } from '../models/get-slo-by-id-query-time-frame';
5
+ import { GetSloQueryEnabledSlos } from '../models/get-slo-query-enabled-slos';
6
+ import { GetSloQueryEvaluate } from '../models/get-slo-query-evaluate';
7
+ import { GetSloQueryTimeFrame } from '../models/get-slo-query-time-frame';
8
+ import { SLOs } from '../models/sl-os';
9
+ import { SLO } from '../models/slo';
10
+ import { SloConfigItemDtoImpl } from '../models/slo-config-item-dto-impl';
11
+ /**
12
+ * Manage SLOs
13
+ */
14
+ export declare class ServiceLevelObjectivesClient {
15
+ private httpClient;
16
+ /**
17
+ * @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ServiceLevelObjectivesClient. Custom http client should implement {HttpClient} interface.
18
+ * @example
19
+ * const queryClientNodeJs = new QueryClient(yourCustomImplementation);
20
+ */
21
+ constructor(httpClientImplementation: HttpClient);
22
+ /**
23
+ * Creates an alert of the provided alert type for an SLO
24
+ *
25
+ * **One of the following scopes is required:**
26
+ * + environment-api
27
+ * + environment-api:slo:write
28
+ */
29
+ createAlert(config: {
30
+ body: AbstractSloAlertDto;
31
+ /** The ID of the required SLO. */ id: string;
32
+ /**
33
+ * The start of the requested timeframe.
34
+ *
35
+ * You can use one of the following formats:
36
+ * * Timestamp in UTC milliseconds.
37
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
38
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
39
+ * You can also specify relative timeframe without an alignment: `now-NU`.
40
+ * Supported time units for the relative timeframe are:
41
+ * * `m`: minutes
42
+ * * `h`: hours
43
+ * * `d`: days
44
+ * * `w`: weeks
45
+ * * `M`: months
46
+ * * `y`: years
47
+ *
48
+ * If not set, the relative timeframe of two weeks is used (`now-2w`).
49
+ */ from?: string;
50
+ /**
51
+ * The end of the requested timeframe.
52
+ *
53
+ * You can use one of the following formats:
54
+ * * Timestamp in UTC milliseconds.
55
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
56
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
57
+ * You can also specify relative timeframe without an alignment: `now-NU`.
58
+ * Supported time units for the relative timeframe are:
59
+ * * `m`: minutes
60
+ * * `h`: hours
61
+ * * `d`: days
62
+ * * `w`: weeks
63
+ * * `M`: months
64
+ * * `y`: years
65
+ *
66
+ * If not set, the current timestamp is used.
67
+ */ to?: string;
68
+ /**
69
+ * The timeframe to calculate the SLO values:
70
+ *
71
+ * * `CURRENT`: SLO's own timeframe.
72
+ * * `GTF`: timeframe specified by **from** and **to** parameters.
73
+ *
74
+ * If not set, the `CURRENT` value is used.
75
+ */ timeFrame?: CreateAlertQueryTimeFrame;
76
+ abortSignal?: AbortSignal;
77
+ }): Promise<void>;
78
+ /**
79
+ * Lists all available SLOs along with calculated values
80
+ *
81
+ * **One of the following scopes is required:**
82
+ * + environment-api
83
+ * + environment-api:slo:read
84
+ * <br/><br/>By default the values are calculated for the SLO's own timeframe. You can use a custom timeframe:
85
+ *
86
+ * 1. Set the **timeFrame** parameter to `GTF`.
87
+ * 2. Provide the timeframe in **from** and **to** parameters.
88
+ * @returns Success. The response contains the parameters and calculated values of the requested SLO.
89
+ */
90
+ getSlo(config: {
91
+ /**
92
+ * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
93
+ *
94
+ * The first page is always returned if you don't specify the **nextPageKey** query parameter.
95
+ *
96
+ * When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
97
+ */ nextPageKey?: string;
98
+ /**
99
+ * The amount of SLOs in a single response payload.
100
+ *
101
+ * The maximal allowed page size is 10000.
102
+ *
103
+ * If not set, 10 is used.
104
+ */ pageSize?: number;
105
+ /**
106
+ * The start of the requested timeframe.
107
+ *
108
+ * You can use one of the following formats:
109
+ * * Timestamp in UTC milliseconds.
110
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
111
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
112
+ * You can also specify relative timeframe without an alignment: `now-NU`.
113
+ * Supported time units for the relative timeframe are:
114
+ * * `m`: minutes
115
+ * * `h`: hours
116
+ * * `d`: days
117
+ * * `w`: weeks
118
+ * * `M`: months
119
+ * * `y`: years
120
+ *
121
+ * If not set, the relative timeframe of two weeks is used (`now-2w`).
122
+ */ from?: string;
123
+ /**
124
+ * The end of the requested timeframe.
125
+ *
126
+ * You can use one of the following formats:
127
+ * * Timestamp in UTC milliseconds.
128
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
129
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
130
+ * You can also specify relative timeframe without an alignment: `now-NU`.
131
+ * Supported time units for the relative timeframe are:
132
+ * * `m`: minutes
133
+ * * `h`: hours
134
+ * * `d`: days
135
+ * * `w`: weeks
136
+ * * `M`: months
137
+ * * `y`: years
138
+ *
139
+ * If not set, the current timestamp is used.
140
+ */ to?: string;
141
+ /**
142
+ * The scope of the query. Only SLOs matching the provided criteria are included in the response.
143
+ *
144
+ * You can add one or several of the criteria listed below.
145
+ * * SLO ID: id("id-1","id-2").
146
+ * * Name: name("name"). Filters for an SLO with the given name. The filter is case-sensitive.
147
+ * * Health state: healthState("HEALTHY") or healthState("UNHEALTHY"). You can specify only one health state.
148
+ * * Text: text("value"). Filters for all SLOs that contain the given value in their name or description. The filter is case-insensitive.
149
+ * * Problem: problemDisplayName("value"). Filters for all SLOs that are related to a given problem display name (e.g. P-12345).
150
+ *
151
+ * To set several criteria, separate them with comma (,). Only results matching all criteria are included in the response.
152
+ * e.g., .../api/v2/slo?sloSelector=name("Service Availability"), .../api/v2/slo?sloSelector=id("id"), .../api/v2/slo?sloSelector=text("Description"),healthState("HEALTHY").
153
+ *
154
+ * The special characters ~ and " need to be escaped using a ~ (e.g. double quote search text("~"").
155
+ */ sloSelector?: string;
156
+ /**
157
+ * The sorting of SLO entries:
158
+ * * `name`: Names in ascending order.
159
+ * * `-name`: Names in descending order.
160
+ *
161
+ * If not set, the ascending order is used.
162
+ */ sort?: string;
163
+ /**
164
+ * The timeframe to calculate the SLO values:
165
+ *
166
+ * * `CURRENT`: SLO's own timeframe.
167
+ * * `GTF`: timeframe specified by **from** and **to** parameters.
168
+ *
169
+ * If not set, the `CURRENT` value is used.
170
+ */ timeFrame?: GetSloQueryTimeFrame;
171
+ /** Get your SLOs (`false`) or a set of demo SLOs (`true`). */ demo?: boolean;
172
+ /** Get your SLOs without them being evaluated (`false`) or with evaluations (`true`) with maximum `pageSize` of 25. */ evaluate?: GetSloQueryEvaluate;
173
+ /** Get your enabled SLOs (`true`), disabled ones (`false`) or both enabled and disabled ones (`all`). */ enabledSlos?: GetSloQueryEnabledSlos;
174
+ /** Get your global SLOs (`true`) regardless of the selected filter or filter them out (`false`). */ showGlobalSlos?: boolean;
175
+ abortSignal?: AbortSignal;
176
+ }): Promise<SLOs>;
177
+ /**
178
+ * Creates a new SLO
179
+ *
180
+ * **One of the following scopes is required:**
181
+ * + environment-api
182
+ * + environment-api:slo:write
183
+ */
184
+ createSlo(config: {
185
+ body: SloConfigItemDtoImpl;
186
+ abortSignal?: AbortSignal;
187
+ }): Promise<void>;
188
+ /**
189
+ * Gets parameters and calculated values of a specific SLO
190
+ *
191
+ * **One of the following scopes is required:**
192
+ * + environment-api
193
+ * + environment-api:slo:read
194
+ * <br/><br/>If **from** and **to** parameters are provided, the SLO is calculated for that timeframe; otherwise the SLO's own timeframe is used.
195
+ * @returns Success. The response contains the parameters and calculated values of the requested SLO.
196
+ */
197
+ getSloById(config: {
198
+ /** The ID of the required SLO. */ id: string;
199
+ /**
200
+ * The start of the requested timeframe.
201
+ *
202
+ * You can use one of the following formats:
203
+ * * Timestamp in UTC milliseconds.
204
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
205
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
206
+ * You can also specify relative timeframe without an alignment: `now-NU`.
207
+ * Supported time units for the relative timeframe are:
208
+ * * `m`: minutes
209
+ * * `h`: hours
210
+ * * `d`: days
211
+ * * `w`: weeks
212
+ * * `M`: months
213
+ * * `y`: years
214
+ *
215
+ * If not set, the relative timeframe of two weeks is used (`now-2w`).
216
+ */ from?: string;
217
+ /**
218
+ * The end of the requested timeframe.
219
+ *
220
+ * You can use one of the following formats:
221
+ * * Timestamp in UTC milliseconds.
222
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
223
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
224
+ * You can also specify relative timeframe without an alignment: `now-NU`.
225
+ * Supported time units for the relative timeframe are:
226
+ * * `m`: minutes
227
+ * * `h`: hours
228
+ * * `d`: days
229
+ * * `w`: weeks
230
+ * * `M`: months
231
+ * * `y`: years
232
+ *
233
+ * If not set, the current timestamp is used.
234
+ */ to?: string;
235
+ /**
236
+ * The timeframe to calculate the SLO values:
237
+ *
238
+ * * `CURRENT`: SLO's own timeframe.
239
+ * * `GTF`: timeframe specified by **from** and **to** parameters.
240
+ *
241
+ * If not set, the `CURRENT` value is used.
242
+ */ timeFrame?: GetSloByIdQueryTimeFrame;
243
+ abortSignal?: AbortSignal;
244
+ }): Promise<SLO>;
245
+ /**
246
+ * Updates an existing SLO
247
+ *
248
+ * **One of the following scopes is required:**
249
+ * + environment-api
250
+ * + environment-api:slo:write
251
+ */
252
+ updateSloById(config: {
253
+ body: SloConfigItemDtoImpl;
254
+ /** The ID of the required SLO. */ id: string;
255
+ abortSignal?: AbortSignal;
256
+ }): Promise<void>;
257
+ /**
258
+ * Deletes an SLO
259
+ *
260
+ * **One of the following scopes is required:**
261
+ * + environment-api
262
+ * + environment-api:slo:write
263
+ */
264
+ deleteSlo(config: {
265
+ id: string;
266
+ abortSignal?: AbortSignal;
267
+ }): Promise<void>;
268
+ }
269
+ export declare const serviceLevelObjectivesClient: ServiceLevelObjectivesClient;