@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
@@ -7,5 +7,8 @@ export interface SecurityProblemMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting a security problem.
12
+ */
10
13
  reason: SecurityProblemMuteReason;
11
14
  }
@@ -7,5 +7,8 @@ export interface SecurityProblemUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting a security problem.
12
+ */
10
13
  reason: SecurityProblemUnmuteReason;
11
14
  }
@@ -9,6 +9,9 @@ import { SecurityProblemVulnerabilityType } from './security-problem-vulnerabili
9
9
  * Parameters of a security problem
10
10
  */
11
11
  export interface SecurityProblem {
12
+ /**
13
+ * The details of a code-level vulnerability.
14
+ */
12
15
  codeLevelVulnerabilityDetails?: CodeLevelVulnerabilityDetails;
13
16
  /**
14
17
  * A list of CVE IDs of the security problem.
@@ -26,6 +29,9 @@ export interface SecurityProblem {
26
29
  * The timestamp of the first occurrence of the security problem.
27
30
  */
28
31
  firstSeenTimestamp?: number;
32
+ /**
33
+ * Globally calculated statistics about the security problem. No management zone information is taken into account.
34
+ */
29
35
  globalCounts?: GlobalCountsDto;
30
36
  /**
31
37
  * The timestamp when the security problem was last opened.
@@ -51,12 +57,21 @@ export interface SecurityProblem {
51
57
  * The package name of the security problem.
52
58
  */
53
59
  packageName?: string;
60
+ /**
61
+ * Risk assessment of a security problem.
62
+ */
54
63
  riskAssessment?: RiskAssessment;
55
64
  /**
56
65
  * The ID of the security problem.
57
66
  */
58
67
  securityProblemId?: string;
68
+ /**
69
+ * The status of the security problem.
70
+ */
59
71
  status?: SecurityProblemStatus;
72
+ /**
73
+ * The technology of the security problem.
74
+ */
60
75
  technology?: SecurityProblemTechnology;
61
76
  /**
62
77
  * The title of the security problem.
@@ -66,5 +81,8 @@ export interface SecurityProblem {
66
81
  * The URL to the security problem details page.
67
82
  */
68
83
  url?: string;
84
+ /**
85
+ * The type of the vulnerability.
86
+ */
69
87
  vulnerabilityType?: SecurityProblemVulnerabilityType;
70
88
  }
@@ -7,6 +7,9 @@ export interface SecurityProblemsBulkMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting the security problems.
12
+ */
10
13
  reason: SecurityProblemsBulkMuteReason;
11
14
  /**
12
15
  * The ids of the security problems to be muted.
@@ -7,6 +7,9 @@ export interface SecurityProblemsBulkUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting the security problems.
12
+ */
10
13
  reason: SecurityProblemsBulkUnmuteReason;
11
14
  /**
12
15
  * The ids of the security problems to be un-muted.
@@ -1,4 +1,5 @@
1
1
  import { AnyValue } from './any-value';
2
+ import { Identity } from './identity';
2
3
  import { ResourceContext } from './resource-context';
3
4
  /**
4
5
  * The response to a get by objectId request.
@@ -32,6 +33,13 @@ export interface SettingsObjectByObjectIdResponse {
32
33
  * The ID of the settings object.
33
34
  */
34
35
  objectId?: string;
36
+ /**
37
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
38
+ */
39
+ owner?: Identity;
40
+ /**
41
+ * The resource context, which contains additional permission information about the object.
42
+ */
35
43
  resourceContext?: ResourceContext;
