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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +3741 -960
  3. package/cjs/index.js +12427 -7375
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +12629 -7397
  6. package/package.json +3 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +28 -4
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +34 -4
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +27 -6
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +36 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +12 -2
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +61 -7
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +34 -4
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +12 -2
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +12 -2
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +7 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +35 -5
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +6 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +46 -8
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +158 -26
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +25 -5
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +30 -4
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +18 -3
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +42 -7
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +18 -3
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +42 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +46 -7
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +45 -5
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +6 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +114 -18
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +42 -4
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +6 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +62 -10
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +12 -2
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +6 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +103 -16
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +28 -3
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +54 -5
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +6 -8
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +1 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +1 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +1 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.d.ts +2 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.transformation.d.ts +3 -3
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -5
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -5
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +18 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +9 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +14 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.transformation.d.ts +8 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +6 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +16 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +6 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
  91. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +14 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +4 -1
  126. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +14 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +4 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +1 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +15 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +3 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +6 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +26 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +26 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +8 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +2 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +13 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +2 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +3 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +30 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +12 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +15 -1
  190. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +1 -1
  191. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +1 -1
  216. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  217. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  218. package/types/packages/shared-errors/src/api-client-error.d.ts +23 -0
  219. package/types/packages/shared-errors/src/api-gateway-error.d.ts +37 -0
  220. package/types/packages/shared-errors/src/client-request-error.d.ts +39 -0
  221. package/types/packages/shared-errors/src/index.d.ts +5 -0
  222. package/types/packages/shared-errors/src/invalid-response-error.d.ts +26 -0
  223. package/types/packages/shared-errors/src/types.d.ts +88 -0
  224. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +0 -11
  225. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +0 -9
  226. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/invalid-response-error.d.ts +0 -9
@@ -22,13 +22,18 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
22
22
  *
23
23
  * **Required scope:** environment-api:synthetic-execution:read<br/>**Required permission:** environment:roles:viewer
24
24
  *
25
- * @returns Success
25
+ * @returns {Promise<SyntheticOnDemandExecutions>} Success
26
26
  *
27
27
  * @example <caption>Code example</caption>
28
28
  * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
29
29
  *
30
30
  * const data =
31
31
  * await syntheticOnDemandMonitorExecutionsClient.getExecutions();
32
+ *
33
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Client side error. | Server side error.
34
+ * @throws {InvalidResponseError}
35
+ * @throws {ApiClientError}
36
+ * @throws {ClientRequestError}
32
37
  */
