@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
@@ -13,13 +13,25 @@ import { Vulnerability } from './vulnerability';
13
13
  * Describes an attack.
14
14
  */
15
15
  export interface Attack {
16
+ /**
17
+ * Information about affected entities of an attack.
18
+ */
16
19
  affectedEntities?: AffectedEntities;
17
20
  /**
18
21
  * The ID of the attack.
19
22
  */
20
23
  attackId?: string;
24
+ /**
25
+ * Information about the targeted host/database of an attack.
26
+ */
21
27
  attackTarget?: AttackTarget;
28
+ /**
29
+ * The type of the attack.
30
+ */
22
31
  attackType?: AttackAttackType;
32
+ /**
33
+ * Attacker of an attack.
34
+ */
23
35
  attacker?: Attacker;
24
36
  /**
25
37
  * The display ID of the attack.
@@ -29,18 +41,36 @@ export interface Attack {
29
41
  * The display name of the attack.
30
42
  */
31
43
  displayName?: string;
44
+ /**
45
+ * Describes the entrypoint used by an attacker to start a specific attack.
46
+ */
32
47
  entrypoint?: AttackEntrypoint;
33
48
  /**
34
49
  * A list of management zones which the affected entities belong to.
35
50
  */
36
51
  managementZones?: ManagementZone[];
52
+ /**
53
+ * Describes the complete request information of an attack.
54
+ */
37
55
  request?: RequestInformation;
56
+ /**
57
+ * Assessment information and the ID of a security problem related to an attack.
58
+ */
38
59
  securityProblem?: AttackSecurityProblem;
60
+ /**
61
+ * The state of the attack.
62
+ */
39
63
  state?: AttackState;
64
+ /**
65
+ * The technology of the attack.
66
+ */
40
67
  technology?: AttackTechnology;
41
68
  /**
42
69
  * The timestamp when the attack occurred.
43
70
  */
44
71
  timestamp?: number;
72
+ /**
73
+ * Describes the exploited vulnerability.
74
+ */
45
75
  vulnerability?: Vulnerability;
46
76
  }
@@ -3,6 +3,9 @@ import { AttackerLocation } from './attacker-location';
3
3
  * Attacker of an attack.
4
4
  */