36
44
  /**
37
45
  * The schema on which the object is based.
@@ -1,4 +1,5 @@
1
1
  import * as _AnyValueTransformation from './any-value.transformation';
2
+ import * as _IdentityTransformation from './identity.transformation';
2
3
  import * as _ResourceContextTransformation from './resource-context.transformation';
3
4
  import { SettingsObjectByObjectIdResponse } from './settings-object-by-object-id-response';
4
5
  export interface AsJson {
@@ -9,6 +10,7 @@ export interface AsJson {
9
10
  modified?: number;
10
11
  modifiedBy?: string;
11
12
  objectId?: string;
13
+ owner?: _IdentityTransformation.AsJson;
12
14
  resourceContext?: _ResourceContextTransformation.AsJson;
13
15
  schemaId?: string;
14
16
  schemaVersion?: string;
@@ -1,4 +1,5 @@
1
1
  import { AnyValue } from './any-value';
2
+ import { Identity } from './identity';
2
3
  import { ModificationInfo } from './modification-info';
3
4
  import { ResourceContext } from './resource-context';
4
5
  /**
@@ -21,6 +22,11 @@ export interface SettingsObject {
21
22
  * The external identifier of the settings object.
22
23
  */
23
24
  externalId?: string;
25
+ /**
26
+ * The modification info for a single updatable setting. Replaced by `resourceContext`.
27
+ *
28
+ * @deprecated
29
+ */
24
30
  modificationInfo?: ModificationInfo;
25
31
  /**
26
32
  * The timestamp of the last modification.
@@ -34,6 +40,13 @@ export interface SettingsObject {
34
40
  * The ID of the settings object.
35
41
  */
36
42
  objectId?: string;
43
+ /**
44
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
45
+ */
46
+ owner?: Identity;
47
+ /**
48
+ * The resource context, which contains additional permission information about the object.
49
+ */
37
50
  resourceContext?: ResourceContext;
38
51
  /**
39
52
  * The schema on which the object is based.
@@ -1,4 +1,5 @@
1
1
  import * as _AnyValueTransformation from './any-value.transformation';
2
+ import * as _IdentityTransformation from './identity.transformation';
2
3
  import * as _ModificationInfoTransformation from './modification-info.transformation';
3
4
  import * as _ResourceContextTransformation from './resource-context.transformation';
4
5
  import { SettingsObject } from './settings-object';
@@ -11,6 +12,7 @@ export interface AsJson {
11
12
  modified?: number;
12
13
  modifiedBy?: string;
13
14
  objectId?: string;
15
+ owner?: _IdentityTransformation.AsJson;
14
16
  resourceContext?: _ResourceContextTransformation.AsJson;
15
17
  schemaId?: string;
16
18
  schemaVersion?: string;
@@ -3,6 +3,9 @@ import { PermissionContext } from './permission-context';
3
3
  * A list of permissions.
4
4
  */