33
38
  getExecutions(config?: {
34
39
  /** Filters the resulting set of executions by their stage. */ executionStage?: GetExecutionsQueryExecutionStage;
@@ -152,7 +157,7 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
152
157
  *
153
158
  * **Required scope:** environment-api:synthetic-execution:write<br/>**Required permission:** environment:roles:viewer
154
159
  *
155
- * @returns Success. The monitor's execution response details
160
+ * @returns {Promise<SyntheticOnDemandExecutionResult>} Success. The monitor's execution response details
156
161
  *
157
162
  * @example <caption>Code example</caption>
158
163
  * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -161,6 +166,11 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
161
166
  * await syntheticOnDemandMonitorExecutionsClient.execute({
162
167
  * body: {},
163
168
  * });
169
+ *
170
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Unavailable | Client side error. | Server side error.
171
+ * @throws {InvalidResponseError}
172
+ * @throws {ApiClientError}
173
+ * @throws {ClientRequestError}
164
174
  */
165
175
  execute(config: {
166
176
  body: SyntheticOnDemandExecutionRequest;
@@ -171,7 +181,7 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
171
181
  *
172
182
  * **Required scope:** environment-api:synthetic-execution:read<br/>**Required permission:** environment:roles:viewer
173
183
  *
174
- * @returns Success
184
+ * @returns {Promise<SyntheticOnDemandBatchStatus>} Success
175
185
  *
176
186
  * @example <caption>Code example</caption>
177
187
  * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -180,6 +190,11 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
180
190
  * await syntheticOnDemandMonitorExecutionsClient.getBatch({
181
191
  * batchId: 10,
182
192
  * });
193
+ *
194
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Batch with the given ID doesn't exist. | Client side error. | Server side error.
195
+ * @throws {InvalidResponseError}
196
+ * @throws {ApiClientError}
197
+ * @throws {ClientRequestError}
183
198
  */
184
199
  getBatch(config: {
185
200
  /** The batch identifier of the executions. */ batchId: number;
@@ -190,7 +205,7 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
190
205
  *
191
206
  * **Required scope:** environment-api:synthetic-execution:read<br/>**Required permission:** environment:roles:viewer
192
207
  *
193
- * @returns Success. The response contains basic information about the on-demand execution.
208
+ * @returns {Promise<SyntheticOnDemandExecution>} Success. The response contains basic information about the on-demand execution.
194
209
  *
195
210
  * @example <caption>Code example</caption>
196
211
  * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -199,17 +214,46 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
199
214
  * await syntheticOnDemandMonitorExecutionsClient.getExecution(
200
215
  * { executionId: 10 },
201
216
  * );
217
+ *
218
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Execution with the given ID doesn't exist. | Client side error. | Server side error.
219
+ * @throws {InvalidResponseError}
220
+ * @throws {ApiClientError}
221
+ * @throws {ClientRequestError}
202
222
  */
203
223
  getExecution(config: {
204
224
  /** The identifier of the on-demand execution. */ executionId: number;
205
225
  abortSignal?: AbortSignal;
206
226
  }): Promise<SyntheticOnDemandExecution>;
227
+ /**
228
+ * Reruns specified on-demand execution of synthetic monitors
229
+ *
230
+ * **Required scope:** environment-api:synthetic-execution:write<br/>**Required permission:** environment:roles:viewer
231
+ *
232
+ * @returns {Promise<SyntheticOnDemandExecutionResult>} Success. The monitor's execution response details
233
+ *
234
+ * @example <caption>Code example</caption>
235
+ * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
236
+ *
237
+ * const data =
238
+ * await syntheticOnDemandMonitorExecutionsClient.rerun({
239
+ * executionId: 10,
240
+ * });
241
+ *
242
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Unavailable | Client side error. | Server side error.
243
+ * @throws {InvalidResponseError}
244
+ * @throws {ApiClientError}
245
+ * @throws {ClientRequestError}
246
+ */
247
+ rerun(config: {
248
+ /** The identifier of the on-demand execution. */ executionId: number;
249
+ abortSignal?: AbortSignal;
250
+ }): Promise<SyntheticOnDemandExecutionResult>;
207
251
  /**
208
252
  * Gets detailed results of the specified on-demand execution
209
253
  *
210
254
  * **Required scope:** environment-api:synthetic-execution:read<br/>**Required permission:** environment:roles:viewer
211
255
  *
212
- * @returns Success. The response contains detailed information about the on-demand execution.
256
+ * @returns {Promise<SyntheticOnDemandExecution>} Success. The response contains detailed information about the on-demand execution.
213
257
  *
214
258
  * @example <caption>Code example</caption>
215
259
  * import { syntheticOnDemandMonitorExecutionsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -218,6 +262,11 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
218
262
  * await syntheticOnDemandMonitorExecutionsClient.getExecutionFullReport(
219
263
  * { executionId: 10 },
220
264
  * );
265
+ *
266
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. | Execution with the given ID doesn't exist. | Client side error. | Server side error.
267
+ * @throws {InvalidResponseError}
268
+ * @throws {ApiClientError}
269
+ * @throws {ClientRequestError}
221
270
  */
222
271
  getExecutionFullReport(config: {
223
272
  /** The identifier of the on-demand execution. */ executionId: number;
@@ -0,0 +1,2 @@
1
+ import { HttpClientResponse } from '@dynatrace-sdk/http-client';
2
+ export declare function apiGatewayErrorsHandler(response: HttpClientResponse): Promise<void>;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * BizEventIngestResult
3
3
  */
4
- import { ClientRequestError } from './client-request-error';
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
5
  import { BizEventIngestResult } from '../models';
6
6
  export declare class BizEventIngestResultError extends ClientRequestError<BizEventIngestResult> {
7
7
  readonly isBizEventIngestResultError = true;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * ErrorEnvelope
3
3
  */
4
- import { ClientRequestError } from './client-request-error';
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
5
  import { ErrorEnvelope } from '../models';
6
6
  export declare class ErrorEnvelopeError extends ClientRequestError<ErrorEnvelope> {
7
7
  readonly isErrorEnvelopeError = true;
@@ -1,8 +1,6 @@
1
- export { isClientRequestError } from './client-request-error';
2
- export { isApiClientError } from './api-client-error';
3
- export { isInvalidResponseError } from './invalid-response-error';
4
- export { isErrorEnvelopeError } from './error-envelope-error';
5
- export { isBizEventIngestResultError } from './biz-event-ingest-result-error';
6
- export { isValidationResponseError } from './validation-response-error';
7
- export { isSettingsObjectResponseArrayError } from './settings-object-response-array-error';
8
- export { isSettingsObjectResponseError } from './settings-object-response-error';
1
+ export { ApiClientError, ApiGatewayError, ClientRequestError, InvalidResponseError, isApiClientError, isApiGatewayError, isClientRequestError, isInvalidResponseError, } from '@dynatrace-sdk/shared-errors';
2
+ export { ErrorEnvelopeError, isErrorEnvelopeError } from './error-envelope-error';
3
+ export { BizEventIngestResultError, isBizEventIngestResultError } from './biz-event-ingest-result-error';
4
+ export { ValidationResponseError, isValidationResponseError } from './validation-response-error';
5
+ export { SettingsObjectResponseArrayError, isSettingsObjectResponseArrayError, } from './settings-object-response-array-error';
6
+ export { SettingsObjectResponseError, isSettingsObjectResponseError } from './settings-object-response-error';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * SettingsObjectResponse[]
3
3
  */
4
- import { ClientRequestError } from './client-request-error';
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
5
  import { SettingsObjectResponse } from '../models';
6
6
  export declare class SettingsObjectResponseArrayError extends ClientRequestError<SettingsObjectResponse[]> {
7
7
  readonly isSettingsObjectResponseArrayError = true;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * SettingsObjectResponse
3
3
  */
4
- import { ClientRequestError } from './client-request-error';
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
5
  import { SettingsObjectResponse } from '../models';
6
6
  export declare class SettingsObjectResponseError extends ClientRequestError<SettingsObjectResponse> {
7
7
  readonly isSettingsObjectResponseError = true;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * ValidationResponse
3
3
  */
4
- import { ClientRequestError } from './client-request-error';
4
+ import { ClientRequestError } from '@dynatrace-sdk/shared-errors';
5
5
  import { ValidationResponse } from '../models';
6
6
  export declare class ValidationResponseError extends ClientRequestError<ValidationResponse> {
7
7
  readonly isValidationResponseError = true;
@@ -26,11 +26,25 @@ export interface AbstractCredentialsResponseElement {
26
26
  * Flag indicating that this credential is visible only to the owner.
27
27
  */
28
28
  ownerAccessOnly: boolean;
29
+ /**
30
+ * The scope of the credentials set.
31
+ */
29
32
  scope?: AbstractCredentialsResponseElementScope;
33
+ /**
34
+ * Configuration for external vault synchronization for username and password credentials.
35
+ */
30
36
  externalVault?: ExternalVaultConfig;
31
37
  /**
32
38
  * The list contains summary data related to the use of credentials.
33
39
  */
34
40
  credentialUsageSummary: CredentialUsageHandler[];
41
+ /**
42
+ * Defines the actual set of fields depending on the value. See one of the following objects:
43
+ *
44
+ * * `USERNAME_PASSWORD` -> CredentialsDetailsUsernamePasswordResponseElement
45
+ * * `CERTIFICATE` -> CredentialsDetailsCertificateResponseElement
46
+ * * `TOKEN` -> CredentialsDetailsTokenResponseElement
47
+ * * `PUBLIC_CERTIFICATE` -> CredentialsDetailsCertificateResponseElement
48
+ */
35
49
  type: AbstractCredentialsResponseElementType;
36
50
  }
@@ -8,5 +8,11 @@ export interface AbstractSloAlertDto {
8
8
  * Threshold of the alert. Status alerts trigger if they fall below this value, burn rate alerts trigger if they exceed the value.
9
9
  */
10
10
  alertThreshold: number;
11
+ /**
12
+ * Defines the actual set of fields depending on the value. See one of the following objects:
13
+ *
14
+ * * `BURN_RATE` -> BurnRateAlert
15
+ * * `STATUS` -> StatusAlert
16
+ */
11
17
  alertType: AbstractSloAlertDtoAlertType;
12
18
  }
@@ -4,6 +4,16 @@ import { ActiveGateAutoUpdateConfigSetting } from './active-gate-auto-update-con
4
4
  * Configuration of the ActiveGate auto-updates.
5
5
  */
6
6
  export interface ActiveGateAutoUpdateConfig {
7
+ /**
8
+ * The actual state of the ActiveGate auto-update.
9
+ *
10
+ * Applicable only if the **setting** parameter is set to `INHERITED`. In that case, the value is taken from the parent setting. Otherwise, it's just a duplicate of the **setting** value.
11
+ */
7
12
  effectiveSetting?: ActiveGateAutoUpdateConfigEffectiveSetting;
13
+ /**
14
+ * The state of the ActiveGate auto-update: enabled, disabled, or inherited.
15
+ *
16
+ * If set to `INHERITED`, the setting is inherited from the global configuration set on the environment or Managed cluster level.
17
+ */
8
18
  setting: ActiveGateAutoUpdateConfigSetting;
9
19
  }
@@ -4,6 +4,14 @@ import { ConfigurationMetadata } from './configuration-metadata';
4
4
  * Global configuration of ActiveGates auto-update.
5
5
  */
6
6
  export interface ActiveGateGlobalAutoUpdateConfig {
7
+ /**
8
+ * The state of auto-updates for all ActiveGates connected to the environment or Managed cluster.
9
+ *
10
+ * This setting is inherited by all ActiveGates that have the `INHERITED` setting.
11
+ */
7
12
  globalSetting: ActiveGateGlobalAutoUpdateConfigGlobalSetting;
13
+ /**
14
+ * Metadata useful for debugging
15
+ */
8
16
  metadata?: ConfigurationMetadata;
9
17
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Information about ActiveGate group.
3
+ */
4
+ export interface ActiveGateGroup {
5
+ /**
6
+ * Name of ActiveGate group
7
+ */
8
+ name?: string;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { ActiveGateGroup } from './active-gate-group';
2
+ export interface AsJson {
3
+ name?: string;
4
+ }
5
+ export declare function fromJson($model: AsJson): ActiveGateGroup;
6
+ export declare function toJson($model: ActiveGateGroup): AsJson;
@@ -0,0 +1,10 @@
1
+ import { ActiveGateGroup } from './active-gate-group';
2
+ /**
3
+ * The collection of ActiveGate groups.
4
+ */
5
+ export interface ActiveGateGroups {
6
+ /**
7
+ * List of ActiveGate groups
8
+ */
9
+ groups?: ActiveGateGroup[];
10
+ }
@@ -0,0 +1,7 @@
1
+ import * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
2
+ import { ActiveGateGroups } from './active-gate-groups';
3
+ export interface AsJson {
4
+ groups?: _ActiveGateGroupTransformation.AsJson[];
5
+ }
6
+ export declare function fromJson($model: AsJson): ActiveGateGroups;
7
+ export declare function toJson($model: ActiveGateGroups): AsJson;
@@ -4,6 +4,9 @@ import { ActiveGateModuleType } from './active-gate-module-type';
4
4
  * Information about ActiveGate module
5
5
  */
6
6
  export interface ActiveGateModule {
7
+ /**
8
+ * The attributes of the ActiveGate module.
9
+ */
7
10
  attributes?: ActiveGateModuleAttributes;
8
11
  /**
9
12
  * The module is enabled (`true`) or disabled (`false`).
@@ -13,6 +16,9 @@ export interface ActiveGateModule {
13
16
  * The module is misconfigured (`true`) or not (`false`).
14
17
  */
15
18
  misconfigured?: boolean;
19
+ /**
20
+ * The type of ActiveGate module.
21
+ */
16
22
  type?: ActiveGateModuleType;
17
23
  /**
18
24
  * The version of the ActiveGate module.
@@ -3,6 +3,9 @@ import { ActiveGateTokenCreateActiveGateType } from './active-gate-token-create-
3
3
  * Parameters of a new ActiveGate token.
4
4
  */
5
5
  export interface ActiveGateTokenCreate {
6
+ /**
7
+ * The type of the ActiveGate for which the token is valid.
8
+ */
6
9
  activeGateType: ActiveGateTokenCreateActiveGateType;
7
10
  /**
8
11
  * The expiration date of the token.
@@ -13,5 +13,8 @@ export interface ActiveGateTokenInfoDto {
13
13
  * The ActiveGate token identifier, consisting of [prefix and public part](https://dt-url.net/rn00tjg) of the token.
14
14
  */
15
15
  id?: string;
16
+ /**
17
+ * State of the ActiveGate token.
18
+ */
16
19
  state?: ActiveGateTokenInfoDtoState;
17
20
  }
@@ -3,6 +3,9 @@ import { ActiveGateTokenActiveGateType } from './active-gate-token-active-gate-t
3
3
  * Metadata of an ActiveGate token.
4
4
  */
5
5
  export interface ActiveGateToken {
6
+ /**
7
+ * The type of the ActiveGate for which the token is valid.
8
+ */
6
9
  activeGateType: ActiveGateTokenActiveGateType;
7
10
  /**
8
11
  * The token creation date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`).
@@ -15,8 +15,17 @@ export interface ActiveGate {
15
15
  * A list of the ActiveGate tokens.
16
16
  */
17
17
  activeGateTokens?: ActiveGateTokenInfoDto[];
18
+ /**
19
+ * Configuration of the ActiveGate auto-updates.
20
+ */
18
21
  autoUpdateSettings?: ActiveGateAutoUpdateConfig;
22
+ /**
23
+ * The current status of auto-updates of the ActiveGate.
24
+ */
19
25
  autoUpdateStatus?: ActiveGateAutoUpdateStatus;
26
+ /**
27
+ * Information about hosts currently connected to the ActiveGate
28
+ */
20
29
  connectedHosts?: ActiveGateConnectedHosts;
21
30
  /**
22
31
  * ActiveGate is deployed in container (`true`) or not (`false`).
@@ -64,9 +73,21 @@ export interface ActiveGate {
64
73
  * The `null` value means the ActiveGate is online.
65
74
  */
66
75
  offlineSince?: number;
76
+ /**
77
+ * The OS architecture that the ActiveGate is running on.
78
+ */
67
79
  osArchitecture?: ActiveGateOsArchitecture;
80
+ /**
81
+ * The OS bitness that the ActiveGate is running on.
82
+ */
68
83
  osBitness?: ActiveGateOsBitness;
84
+ /**
85
+ * The OS type that the ActiveGate is running on.
86
+ */
69
87
  osType?: ActiveGateOsType;
88
+ /**
89
+ * The type of the ActiveGate.
90
+ */
70
91
  type?: ActiveGateType;
71
92
  /**
72
93
  * The current version of the ActiveGate in the `<major>.<minor>.<revision>.<timestamp>` format.
@@ -3,6 +3,12 @@ import { AffectedEntity } from './affected-entity';
3
3
  * Information about affected entities of an attack.
4
4
  */
5
5
  export interface AffectedEntities {
6
+ /**
7
+ * Information about an affected entity.
8
+ */
6
9
  processGroup?: AffectedEntity;
10
+ /**
11
+ * Information about an affected entity.
12
+ */
7
13
  processGroupInstance?: AffectedEntity;
8
14
  }
@@ -3,6 +3,9 @@ import { AggregatedLogAggregationResult } from './aggregated-log-aggregation-res
3
3
  * Aggregated log records.
4
4
  */
5
5
  export interface AggregatedLog {
6
+ /**
7
+ * Aggregated log records.
8
+ */
6
9
  aggregationResult?: AggregatedLogAggregationResult;
7
10
  /**
8
11
  * Optional warning messages.
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * A schema representing an arbitrary value type.
3
- * This is just an alias for a type any.
4
- * @typedef {any} AnyValue
3
+ * @typedef {string | number | number | boolean | any[] | Record<string, any>} AnyValue
5
4
  */
6
- export type AnyValue = any;
5
+ export type AnyValue = string | number | number | boolean | any[] | Record<string, any>;
@@ -1,4 +1,4 @@
1
1
  import { AnyValue } from './any-value';
2
- export type AsJson = any;
3
- export declare function fromJson($model: AsJson): AnyValue;
4
- export declare function toJson($model: AnyValue): AsJson;
2
+ export type AsJson = string | number | number | boolean | any[] | Record<string, any>;
3
+ export declare function fromJson($model: AsJson): any;
4
+ export declare function toJson($model: AnyValue): any;
@@ -68,12 +68,12 @@ export interface ApiTokenCreate {
68
68
  * * `problems.write`: Write problems.
69
69
  * * `events.read`: Read events.
70
70
  * * `events.ingest`: Ingest events.
71
- * * `openpipeline.events`: OpenPipeline - Ingest Events.
71
+ * * `openpipeline.events`: OpenPipeline - Ingest Events (Built-in).
72
72
  * * `openpipeline.events.custom`: OpenPipeline - Ingest Events (Custom).
73
- * * `openpipeline.events_security`: OpenPipeline - Ingest Events, Application Security.
74
- * * `openpipeline.events_security.custom`: OpenPipeline - Ingest Events, Application Security (Custom).
75
- * * `openpipeline.events_sdlc`: OpenPipeline - Ingest Events, Software Development Lifecycle.
76
- * * `openpipeline.events_sdlc.custom`: OpenPipeline - Ingest Events, Software Development Lifecycle (Custom).
73
+ * * `openpipeline.events_security`: OpenPipeline - Ingest Security Events (Built-in).
74
+ * * `openpipeline.events_security.custom`: OpenPipeline - Ingest Security Events (Custom).
75
+ * * `openpipeline.events_sdlc`: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).
76
+ * * `openpipeline.events_sdlc.custom`: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).
77
77
  * * `bizevents.ingest`: Ingest bizevents.
78
78
  * * `analyzers.read`: Read analyzers.
79
79
  * * `analyzers.write`: Write & execute analyzers.
@@ -49,12 +49,12 @@ export interface ApiTokenUpdate {
49
49
  * * `problems.write`: Write problems.
50
50
  * * `events.read`: Read events.
51
51
  * * `events.ingest`: Ingest events.
52
- * * `openpipeline.events`: OpenPipeline - Ingest Events.
52
+ * * `openpipeline.events`: OpenPipeline - Ingest Events (Built-in).
53
53
  * * `openpipeline.events.custom`: OpenPipeline - Ingest Events (Custom).
54
- * * `openpipeline.events_security`: OpenPipeline - Ingest Events, Application Security.
55
- * * `openpipeline.events_security.custom`: OpenPipeline - Ingest Events, Application Security (Custom).
56
- * * `openpipeline.events_sdlc`: OpenPipeline - Ingest Events, Software Development Lifecycle.
57
- * * `openpipeline.events_sdlc.custom`: OpenPipeline - Ingest Events, Software Development Lifecycle (Custom).
54
+ * * `openpipeline.events_security`: OpenPipeline - Ingest Security Events (Built-in).
55
+ * * `openpipeline.events_security.custom`: OpenPipeline - Ingest Security Events (Custom).
56
+ * * `openpipeline.events_sdlc`: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).
57
+ * * `openpipeline.events_sdlc.custom`: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).
58
58
  * * `bizevents.ingest`: Ingest bizevents.
59
59
  * * `analyzers.read`: Read analyzers.
60
60
  * * `analyzers.write`: Write & execute analyzers.
@@ -4,6 +4,12 @@ import { ApiTokenScopesItem } from './api-token-scopes-item';
4
4
  * Metadata of an API token.
5
5
  */
6
6
  export interface ApiToken {
7
+ /**
8
+ * Contains additional properties for specific kinds of token. Examples:
9
+ *
10
+ * * A `dashboardId` property for dashboard sharing tokens.
11
+ * * A `reportId` property for report sharing tokens
12
+ */
7
13
  additionalMetadata?: ApiTokenAdditionalMetadata;
8
14
  /**
9
15
  * Token creation date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`)
@@ -9,5 +9,8 @@ export interface AppliedFilter {
9
9
  * Can contain multiple metrics for complex expressions and always at least one key.
10
10
  */
11
11
  appliedTo: string[];
12
+ /**
13
+ * A dimensional or series filter on a metric.
14
+ */
12
15
  filter?: Filter;
13
16
  }
@@ -4,6 +4,9 @@ import { AssetSchemaDetailsDto } from './asset-schema-details-dto';
4
4
  * Metadata for an extension asset.
5
5
  */
6
6
  export interface AssetInfoDto {
7
+ /**
8
+ * Settings schema details for asset
9
+ */
7
10
  assetSchemaDetails?: AssetSchemaDetailsDto;
8
11
  /**
9
12
  * User-friendly name of the asset.
@@ -13,5 +16,8 @@ export interface AssetInfoDto {
13
16
  * ID of the asset. Identifies the asset in REST API and/or UI (where applicable).
14
17
  */
15
18
  id?: string;
19
+ /**
20
+ * The type of the asset.
21
+ */
16
22
  type?: AssetInfoDtoType;
17
23
  }
@@ -4,6 +4,9 @@ import { TruncationInfo } from './truncation-info';
4
4
  * A list of values that has possibly been truncated.
5
5
  */
6
6
  export interface AttackEntrypointPayloadItem {
7
+ /**
8
+ * Information on a possible truncation.
9
+ */
7
10
  truncationInfo?: TruncationInfo;
8
11
  /**
9
12
  * Values of the list.
@@ -5,7 +5,13 @@ import { FunctionDefinition } from './function-definition';
5
5
  * Describes the entrypoint used by an attacker to start a specific attack.
6
6
  */
7
7
  export interface AttackEntrypoint {
8
+ /**
9
+ * Information about a code location.
10
+ */
8
11
  codeLocation?: CodeLocation;
12
+ /**
13
+ * Information about a function definition.
14
+ */
9
15
  entrypointFunction?: FunctionDefinition;
10
16
  /**
11
17
  * All relevant payload data that has been sent during the attack.
@@ -4,7 +4,13 @@ import { AttackSecurityProblemAssessmentDtoExposure } from './attack-security-pr
4
4
  * The assessment of a security problem related to an attack.
5
5
  */
6
6
  export interface AttackSecurityProblemAssessmentDto {
7
+ /**
8
+ * The reachability of data assets by the attacked target.
9
+ */
7
10
  dataAssets?: AttackSecurityProblemAssessmentDtoDataAssets;
11
+ /**
12
+ * The level of exposure of the attacked target
13
+ */
8
14
  exposure?: AttackSecurityProblemAssessmentDtoExposure;
9
15
  /**
10
16
  * The number of data assets reachable by the attacked target.
@@ -3,6 +3,9 @@ import { AttackSecurityProblemAssessmentDto } from './attack-security-problem-as
3
3
  * Assessment information and the ID of a security problem related to an attack.
4
4
  */
5
5
  export interface AttackSecurityProblem {
6
+ /**
7
+ * The assessment of a security problem related to an attack.
8
+ */
6
9
  assessment?: AttackSecurityProblemAssessmentDto;
7
10
  /**
8
11
  * The security problem ID.