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

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