5
5
  export interface SinglePermissionRequest {
6
+ /**
7
+ * Optional context data
8
+ */
6
9
  context?: PermissionContext;
7
10
  /**
8
11
  * Permission to be probed
@@ -3,6 +3,11 @@ import { SloBurnRateBurnRateType } from './slo-burn-rate-burn-rate-type';
3
3
  * Error budget burn rate evaluation of a service-level objective (SLO).
4
4
  */
5
5
  export interface SloBurnRate {
6
+ /**
7
+ * The calculated burn rate type.
8
+ *
9
+ * Has a value of 'FAST', 'SLOW' or 'NONE'.
10
+ */
6
11
  burnRateType?: SloBurnRateBurnRateType;
7
12
  /**
8
13
  * The burn rate of the SLO, calculated for the last hour.
@@ -11,7 +11,13 @@ export interface SloConfigItemDtoImpl {
11
11
  * If not defined, the SLO is disabled by default.
12
12
  */
13
13
  enabled?: boolean;
14
+ /**
15
+ * Error budget burn rate configuration of a service-level objective (SLO).
16
+ */
14
17
  errorBudgetBurnRate?: SloBurnRateConfig;
18
+ /**
19
+ * The evaluation type of the SLO.
20
+ */
15
21
  evaluationType: SloConfigItemDtoImplEvaluationType;
16
22
  /**
17
23
  * The entity filter for the SLO evaluation. The total length of the entitySelector string in SLOs is limited to 1,000 characters. Use the [syntax of entity selector](https://dt-url.net/entityselector).
@@ -21,6 +27,8 @@ export interface SloConfigItemDtoImpl {
21
27
  * The total count metric (the denominator in rate calculation).
22
28
  *
23
29
  * Required when the **useRateMetric** is set to `false`.
30
+ *
31
+ * @deprecated
24
32
  */
25
33
  metricDenominator?: string;
26
34
  /**
@@ -35,12 +43,16 @@ export interface SloConfigItemDtoImpl {
35
43
  * The metric for the count of successes (the numerator in rate calculation).
36
44
  *
37
45
  * Required when the **useRateMetric** is set to `false`.
46
+ *
47
+ * @deprecated
38
48
  */
39
49
  metricNumerator?: string;
40
50
  /**
41
51
  * The percentage-based metric for the calculation of the SLO.
42
52
  *
43
53
  * Required when the **useRateMetric** is set to `true`.
54
+ *
55
+ * @deprecated
44
56
  */
45
57
  metricRate?: string;
46
58
  /**
@@ -62,6 +74,8 @@ export interface SloConfigItemDtoImpl {
62
74
  * * `false`: A ratio of two metrics.
63
75
  *
64
76
  * For a list of available metrics, see [Built-in metric page](https://dt-url.net/be03kow) or try the [GET metrics](https://dt-url.net/8e43kxf) API call.
77
+ *
78
+ * @deprecated
65
79
  */
66
80
  useRateMetric?: boolean | null;
67
81
  /**
@@ -11,6 +11,8 @@ export interface SLO {
11
11
  burnRateMetricKey: string;
12
12
  /**
13
13
  * The denominator value used to evaluate the SLO when **useRateMetric** is set to `false`.
14
+ *
15
+ * @deprecated
14
16
  */
15
17
  denominatorValue?: number;
16
18
  /**
@@ -38,6 +40,9 @@ export interface SLO {
38
40
  * * If the evaluate parameter has not been set to `true`; in that case the **error** property will contain no error.
39
41
  */
40
42
  errorBudget: number;
43
+ /**
44
+ * Error budget burn rate evaluation of a service-level objective (SLO).
45
+ */
41
46
  errorBudgetBurnRate: SloBurnRate;
42
47
  /**
43
48
  * The key for the SLO's error budget func metric.
@@ -50,6 +55,9 @@ export interface SLO {
50
55
  * * If the evaluate parameter has not been set to `true`; in that case the **error** property will contain no error.
51
56
  */
52
57
  evaluatedPercentage: number;
58
+ /**
59
+ * The evaluation type of the SLO.
60
+ */
53
61
  evaluationType: SLOEvaluationType;
54
62
  /**
55
63
  * The entity filter for the SLO evaluation. The total length of the entitySelector string in SLOs is limited to 1,000 characters. Use the [syntax of entity selector](https://dt-url.net/entityselector).
@@ -63,6 +71,8 @@ export interface SLO {
63
71
  * The total count metric (the denominator in rate calculation).
64
72
  *
65
73
  * Required when the **useRateMetric** is set to `false`.
74
+ *
75
+ * @deprecated
66
76
  */
67
77
  metricDenominator?: string;
68
78
  /**
@@ -77,12 +87,16 @@ export interface SLO {
77
87
  * The metric for the count of successes (the numerator in rate calculation).
78
88
  *
79
89
  * Required when the **useRateMetric** is set to `false`.
90
+ *
91
+ * @deprecated
80
92
  */
81
93
  metricNumerator?: string;
82
94
  /**
83
95
  * The percentage-based metric for the calculation of the SLO.
84
96
  *
85
97
  * Required when the **useRateMetric** is set to `true`.
98
+ *
99
+ * @deprecated
86
100
  */
87
101
  metricRate?: string;
88
102
  /**
@@ -95,10 +109,14 @@ export interface SLO {
95
109
  normalizedErrorBudgetMetricKey: string;
96
110
  /**
97
111
  * The numerator value used to evaluate the SLO when **useRateMetric** is set to `false`.
112
+ *
113
+ * @deprecated
98
114
  */
99
115
  numeratorValue?: number;
100
116
  /**
101
117
  * The entity filter for fetching the number of problems related to an SLO. Auto-generated in case no filter has been added to the SLO.
118
+ *
119
+ * @deprecated
102
120
  */
103
121
  problemFilters?: string[];
104
122
  /**
@@ -113,6 +131,9 @@ export interface SLO {
113
131
  * Has the value of `-1` if there's an error with fetching SLO related problems.
114
132
  */
115
133
  relatedTotalProblems?: number;
134
+ /**
135
+ * The status of the calculated SLO.
136
+ */
116
137
  status: SLOStatus;
117
138
  /**
118
139
  * The target value of the SLO.
@@ -129,6 +150,8 @@ export interface SLO {
129
150
  * * `false`: A ratio of two metrics.
130
151
  *
131
152
  * For a list of available metrics, see [Built-in metric page](https://dt-url.net/be03kow) or try the [GET metrics](https://dt-url.net/8e43kxf) API call.
153
+ *
154
+ * @deprecated
132
155
  */
133
156
  useRateMetric?: boolean;
134
157
  /**
@@ -0,0 +1,30 @@
1
+ import { Credentials } from './credentials';
2
+ /**
3
+ * A credentials set of the `SNMPV3` type.
4
+ */
5
+ export interface SNMPV3Credentials extends Credentials {
6
+ /**
7
+ * The authentication password in the string format (should not be empty for AUTH_PRIV and AUTH_NO_PRIV security levels)
8
+ */
9
+ authenticationPassword?: string;
10
+ /**
11
+ * The authentication protocol, supported protocols: MD5, SHA, SHA224, SHA256, SHA384, SHA512
12
+ */
13
+ authenticationProtocol?: string;
14
+ /**
15
+ * The privacy password in the string format (should not be empty for AUTH_PRIV security level)
16
+ */
17
+ privacyPassword?: string;
18
+ /**
19
+ * The privacy protocol
20
+ */
21
+ privacyProtocol?: string;
22
+ /**
23
+ * The security level, supported levels: AUTH_PRIV, NO_AUTH_NO_PRIV, AUTH_NO_PRIV
24
+ */
25
+ securityLevel?: string;
26
+ /**
27
+ * User name value
28
+ */
29
+ username?: string;
30
+ }
@@ -0,0 +1,12 @@
1
+ import * as _CredentialsTransformation from './credentials.transformation';
2
+ import { SNMPV3Credentials } from './snmpv3-credentials';
3
+ export interface AsJson extends _CredentialsTransformation.AsJson {
4
+ authenticationPassword?: string;
5
+ authenticationProtocol?: string;
6
+ privacyPassword?: string;
7
+ privacyProtocol?: string;
8
+ securityLevel?: string;
9
+ username?: string;
10
+ }
11
+ export declare function fromJson($model: AsJson): SNMPV3Credentials;
12
+ export declare function toJson($model: SNMPV3Credentials): AsJson;
@@ -3,5 +3,11 @@ import { SyntheticLocationUpdateType } from './synthetic-location-update-type';
3
3
  * The synthetic location update. This is a base object, the exact type depends on the value of the `type` field.
4
4
  */
5
5
  export interface SyntheticLocationUpdate {
6
+ /**
7
+ * Defines the actual set of fields depending on the value. See one of the following objects:
8
+ *
9
+ * * `PUBLIC` -> SyntheticPublicLocationUpdate
10
+ * * `PRIVATE` -> SyntheticPrivateLocationUpdate
11
+ */
6
12
  type: SyntheticLocationUpdateType;
7
13
  }
@@ -21,7 +21,7 @@ export interface SyntheticLocation {
21
21
  /**
22
22
  * The Dynatrace entity ID of the location.
23
23
  */
24
- entityId: string;
24
+ entityId?: string;
25
25
  /**
26
26
  * The Dynatrace GeoLocation ID of the location.
27
27
  */
@@ -44,6 +44,20 @@ export interface SyntheticLocation {
44
44
  * To fetch the list of available region codes, use the [GET regions of the country](https://dt-url.net/az230x0) request.
45
45
  */
46
46
  regionCode?: string;
47
+ /**
48
+ * The status of the location:
49
+ *
50
+ * * `ENABLED`: The location is displayed as active in the UI. You can assign monitors to the location.
51
+ * * `DISABLED`: The location is displayed as inactive in the UI. You can't assign monitors to the location. Monitors already assigned to the location will stay there and will be executed from the location.
52
+ * * `HIDDEN`: The location is not displayed in the UI. You can't assign monitors to the location. You can only set location as `HIDDEN` when no monitor is assigned to it.
53
+ */
47
54
  status?: SyntheticLocationStatus;
55
+ /**
56
+ * Defines the actual set of fields depending on the value. See one of the following objects:
57
+ *
58
+ * * `PUBLIC` -> PublicSyntheticLocation
59
+ * * `PRIVATE` -> PrivateSyntheticLocation
60
+ * * `CLUSTER` -> PrivateSyntheticLocation
61
+ */
48
62
  type: SyntheticLocationType;
49
63
  }
@@ -8,7 +8,7 @@ export declare function isPublicSyntheticLocation($model: SyntheticLocation): $m
8
8
  export interface AsJson {
9
9
  city?: string;
10
10
  countryCode?: string;
11
- entityId: string;
11
+ entityId?: string;
12
12
  geoLocationId?: string;
13
13
  latitude: number;
14
14
  longitude: number;
@@ -3,6 +3,9 @@ import { SyntheticMonitorPerformanceThresholdDtoAggregation } from './synthetic-
3
3
  * The performance threshold rule.
4
4
  */
5
5
  export interface SyntheticMonitorPerformanceThresholdDto {
6
+ /**
7
+ * Aggregation type
8
+ */
6
9
  aggregation?: SyntheticMonitorPerformanceThresholdDtoAggregation;
7
10
  /**
8
11
  * Number of most recent non-violating request executions that closes the problem
@@ -3,6 +3,9 @@ import { SyntheticMultiProtocolMonitorConstraintDtoProperties } from './syntheti
3
3
  * The network availability monitor constraint.
4
4
  */
5
5
  export interface SyntheticMultiProtocolMonitorConstraintDto {
6
+ /**
7
+ * The properties of the constraint.
8
+ */
6
9
  properties: SyntheticMultiProtocolMonitorConstraintDtoProperties;
7
10
  /**
8
11
  * Constraint type.
@@ -35,11 +35,17 @@ export interface SyntheticMultiProtocolMonitorDto {
35
35
  * The name of the monitor.
36
36
  */
37
37
  name: string;
38
+ /**
39
+ * Performance thresholds configuration.
40
+ */
38
41
  performanceThresholds?: SyntheticMonitorPerformanceThresholdsDto;
39
42
  /**
40
43
  * The steps of the monitor.
41
44
  */
42
45
  steps: SyntheticMultiProtocolMonitorStepDto[];
46
+ /**
47
+ * Outage handling configuration.
48
+ */
43
49
  syntheticMonitorOutageHandlingSettings?: SyntheticMonitorOutageHandlingSettingsDto;
44
50
  /**
45
51
  * A set of tags assigned to the monitor.
@@ -14,11 +14,17 @@ export interface SyntheticMultiProtocolMonitorStepDto {
14
14
  * Step name.
15
15
  */
16
16
  name: string;
17
+ /**
18
+ * The properties which apply to all requests in the step.
19
+ */
17
20
  properties: SyntheticMultiProtocolMonitorStepDtoProperties;
18
21
  /**
19
22
  * Request configurations.
20
23
  */
21
24
  requestConfigurations: SyntheticMultiProtocolRequestConfigurationDto[];
25
+ /**
26
+ * Request type.
27
+ */
22
28
  requestType: SyntheticMultiProtocolMonitorStepDtoRequestType;
23
29
  /**
24
30
  * Target filter.
@@ -27,11 +27,17 @@ export interface SyntheticMultiProtocolMonitorUpdateDto {
27
27
  * The name of the monitor.
28
28
  */
29
29
  name: string;
30
+ /**
31
+ * Performance thresholds configuration.
32
+ */
30
33
  performanceThresholds?: SyntheticMonitorPerformanceThresholdsDto;
31
34
  /**
32
35
  * The steps of the monitor.
33
36
  */
34
37
  steps: SyntheticMultiProtocolMonitorStepDto[];
38
+ /**
39
+ * Outage handling configuration.
40
+ */
35
41
  syntheticMonitorOutageHandlingSettings?: SyntheticMonitorOutageHandlingSettingsDto;
36
42
  /**
37
43
  * A set of tags assigned to the monitor.
@@ -39,5 +45,8 @@ export interface SyntheticMultiProtocolMonitorUpdateDto {
39
45
  * You can specify only the value of the tag here and the `CONTEXTLESS` context and source 'USER' will be added automatically. But preferred option is usage of SyntheticTagWithSourceDto model.
40
46
  */
41
47
  tags?: SyntheticTagWithSourceDto[];
48
+ /**
49
+ * Monitor type.
50
+ */
42
51
  type: SyntheticMultiProtocolMonitorUpdateDtoType;
43
52
  }
@@ -10,6 +10,9 @@ export interface SyntheticOnDemandBatchStatus {
10
10
  * The identifier of the batch.
11
11
  */
12
12
  batchId: string;
13
+ /**
14
+ * The status of the batch.
15
+ */
13
16
  batchStatus: SyntheticOnDemandBatchStatusBatchStatus;
14
17
  /**
15
18
  * The number of triggered executions with the result SUCCESS or FAILED.
@@ -25,6 +28,9 @@ export interface SyntheticOnDemandBatchStatus {
25
28
  * The number of executions that were triggered and timed out because of a problem with the Synthetic engine.
26
29
  */
27
30
  failedToExecuteCount: number;
31
+ /**
32
+ * String to string map of metadata properties for batch
33
+ */
28
34
  metadata?: SyntheticOnDemandBatchStatusMetadata;
29
35
  /**
30
36
  * The number of triggered executions within the batch.
@@ -4,6 +4,9 @@ import { SyntheticOnDemandExecutionRequestMonitorRepeatMode } from './synthetic-
4
4
  * Contains monitors to be executed on demand from the locations specified.
5
5
  */
6
6
  export interface SyntheticOnDemandExecutionRequestMonitor {
7
+ /**
8
+ * Customized script properties for this on-demand batch execution.
9
+ */
7
10
  customizedScript?: SyntheticOnDemandExecutionRequestMonitorCustomizedScript;
8
11
  /**
9
12
  * The number of times the monitor is to be executed per location; if not set, the monitor will be executed once.
@@ -17,5 +20,8 @@ export interface SyntheticOnDemandExecutionRequestMonitor {
17
20
  * The monitor identifier.
18
21
  */
19
22
  monitorId: string;
23
+ /**
24
+ * Execution repeat mode. If not set, the mode is SEQUENTIAL.
25
+ */
20
26
  repeatMode?: SyntheticOnDemandExecutionRequestMonitorRepeatMode;
21
27
  }
@@ -14,12 +14,21 @@ export interface SyntheticOnDemandExecutionRequest {
14
14
  * Applies to HTTP monitors only. If true, the execution will fail in case of an SSL certificate expiration warning or if the certificate is missing.
15
15
  */
16
16
  failOnSslWarning?: boolean;
17
+ /**
18
+ * Contains parameters for the on-demand execution of monitors identified by tags, applications, or services.
19
+ */
17
20
  group?: SyntheticOnDemandExecutionRequestGroup;
21
+ /**
22
+ * String to string map of metadata properties for execution
23
+ */
18
24
  metadata?: SyntheticOnDemandExecutionRequestMetadata;
19
25
  /**
20
26
  * List of monitors to be triggered.
21
27
  */
22
28
  monitors?: SyntheticOnDemandExecutionRequestMonitor[];
29
+ /**
30
+ * The execution's processing mode
31
+ */
23
32
  processingMode?: SyntheticOnDemandExecutionRequestProcessingMode;
24
33
  /**
25
34
  * If true, no executions will be scheduled if a problem occurs.
@@ -13,6 +13,9 @@ export interface SyntheticOnDemandExecution {
13
13
  * The identifier of the batch.
14
14
  */
15
15
  batchId: string;
16
+ /**
17
+ * Customized script properties for this on-demand batch execution.
18
+ */
16
19
  customizedScript?: ObjectNode;
17
20
  /**
18
21
  * The timestamp when whole data set has been collected on server, in UTC milliseconds.
@@ -22,16 +25,25 @@ export interface SyntheticOnDemandExecution {
22
25
  * The identifier of the execution.
23
26
  */
24
27
  executionId: string;
28
+ /**
29
+ * Execution stage.
30
+ */
25
31
  executionStage: SyntheticOnDemandExecutionExecutionStage;
26
32
  /**
27
33
  * The timestamp when execution was finished, in UTC milliseconds.
28
34
  */
29
35
  executionTimestamp: number;
36
+ /**
37
+ * Contains extended monitor's execution details.
38
+ */
30
39
  fullResults?: ExecutionFullResults;
31
40
  /**
32
41
  * The identifier of the location from where the monitor is to be executed.
33
42
  */
34
43
  locationId: string;
44
+ /**
45
+ * Metadata map for the execution batch.
46
+ */
35
47
  metadata?: SyntheticOnDemandExecutionMetadata;
36
48
  /**
37
49
  * The identifier of the monitor.
@@ -41,12 +53,21 @@ export interface SyntheticOnDemandExecution {
41
53
  * Next execution id for sequential mode.
42
54
  */
43
55
  nextExecutionId?: number;
56
+ /**
57
+ * The processing mode of the execution.
58
+ */
44
59
  processingMode: SyntheticOnDemandExecutionProcessingMode;
45
60
  /**
46
61
  * The scheduling timestamp, in UTC milliseconds.
47
62
  */
48
63
  schedulingTimestamp: number;
64
+ /**
65
+ * Contains basic results of the monitor's on-demand execution.
66
+ */
49
67
  simpleResults?: ExecutionSimpleResults;
68
+ /**
69
+ * The source of the triggering request.
70
+ */
50
71
  source: SyntheticOnDemandExecutionSource;
51
72
  /**
52
73
  * The name of the user who triggered the on-demand execution.
@@ -11,6 +11,9 @@ export interface SyntheticOnDemandFailedExecutionStatus {
11
11
  * The identifier of the execution.
12
12
  */
13
13
  executionId: string;
14
+ /**
15
+ * Execution stage.
16
+ */
14
17
  executionStage?: SyntheticOnDemandFailedExecutionStatusExecutionStage;
15
18
  /**
16
19
  * The timestamp when execution was finished, in UTC milliseconds.
@@ -13,6 +13,9 @@ export interface SyntheticTagWithSourceDto {
13
13
  * The key of the tag.
14
14
  */
15
15
  key: string;
16
+ /**
17
+ * The source of the tag, such as USER, RULE_BASED or AUTO.
18
+ */
16
19
  source?: SyntheticTagWithSourceDtoSource;
17
20
  /**
18
21
  * The value of the tag.