5
5
  export interface Attacker {
6
+ /**
7
+ * Location of an attacker.
8
+ */
6
9
  location?: AttackerLocation;
7
10
  /**
8
11
  * The source IP of the attacker.
@@ -6,6 +6,9 @@ import { AuditLogEntryUserType } from './audit-log-entry-user-type';
6
6
  * An entry of the audit log.
7
7
  */
8
8
  export interface AuditLogEntry {
9
+ /**
10
+ * The category of the recorded operation.
11
+ */
9
12
  category: AuditLogEntryCategory;
10
13
  /**
11
14
  * The key of the affected object of a setting for entries of category `CONFIG`.
@@ -41,6 +44,20 @@ export interface AuditLogEntry {
41
44
  * The ID of the Dynatrace environment where the recorded operation occurred.
42
45
  */
43
46
  environmentId: string;
47
+ /**
48
+ * The type of the recorded operation.
49
+ *
50
+ * * `LOGIN` -> A user logged in
51
+ * * `LOGOUT` -> A user logged out
52
+ * * `CREATE` -> An object was created
53
+ * * `UPDATE` -> An object was updated
54
+ * * `DELETE` -> An object was deleted
55
+ * * `REVOKE` -> An Active Gate token was revoked
56
+ * * `TAG_ADD` -> A manual tag was added
57
+ * * `TAG_REMOVE` -> A manual tag was removed
58
+ * * `TAG_UPDATE` -> A manual tag was updated
59
+ * * `REMOTE_CONFIGURATION_MANAGEMENT` -> A Remote Configuration Management related operation occurred
60
+ */
44
61
  eventType: AuditLogEntryEventType;
45
62
  /**
46
63
  * The ID of the log entry.
@@ -72,5 +89,13 @@ export interface AuditLogEntry {
72
89
  * The origin and the IP address of the **user**.
73
90
  */
74
91
  userOrigin?: string;
92
+ /**
93
+ * The type of the authentication of the **user**.
94
+ *
95
+ * * `USER_NAME` -> User was logged in the UI
96
+ * * `TOKEN_HASH` -> URL Token or DevOps Token, the hash of the token is logged
97
+ * * `SERVICE_NAME` -> No authenticated user at all, this action was performed by a system service automatically
98
+ * * `PUBLIC_TOKEN_IDENTIFIER` -> API Token, the public token id is logged
99
+ */
75
100
  userType: AuditLogEntryUserType;
76
101
  }
@@ -0,0 +1,18 @@
1
+ import { Credentials } from './credentials';
2
+ /**
3
+ * A credentials set of the `AWS_KEY_BASED` type.
4
+ */
5
+ export interface AWSKeyBasedCredentialsDto extends Credentials {
6
+ /**
7
+ * Access Key ID of the credentials set.
8
+ */
9
+ accessKeyID?: string;
10
+ /**
11
+ * AWS partition of the credential.
12
+ */
13
+ awsPartition?: string;
14
+ /**
15
+ * Secret access key of the credential.
16
+ */
17
+ secretKey?: string;
18
+ }
@@ -0,0 +1,9 @@
1
+ import { AWSKeyBasedCredentialsDto } from './aws-key-based-credentials-dto';
2
+ import * as _CredentialsTransformation from './credentials.transformation';
3
+ export interface AsJson extends _CredentialsTransformation.AsJson {
4
+ accessKeyID?: string;
5
+ awsPartition?: string;
6
+ secretKey?: string;
7
+ }
8
+ export declare function fromJson($model: AsJson): AWSKeyBasedCredentialsDto;
9
+ export declare function toJson($model: AWSKeyBasedCredentialsDto): AsJson;
@@ -0,0 +1,14 @@
1
+ import { Credentials } from './credentials';
2
+ /**
3
+ * A credentials set of the `AWS_ROLE_BASED` type.
4
+ */
5
+ export interface AWSRoleBasedCredentials extends Credentials {
6
+ /**
7
+ * Amazon account ID of the credential.
8
+ */
9
+ accountID?: string;
10
+ /**
11
+ * The IAM role name of the credentials set.
12
+ */
13
+ iamRole?: string;
14
+ }
@@ -0,0 +1,8 @@
1
+ import { AWSRoleBasedCredentials } from './aws-role-based-credentials';
2
+ import * as _CredentialsTransformation from './credentials.transformation';
3
+ export interface AsJson extends _CredentialsTransformation.AsJson {
4
+ accountID?: string;
5
+ iamRole?: string;
6
+ }
7
+ export declare function fromJson($model: AsJson): AWSRoleBasedCredentials;
8
+ export declare function toJson($model: AWSRoleBasedCredentials): AsJson;
@@ -16,6 +16,9 @@ export interface CodeLevelVulnerabilityDetails {
16
16
  * The code location of the vulnerability without package and parameter.
17
17
  */
18
18
  shortVulnerabilityLocation?: string;
19
+ /**
20
+ * The type of code level vulnerability.
21
+ */
19
22
  type?: CodeLevelVulnerabilityDetailsType;
20
23
  /**
21
24
  * The code location of the vulnerability.
@@ -25,5 +28,8 @@ export interface CodeLevelVulnerabilityDetails {
25
28
  * The vulnerable function of the vulnerability.
26
29
  */
27
30
  vulnerableFunction?: string;
31
+ /**
32
+ * Describes what got passed into the code level vulnerability.
33
+ */
28
34
  vulnerableFunctionInput?: VulnerableFunctionInput;
29
35
  }
@@ -27,6 +27,9 @@ export interface CodeLocation {
27
27
  * The line number of the code location.
28
28
  */
29
29
  lineNumber?: number;
30
+ /**
31
+ * A list of values that has possibly been truncated.
32
+ */
30
33
  parameterTypes?: TruncatableListString;
31
34
  /**
32
35
  * The return type of the function.
@@ -31,5 +31,8 @@ export interface ComplexConstraint {
31
31
  * Whether to skip validation on a change made from the UI.
32
32
  */
33
33
  skipAsyncValidation?: boolean;
34
+ /**
35
+ * The type of the constraint.
36
+ */
34
37
  type: ComplexConstraintType;
35
38
  }
@@ -35,6 +35,9 @@ export interface Constraint {
35
35
  * Whether to skip validation on a change made from the UI.
36
36
  */
37
37
  skipAsyncValidation?: boolean;
38
+ /**
39
+ * The type of the constraint.
40
+ */
38
41
  type: ConstraintType;
39
42
  /**
40
43
  * A list of properties for which the combination of values must be unique.
@@ -2,8 +2,11 @@
2
2
  * The type of the credentials set.
3
3
  */
4
4
  export declare enum CredentialsResponseElementType {
5
+ AwsMonitoringKeyBased = "AWS_MONITORING_KEY_BASED",
6
+ AwsMonitoringRoleBased = "AWS_MONITORING_ROLE_BASED",
5
7
  Certificate = "CERTIFICATE",
6
8
  PublicCertificate = "PUBLIC_CERTIFICATE",
9
+ Snmpv3 = "SNMPV3",
7
10
  Token = "TOKEN",
8
11
  Unknown = "UNKNOWN",
9
12
  UsernamePassword = "USERNAME_PASSWORD"
@@ -24,6 +24,9 @@ export interface CredentialsResponseElement {
24
24
  * A short description of the credentials set.
25
25
  */
26
26
  description: string;
27
+ /**
28
+ * Configuration for external vault synchronization for username and password credentials.
29
+ */
27
30
  externalVault?: ExternalVaultConfig;
28
31
  /**
29
32
  * The ID of the credentials set.
@@ -41,10 +44,16 @@ export interface CredentialsResponseElement {
41
44
  * Flag indicating that this credential is visible only to the owner.
42
45
  */
43
46
  ownerAccessOnly: boolean;
47
+ /**
48
+ * The scope of the credentials set.
49
+ */
44
50
  scope?: CredentialsResponseElementScope;
45
51
  /**
46
52
  * The set of scopes of the credentials set.
47
53
  */
48
54
  scopes?: CredentialsResponseElementScopesItem[];
55
+ /**
56
+ * The type of the credentials set.
57
+ */
49
58
  type: CredentialsResponseElementType;
50
59
  }
@@ -5,10 +5,16 @@
5
5
  * * `PUBLIC_CERTIFICATE` -> PublicCertificateCredentials
6
6
  * * `USERNAME_PASSWORD` -> UserPasswordCredentials
7
7
  * * `TOKEN` -> TokenCredentials
8
+ * * `SNMPV3` -> SNMPV3Credentials
9
+ * * `AWS_KEY_BASED` -> AWSKeyBasedCredentialsDto
10
+ * * `AWS_ROLE_BASED` -> AWSRoleBasedCredentials
8
11
  */
9
12
  export declare enum CredentialsType {
13
+ AwsKeyBased = "AWS_KEY_BASED",
14
+ AwsRoleBased = "AWS_ROLE_BASED",
10
15
  Certificate = "CERTIFICATE",
11
16
  PublicCertificate = "PUBLIC_CERTIFICATE",
17
+ Snmpv3 = "SNMPV3",
12
18
  Token = "TOKEN",
13
19
  UsernamePassword = "USERNAME_PASSWORD"
14
20
  }
@@ -32,6 +32,11 @@ export interface Credentials {
32
32
  * The credentials set is available to every user (`false`) or to owner only (`true`).
33
33
  */
34
34
  ownerAccessOnly?: boolean;
35
+ /**
36
+ * The scope of the credentials set.
37
+ *
38
+ * @deprecated
39
+ */
35
40
  scope?: CredentialsScope;
36
41
  /**
37
42
  * The set of scopes of the credentials set.
@@ -39,5 +44,16 @@ export interface Credentials {
39
44
  * Limitations: `CredentialsScope.APP_ENGINE` is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.
40
45
  */
41
46
  scopes: CredentialsScopesItem[];
47
+ /**
48
+ * Defines the actual set of fields depending on the value. See one of the following objects:
49
+ *
50
+ * * `CERTIFICATE` -> CertificateCredentials
51
+ * * `PUBLIC_CERTIFICATE` -> PublicCertificateCredentials
52
+ * * `USERNAME_PASSWORD` -> UserPasswordCredentials
53
+ * * `TOKEN` -> TokenCredentials
54
+ * * `SNMPV3` -> SNMPV3Credentials
55
+ * * `AWS_KEY_BASED` -> AWSKeyBasedCredentialsDto
56
+ * * `AWS_ROLE_BASED` -> AWSRoleBasedCredentials
57
+ */
42
58
  type?: CredentialsType;
43
59
  }
@@ -1,3 +1,5 @@
1
+ import { AWSKeyBasedCredentialsDto } from './aws-key-based-credentials-dto';
2
+ import { AWSRoleBasedCredentials } from './aws-role-based-credentials';
1
3
  import { CertificateCredentials } from './certificate-credentials';
2
4
  import * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
3
5
  import { Credentials } from './credentials';
@@ -5,10 +7,14 @@ import * as _CredentialsScopeTransformation from './credentials-scope.transforma
5
7
  import * as _CredentialsScopesItemTransformation from './credentials-scopes-item.transformation';
6
8
  import * as _CredentialsTypeTransformation from './credentials-type.transformation';
7
9
  import { PublicCertificateCredentials } from './public-certificate-credentials';
10
+ import { SNMPV3Credentials } from './snmpv3-credentials';
8
11
  import { TokenCredentials } from './token-credentials';
9
12
  import { UserPasswordCredentials } from './user-password-credentials';
13
+ export declare function isAwsKeyBasedCredentialsDto($model: Credentials): $model is AWSKeyBasedCredentialsDto;
14
+ export declare function isAwsRoleBasedCredentials($model: Credentials): $model is AWSRoleBasedCredentials;
10
15
  export declare function isCertificateCredentials($model: Credentials): $model is CertificateCredentials;
11
16
  export declare function isPublicCertificateCredentials($model: Credentials): $model is PublicCertificateCredentials;
17
+ export declare function isSnmpv3Credentials($model: Credentials): $model is SNMPV3Credentials;
12
18
  export declare function isTokenCredentials($model: Credentials): $model is TokenCredentials;
13
19
  export declare function isUserPasswordCredentials($model: Credentials): $model is UserPasswordCredentials;
14
20
  export interface AsJson {
@@ -67,6 +67,9 @@ export interface CustomDeviceCreation {
67
67
  * If you send `null`, or an empty value, or omit this field, the existing values will be kept.
68
68
  */
69
69
  listenPorts?: number[];
70
+ /**
71
+ * The list of key-value pair properties that will be shown beneath the infographics of your custom device.
72
+ */
70
73
  properties?: CustomDeviceCreationProperties;
71
74
  /**
72
75
  * The technology type definition of the custom device.
@@ -12,7 +12,7 @@ export interface CyberArkAllowedLocationDto extends ExternalVault {
12
12
  */
13
13
  applicationId?: string;
14
14
  /**
15
- * [Optional] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
15
+ * [Recommended] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
16
16
  */
17
17
  certificate?: string;
18
18
  /**
@@ -12,7 +12,7 @@ export interface CyberArkUsernamePassword extends ExternalVault {
12
12
  */
13
13
  applicationId?: string;
14
14
  /**
15
- * [Optional] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
15
+ * [Recommended] Certificate used for authentication to CyberArk application. ID of certificate credential saved in Dynatrace CV.
16
16
  */
17
17
  certificate?: string;
18
18
  /**
@@ -15,6 +15,9 @@ export interface DatasourceDefinition {
15
15
  * The identifier of a custom data source of the property's value.
16
16
  */
17
17
  identifier: string;
18
+ /**
19
+ * When to reset datasource value in the UI on filter change.
20
+ */
18
21
  resetValue?: DatasourceDefinitionResetValue;
19
22
  /**
20
23
  * If true, the datasource should use the api to filter the results instead of client-side filtering.
@@ -4,6 +4,9 @@ import { DavisSecurityAdviceTechnology } from './davis-security-advice-technolog
4
4
  * Security advice from the Davis security advisor.
5
5
  */
6
6
  export interface DavisSecurityAdvice {
7
+ /**
8
+ * The type of the advice.
9
+ */
7
10
  adviceType?: DavisSecurityAdviceAdviceType;
8
11
  /**
9
12
  * IDs of `critical` level [security problems](https://dt-url.net/p103u1h) caused by vulnerable component.
@@ -29,6 +32,9 @@ export interface DavisSecurityAdvice {
29
32
  * IDs of `none` level [security problems](https://dt-url.net/p103u1h) caused by vulnerable component.
30
33
  */
31
34
  none?: string[];
35
+ /**
36
+ * The technology of the vulnerable component.
37
+ */
32
38
  technology?: DavisSecurityAdviceTechnology;
33
39
  /**
34
40
  * The vulnerable component to which advice applies.
@@ -3,6 +3,9 @@ import { EntityId } from './entity-id';
3
3
  * A short representation of a monitored entity.
4
4
  */
5
5
  export interface EntityStub {
6
+ /**
7
+ * A short representation of a monitored entity.
8
+ */
6
9
  entityId?: EntityId;
7
10
  /**
8
11
  * The name of the entity.
@@ -20,7 +20,13 @@ export interface Entity {
20
20
  * The timestamp at which the entity was first seen, in UTC milliseconds.
21
21
  */
22
22
  firstSeenTms?: number;
23
+ /**
24
+ * A list of relationships where the entity occupies the FROM position.
25
+ */
23
26
  fromRelationships?: EntityFromRelationships;
27
+ /**
28
+ * The icon of a monitored entity.
29
+ */
24
30
  icon?: EntityIcon;
25
31
  /**
26
32
  * The timestamp at which the entity was last seen, in UTC milliseconds.
@@ -30,11 +36,17 @@ export interface Entity {
30
36
  * A set of management zones to which the entity belongs.
31
37
  */
32
38
  managementZones?: ManagementZone[];
39
+ /**
40
+ * A list of additional properties of the entity.
41
+ */
33
42
  properties?: EntityProperties;
34
43
  /**
35
44
  * A set of tags assigned to the entity.
36
45
  */
37
46
  tags?: METag[];
47
+ /**
48
+ * A list of relationships where the entity occupies the TO position.
49
+ */
38
50
  toRelationships?: EntityToRelationships;
39
51
  /**
40
52
  * The type of the entity.
@@ -4,6 +4,9 @@ import { EntryPointUsageSegmentSourceType } from './entry-point-usage-segment-so
4
4
  * Describes one segment that was passed into a usage and the associated source name and type.
5
5
  */
6
6
  export interface EntryPointUsageSegment {
7
+ /**
8
+ * The type of this input segment.
9
+ */
7
10
  segmentType?: EntryPointUsageSegmentSegmentType;
8
11
  /**
9
12
  * The value of this input segment.
@@ -13,5 +16,8 @@ export interface EntryPointUsageSegment {
13
16
  * The name used in the source for this segment.
14
17
  */
15
18
  sourceArgumentName?: string;
19
+ /**
20
+ * The type of the HTTP request part that contains the value that was used in this segment.
21
+ */
16
22
  sourceType?: EntryPointUsageSegmentSourceType;
17
23
  }
@@ -7,6 +7,9 @@ export interface EntrypointPayload {
7
7
  * Name of the payload, if applicable.
8
8
  */
9
9
  name?: string | null;
10
+ /**
11
+ * Type of the payload.
12
+ */
10
13
  type?: EntrypointPayloadType;
11
14
  /**
12
15
  * Value of the payload.
@@ -24,5 +24,8 @@ export interface EnumType {
24
24
  * A list of allowed values of the enum.
25
25
  */
26
26
  items: EnumValue[];
27
+ /**
28
+ * The type of the property.
29
+ */
27
30
  type: EnumTypeType;
28
31
  }
@@ -6,6 +6,9 @@ import { Evidence } from './evidence';
6
6
  * An event that occurred during the problem lifespan that might be related to the root cause.
7
7
  */
8
8
  export interface EventEvidence extends Evidence {
9
+ /**
10
+ * Configuration of an event.
11
+ */
9
12
  data?: Event;
10
13
  /**
11
14
  * The end timestamp of the event, in UTC milliseconds.
@@ -7,5 +7,8 @@ export interface EventIngestResult {
7
7
  * The correlation ID of the created event.
8
8
  */
9
9
  correlationId?: string;
10
+ /**
11
+ * The status of the ingestion.
12
+ */
10
13
  status?: EventIngestResultStatus;
11
14
  }
@@ -18,7 +18,21 @@ export interface EventIngest {
18
18
  * If not set, the event is associated with the environment (`dt.entity.environment`) entity.
19
19
  */
20
20
  entitySelector?: string;
21
+ /**
22
+ * The type of the event.
23
+ */
21
24
  eventType: EventIngestEventType;
25
+ /**
26
+ * A map of event properties.
27
+ *
28
+ * Keys with prefix `dt.*` are generally disallowed, with the exceptions of `dt.event.*`, `dt.davis.*` and `dt.entity.*`. These reserved keys may be used to set event properties with predefined semantics within the Dynatrace product.
29
+ * `dt.entity.*` keys may be used to provide additional information on an event, but will not lead to the event being tied to the specified entities.
30
+ * All other keys are interpreted as user-defined event properties.
31
+ *
32
+ * Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.
33
+ *
34
+ * A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.
35
+ */
22
36
  properties?: EventIngestProperties;
23
37
  /**
24
38
  * The start time of the event, in UTC milliseconds.
@@ -11,6 +11,9 @@ export interface EventType {
11
11
  * The display name of the event type.
12
12
  */
13
13
  displayName?: string;
14
+ /**
15
+ * The severity level associated with the event type.
16
+ */
14
17
  severityLevel?: EventTypeSeverityLevel;
15
18
  /**
16
19
  * The event type.
@@ -17,6 +17,9 @@ export interface Event {
17
17
  * Has the value of `null` if the event is still active.
18
18
  */
19
19
  endTime?: number;
20
+ /**
21
+ * A short representation of a monitored entity.
22
+ */
20
23
  entityId?: EntityStub;
21
24
  /**
22
25
  * A list of tags of the related entity.
@@ -48,6 +51,9 @@ export interface Event {
48
51
  * The timestamp when the event was raised, in UTC milliseconds.
49
52
  */
50
53
  startTime?: number;
54
+ /**
55
+ * The status of the event.
56
+ */
51
57
  status?: EventStatus;
52
58
  /**
53
59
  * The alerting status during a [maintenance](https://dt-url.net/b2123rg0):
@@ -10,8 +10,23 @@ export interface Evidence {
10
10
  * The display name of the evidence.
11
11
  */
12
12
  displayName: string;
13
+ /**
14
+ * A short representation of a monitored entity.
15
+ */
13
16
  entity: EntityStub;
17
+ /**
18
+ * Defines the actual set of fields depending on the value. See one of the following objects:
19
+ *
20
+ * * `EVENT` -> EventEvidence
21
+ * * `METRIC` -> MetricEvidence
22
+ * * `TRANSACTIONAL` -> TransactionalEvidence
23
+ * * `MAINTENANCE_WINDOW` -> MaintenanceWindowEvidence
24
+ * * `AVAILABILITY_EVIDENCE` -> AvailabilityEvidence
25
+ */
14
26
  evidenceType: EvidenceEvidenceType;
27
+ /**
28
+ * A short representation of a monitored entity.
29
+ */
15
30
  groupingEntity?: EntityStub;
16
31
  /**
17
32
  * The evidence is (`true`) or is not (`false`) a part of the root cause.
@@ -1,4 +1,7 @@
1
1
  import { ExecuteActionsDtoActions } from './execute-actions-dto-actions';
2
2
  export interface ExecuteActionsDto {
3
+ /**
4
+ * Data Source defined action objects
5
+ */
3
6
  actions?: ExecuteActionsDtoActions;
4
7
  }
@@ -32,6 +32,8 @@ export interface ExecutionSimpleResults {
32
32
  httperror?: boolean;
33
33
  /**
34
34
  * An expiry date of the first SSL certificate from the certificate chain.
35
+ *
36
+ * @deprecated
35
37
  */
36
38
  peerCertificateExpiryDate?: number;
37
39
  /**
@@ -3,5 +3,11 @@ import { ExecutionStepMonitorType } from './execution-step-monitor-type';
3
3
  * Contains detailed information about the monitor's step execution.
4
4
  */
5
5
  export interface ExecutionStep {
6
+ /**
7
+ * Defines the actual set of fields depending on the value. See one of the following objects:
8
+ *
9
+ * * `BROWSER` -> BMAction
10
+ * * `HTTP` -> MonitorRequestExecutionResult
11
+ */
6
12
  monitorType: ExecutionStepMonitorType;
7
13
  }
@@ -29,6 +29,9 @@ export interface ExtensionEventDto {
29
29
  * Severity of the event
30
30
  */
31
31
  severity?: string;
32
+ /**
33
+ * Status of the event
34
+ */
32
35
  status?: ExtensionEventDtoStatus;
33
36
  /**
34
37
  * Timestamp of the event
@@ -8,5 +8,8 @@ export interface ExtensionMonitoringConfiguration {
8
8
  * Configuration scope
9
9
  */
10
10
  scope: string;
11
+ /**
12
+ * Configuration
13
+ */
11
14
  value: ExtensionMonitoringConfigurationValue;
12
15
  }
@@ -1,5 +1,8 @@
1
1
  import { ExtensionStatusDtoStatus } from './extension-status-dto-status';
2
2
  export interface ExtensionStatusDto {
3
+ /**
4
+ * Latest status of given configuration.
5
+ */
3
6
  status: ExtensionStatusDtoStatus;
4
7
  /**
5
8
  * Timestamp of the latest status of given configuration.