@dynatrace-sdk/client-classic-environment-v2 1.1.0 → 1.2.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 (215) hide show
  1. package/CHANGELOG.md +29 -6
  2. package/README.md +15 -44
  3. package/cjs/index.js +1831 -1657
  4. package/docs/DOCS.md +4054 -11777
  5. package/dynatrace-metadata.json +2 -5
  6. package/esm/index.js +1831 -1657
  7. package/package.json +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +36 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +60 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +21 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +33 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +48 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +75 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +19 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +25 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +54 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +18 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +63 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +231 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +53 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +52 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +28 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +50 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +37 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +9 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +55 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +77 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +14 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +173 -11
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +78 -8
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +97 -9
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +23 -2
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +14 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +31 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +64 -5
  36. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +2 -2
  37. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.transformation.d.ts +1 -1
  38. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +3 -1
  39. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +12 -10
  40. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.transformation.d.ts +2 -2
  41. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +4 -4
  42. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.transformation.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +4 -4
  44. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.transformation.d.ts +2 -2
  45. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +3 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +6 -4
  48. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.transformation.d.ts +1 -1
  49. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +14 -14
  50. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.transformation.d.ts +4 -4
  51. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/comment.d.ts +4 -4
  53. package/types/packages/client/classic-environment-v2/src/lib/models/comment.transformation.d.ts +1 -1
  54. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +4 -4
  55. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.transformation.d.ts +2 -2
  56. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +12 -12
  57. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.transformation.d.ts +4 -4
  58. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +4 -4
  59. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.transformation.d.ts +1 -1
  60. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +8 -8
  61. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.transformation.d.ts +3 -3
  62. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +4 -4
  63. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.transformation.d.ts +1 -1
  64. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +6 -6
  65. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.transformation.d.ts +2 -2
  66. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +10 -10
  67. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.transformation.d.ts +4 -4
  68. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +8 -8
  69. package/types/packages/client/classic-environment-v2/src/lib/models/entity.transformation.d.ts +3 -3
  70. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.d.ts +8 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.transformation.d.ts +4 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.d.ts +14 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.transformation.d.ts +4 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +17 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.transformation.d.ts +11 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.d.ts +14 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.transformation.d.ts +8 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.d.ts +14 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.transformation.d.ts +8 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +4 -4
  81. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.transformation.d.ts +1 -1
  82. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +1 -1
  83. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.transformation.d.ts +1 -1
  84. package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +4 -4
  85. package/types/packages/client/classic-environment-v2/src/lib/models/error.transformation.d.ts +1 -1
  86. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +5 -5
  87. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.transformation.d.ts +2 -2
  88. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +1 -1
  89. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.transformation.d.ts +1 -1
  90. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.d.ts +4 -4
  91. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.transformation.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +4 -4
  93. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.transformation.d.ts +2 -2
  94. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +4 -4
  95. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.transformation.d.ts +2 -2
  96. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +6 -6
  97. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +2 -2
  98. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +4 -4
  99. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.transformation.d.ts +2 -2
  100. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +4 -4
  101. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts +1 -1
  102. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +26 -26
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts +8 -8
  104. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +12 -12
  105. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.transformation.d.ts +3 -3
  106. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -4
  107. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +2 -2
  108. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +4 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.transformation.d.ts +1 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +6 -6
  111. package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts +3 -3
  112. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +12 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +4 -4
  114. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.transformation.d.ts +1 -1
  115. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +6 -6
  116. package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts +3 -3
  117. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +2 -2
  119. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts +2 -2
  120. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +10 -10
  121. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts +2 -2
  122. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +1 -1
  123. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.transformation.d.ts +1 -1
  124. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +4 -4
  125. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.transformation.d.ts +1 -1
  126. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +55 -55
  127. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.transformation.d.ts +14 -14
  128. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +4 -4
  129. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.transformation.d.ts +1 -1
  130. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +4 -4
  131. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +1 -1
  132. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +1 -1
  133. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.transformation.d.ts +1 -1
  134. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +8 -8
  135. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.transformation.d.ts +2 -2
  136. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +6 -6
  137. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.transformation.d.ts +1 -1
  138. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +29 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +11 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +4 -4
  141. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.transformation.d.ts +1 -1
  142. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +1 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +2 -2
  145. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.transformation.d.ts +1 -1
  146. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +10 -2
  147. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts +3 -1
  148. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +4 -4
  149. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts +1 -1
  150. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +10 -10
  151. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts +3 -3
  152. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +4 -4
  153. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.transformation.d.ts +1 -1
  154. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -24
  155. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +11 -11
  156. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -18
  157. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.transformation.d.ts +9 -9
  158. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +4 -4
  159. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.transformation.d.ts +1 -1
  160. package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +16 -16
  161. package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts +5 -5
  162. package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +4 -4
  163. package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts +2 -2
  164. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +8 -8
  165. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.transformation.d.ts +3 -3
  166. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +1 -1
  167. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.transformation.d.ts +1 -1
  168. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +4 -4
  169. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.transformation.d.ts +1 -1
  170. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +4 -4
  171. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts +1 -1
  172. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +2 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +2 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +4 -4
  175. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.transformation.d.ts +2 -2
  176. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +5 -5
  177. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.transformation.d.ts +1 -1
  178. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +5 -5
  179. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.transformation.d.ts +2 -2
  180. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +12 -12
  181. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.transformation.d.ts +2 -2
  182. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +19 -17
  183. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +7 -5
  184. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +5 -5
  185. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.transformation.d.ts +3 -3
  186. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +10 -10
  187. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.transformation.d.ts +3 -3
  188. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +23 -23
  189. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.transformation.d.ts +7 -7
  190. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +58 -53
  191. package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +19 -19
  192. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +4 -4
  193. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.transformation.d.ts +2 -2
  194. package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +4 -4
  195. package/types/packages/client/classic-environment-v2/src/lib/models/success.transformation.d.ts +1 -1
  196. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +4 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.transformation.d.ts +1 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +1 -1
  199. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.transformation.d.ts +1 -1
  200. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +4 -4
  201. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.transformation.d.ts +1 -1
  202. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.d.ts +4 -4
  203. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.transformation.d.ts +1 -1
  204. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +4 -4
  205. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.transformation.d.ts +1 -1
  206. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +4 -4
  207. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.transformation.d.ts +1 -1
  208. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.d.ts +4 -4
  209. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.transformation.d.ts +1 -1
  210. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.d.ts +4 -4
  211. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.transformation.d.ts +1 -1
  212. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +19 -19
  213. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.transformation.d.ts +7 -7
  214. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.d.ts +1 -1
  215. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.transformation.d.ts +1 -1
@@ -1,8 +1,8 @@
1
1
  import { CustomEntityTags } from './custom-entity-tags';
2
2
  import * as _METagTransformation from './me-tag.transformation';
3
3
  export interface AsJson {
4
- totalCount?: number;
5
4
  tags: _METagTransformation.AsJson[];
5
+ totalCount?: number;
6
6
  }
7
7
  export declare function fromJson($model: AsJson): CustomEntityTags;
8
8
  export declare function toJson($model: CustomEntityTags): AsJson;
@@ -4,17 +4,21 @@ import { SettingsValue } from './settings-value';
4
4
  */
5
5
  export interface EffectiveSettingsValue {
6
6
  /**
7
- * The user (identified by a user ID or a public token ID) who performed that most recent modification.
7
+ * The timestamp of the last modification.
8
8
  */
9
- author?: string;
9
+ modified?: number;
10
10
  /**
11
11
  * The external identifier of the settings object.
12
12
  */
13
13
  externalId?: string;
14
14
  /**
15
- * The timestamp of the last modification.
15
+ * The schema on which the object is based.
16
16
  */
17
- modified?: number;
17
+ schemaId?: string;
18
+ /**
19
+ * The user (identified by a user ID or a public token ID) who performed that most recent modification.
20
+ */
21
+ author?: string;
18
22
  /**
19
23
  * The origin of the settings value.
20
24
  */
@@ -23,10 +27,6 @@ export interface EffectiveSettingsValue {
23
27
  * The timestamp of the creation.
24
28
  */
25
29
  created?: number;
26
- /**
27
- * The schema on which the object is based.
28
- */
29
- schemaId?: string;
30
30
  value?: SettingsValue;
31
31
  /**
32
32
  * The version of the schema on which the object is based.
@@ -1,12 +1,12 @@
1
1
  import { EffectiveSettingsValue } from './effective-settings-value';
2
2
  import * as _SettingsValueTransformation from './settings-value.transformation';
3
3
  export interface AsJson {
4
- author?: string;
5
- externalId?: string;
6
4
  modified?: number;
5
+ externalId?: string;
6
+ schemaId?: string;
7
+ author?: string;
7
8
  origin?: string;
8
9
  created?: number;
9
- schemaId?: string;
10
10
  value?: _SettingsValueTransformation.AsJson;
11
11
  schemaVersion?: string;
12
12
  searchSummary?: string;
@@ -11,14 +11,14 @@ export interface EffectiveSettingsValuesList {
11
11
  * The number of entries per page.
12
12
  */
13
13
  pageSize: number;
14
- /**
15
- * The total number of entries in the result.
16
- */
17
- totalCount: number;
18
14
  /**
19
15
  * The cursor for the next page of results. Has the value of `null` on the last page.
20
16
  *
21
17
  * Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
22
18
  */
23
19
  nextPageKey?: string;
20
+ /**
21
+ * The total number of entries in the result.
22
+ */
23
+ totalCount: number;
24
24
  }
@@ -3,8 +3,8 @@ import { EffectiveSettingsValuesList } from './effective-settings-values-list';
3
3
  export interface AsJson {
4
4
  items: _EffectiveSettingsValueTransformation.AsJson[];
5
5
  pageSize: number;
6
- totalCount: number;
7
6
  nextPageKey?: string;
7
+ totalCount: number;
8
8
  }
9
9
  export declare function fromJson($model: AsJson): EffectiveSettingsValuesList;
10
10
  export declare function toJson($model: EffectiveSettingsValuesList): AsJson;
@@ -3,11 +3,11 @@
3
3
  */
4
4
  export interface EntityIcon {
5
5
  /**
6
- * The user-defined icon of the entity.
6
+ * The primary icon of the entity.
7
7
  *
8
- * Specify the [barista](https://dt-url.net/u403suy) ID of the icon or a URL of your own icon.
8
+ * Specified by the [barista](https://dt-url.net/u403suy) ID of the icon.
9
9
  */
10
- customIconPath?: string;
10
+ primaryIconType?: string;
11
11
  /**
12
12
  * The secondary icon of the entity.
13
13
  *
@@ -15,9 +15,9 @@ export interface EntityIcon {
15
15
  */
16
16
  secondaryIconType?: string;
17
17
  /**
18
- * The primary icon of the entity.
18
+ * The user-defined icon of the entity.
19
19
  *
20
- * Specified by the [barista](https://dt-url.net/u403suy) ID of the icon.
20
+ * Specify the [barista](https://dt-url.net/u403suy) ID of the icon or a URL of your own icon.
21
21
  */
22
- primaryIconType?: string;
22
+ customIconPath?: string;
23
23
  }
@@ -1,8 +1,8 @@
1
1
  import { EntityIcon } from './entity-icon';
2
2
  export interface AsJson {
3
- customIconPath?: string;
4
- secondaryIconType?: string;
5
3
  primaryIconType?: string;
4
+ secondaryIconType?: string;
5
+ customIconPath?: string;
6
6
  }
7
7
  export declare function fromJson($model: AsJson): EntityIcon;
8
8
  export declare function toJson($model: EntityIcon): AsJson;
@@ -10,21 +10,25 @@ export interface EntityType {
10
10
  */
11
11
  fromRelationships?: ToPosition[];
12
12
  /**
13
- * A list of possible relationships where the monitored entity type occupies the TO position.
13
+ * The dimension key used within metrics for this monitored entity.
14
14
  */
15
- toRelationships?: FromPosition[];
15
+ dimensionKey?: string;
16
+ /**
17
+ * The placeholder for the list of management zones of an actual entity.
18
+ */
19
+ managementZones?: string;
16
20
  /**
17
21
  * Whether the entity creation limit for the given type has been exceeded
18
22
  */
19
23
  entityLimitExceeded?: boolean;
20
24
  /**
21
- * The placeholder for the list of management zones of an actual entity.
25
+ * A list of possible relationships where the monitored entity type occupies the TO position.
22
26
  */
23
- managementZones?: string;
27
+ toRelationships?: FromPosition[];
24
28
  /**
25
- * The dimension key used within metrics for this monitored entity.
29
+ * The placeholder for the list of tags of an actual entity.
26
30
  */
27
- dimensionKey?: string;
31
+ tags?: string;
28
32
  /**
29
33
  * The display name of the monitored entity.
30
34
  */
@@ -37,8 +41,4 @@ export interface EntityType {
37
41
  * The type of the monitored entity.
38
42
  */
39
43
  type?: string;
40
- /**
41
- * The placeholder for the list of tags of an actual entity.
42
- */
43
- tags?: string;
44
44
  }
@@ -4,14 +4,14 @@ import * as _FromPositionTransformation from './from-position.transformation';
4
4
  import * as _ToPositionTransformation from './to-position.transformation';
5
5
  export interface AsJson {
6
6
  fromRelationships?: _ToPositionTransformation.AsJson[];
7
- toRelationships?: _FromPositionTransformation.AsJson[];
8
- entityLimitExceeded?: boolean;
9
- managementZones?: string;
10
7
  dimensionKey?: string;
8
+ managementZones?: string;
9
+ entityLimitExceeded?: boolean;
10
+ toRelationships?: _FromPositionTransformation.AsJson[];
11
+ tags?: string;
11
12
  displayName?: string;
12
13
  properties?: _EntityTypePropertyDtoTransformation.AsJson[];
13
14
  type?: string;
14
- tags?: string;
15
15
  }
16
16
  export declare function fromJson($model: AsJson): EntityType;
17
17
  export declare function toJson($model: EntityType): AsJson;
@@ -8,12 +8,16 @@ import { METag } from './me-tag';
8
8
  * The properties of a monitored entity.
9
9
  */
10
10
  export interface Entity {
11
+ fromRelationships?: EntityFromRelationships;
12
+ /**
13
+ * A set of management zones to which the entity belongs.
14
+ */
15
+ managementZones?: ManagementZone[];
16
+ toRelationships?: EntityToRelationships;
11
17
  /**
12
18
  * The ID of the entity.
13
19
  */
14
20
  entityId?: string;
15
- fromRelationships?: EntityFromRelationships;
16
- toRelationships?: EntityToRelationships;
17
21
  /**
18
22
  * The timestamp at which the entity was first seen, in UTC milliseconds.
19
23
  */
@@ -23,9 +27,9 @@ export interface Entity {
23
27
  */
24
28
  lastSeenTms?: number;
25
29
  /**
26
- * A set of management zones to which the entity belongs.
30
+ * A set of tags assigned to the entity.
27
31
  */
28
- managementZones?: ManagementZone[];
32
+ tags?: METag[];
29
33
  icon?: EntityIcon;
30
34
  /**
31
35
  * The name of the entity, displayed in the UI.
@@ -36,8 +40,4 @@ export interface Entity {
36
40
  * The type of the entity.
37
41
  */
38
42
  type?: string;
39
- /**
40
- * A set of tags assigned to the entity.
41
- */
42
- tags?: METag[];
43
43
  }
@@ -6,17 +6,17 @@ import * as _EntityToRelationshipsTransformation from './entity-to-relationships
6
6
  import * as _ManagementZoneTransformation from './management-zone.transformation';
7
7
  import * as _METagTransformation from './me-tag.transformation';
8
8
  export interface AsJson {
9
- entityId?: string;
10
9
  fromRelationships?: _EntityFromRelationshipsTransformation.AsJson;
10
+ managementZones?: _ManagementZoneTransformation.AsJson[];
11
11
  toRelationships?: _EntityToRelationshipsTransformation.AsJson;
12
+ entityId?: string;
12
13
  firstSeenTms?: number;
13
14
  lastSeenTms?: number;
14
- managementZones?: _ManagementZoneTransformation.AsJson[];
15
+ tags?: _METagTransformation.AsJson[];
15
16
  icon?: _EntityIconTransformation.AsJson;
16
17
  displayName?: string;
17
18
  properties?: _EntityPropertiesTransformation.AsJson;
18
19
  type?: string;
19
- tags?: _METagTransformation.AsJson[];
20
20
  }
21
21
  export declare function fromJson($model: AsJson): Entity;
22
22
  export declare function toJson($model: Entity): AsJson;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * The type of this input segment.
3
+ */
4
+ export declare enum EntryPointUsageSegmentSegmentType {
5
+ MaliciousInput = "MALICIOUS_INPUT",
6
+ RegularInput = "REGULAR_INPUT",
7
+ TaintedInput = "TAINTED_INPUT"
8
+ }
@@ -0,0 +1,4 @@
1
+ import { EntryPointUsageSegmentSegmentType } from './entry-point-usage-segment-segment-type';
2
+ export declare type AsJson = string;
3
+ export declare function fromJson($model: AsJson): EntryPointUsageSegmentSegmentType;
4
+ export declare function toJson($model: EntryPointUsageSegmentSegmentType): AsJson;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * The type of the HTTP request part that contains the value that was used in this segment.
3
+ */
4
+ export declare enum EntryPointUsageSegmentSourceType {
5
+ HttpBody = "HTTP_BODY",
6
+ HttpCookie = "HTTP_COOKIE",
7
+ HttpHeaderName = "HTTP_HEADER_NAME",
8
+ HttpHeaderValue = "HTTP_HEADER_VALUE",
9
+ HttpOther = "HTTP_OTHER",
10
+ HttpParameterName = "HTTP_PARAMETER_NAME",
11
+ HttpParameterValue = "HTTP_PARAMETER_VALUE",
12
+ HttpUrl = "HTTP_URL",
13
+ Unknown = "UNKNOWN"
14
+ }
@@ -0,0 +1,4 @@
1
+ import { EntryPointUsageSegmentSourceType } from './entry-point-usage-segment-source-type';
2
+ export declare type AsJson = string;
3
+ export declare function fromJson($model: AsJson): EntryPointUsageSegmentSourceType;
4
+ export declare function toJson($model: EntryPointUsageSegmentSourceType): AsJson;
@@ -0,0 +1,17 @@
1
+ import { EntryPointUsageSegmentSegmentType } from './entry-point-usage-segment-segment-type';
2
+ import { EntryPointUsageSegmentSourceType } from './entry-point-usage-segment-source-type';
3
+ /**
4
+ * Describes one segment that was passed into a usage and the associated source name and type.
5
+ */
6
+ export interface EntryPointUsageSegment {
7
+ sourceType?: EntryPointUsageSegmentSourceType;
8
+ /**
9
+ * The name used in the source for this segment.
10
+ */
11
+ sourceArgumentName?: string;
12
+ segmentType?: EntryPointUsageSegmentSegmentType;
13
+ /**
14
+ * The value of this input segment.
15
+ */
16
+ segmentValue?: string;
17
+ }
@@ -0,0 +1,11 @@
1
+ import { EntryPointUsageSegment } from './entry-point-usage-segment';
2
+ import * as _EntryPointUsageSegmentSegmentTypeTransformation from './entry-point-usage-segment-segment-type.transformation';
3
+ import * as _EntryPointUsageSegmentSourceTypeTransformation from './entry-point-usage-segment-source-type.transformation';
4
+ export interface AsJson {
5
+ sourceType?: _EntryPointUsageSegmentSourceTypeTransformation.AsJson;
6
+ sourceArgumentName?: string;
7
+ segmentType?: _EntryPointUsageSegmentSegmentTypeTransformation.AsJson;
8
+ segmentValue?: string;
9
+ }
10
+ export declare function fromJson($model: AsJson): EntryPointUsageSegment;
11
+ export declare function toJson($model: EntryPointUsageSegment): AsJson;
@@ -0,0 +1,14 @@
1
+ import { EntryPointUsageSegment } from './entry-point-usage-segment';
2
+ /**
3
+ * Information about an entry point of a code-level vulnerability.
4
+ */
5
+ export interface EntryPoint {
6
+ /**
7
+ * Source url of entry points.
8
+ */
9
+ sourceUrl?: string;
10
+ /**
11
+ * List of entry point usage segments.
12
+ */
13
+ usageSegments?: EntryPointUsageSegment[];
14
+ }
@@ -0,0 +1,8 @@
1
+ import { EntryPoint } from './entry-point';
2
+ import * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
3
+ export interface AsJson {
4
+ sourceUrl?: string;
5
+ usageSegments?: _EntryPointUsageSegmentTransformation.AsJson[];
6
+ }
7
+ export declare function fromJson($model: AsJson): EntryPoint;
8
+ export declare function toJson($model: EntryPoint): AsJson;
@@ -0,0 +1,14 @@
1
+ import { EntryPoint } from './entry-point';
2
+ /**
3
+ * A list of entry points and a flag which indicates whether this list was truncated or not.
4
+ */
5
+ export interface EntryPoints {
6
+ /**
7
+ * A list of entry points.
8
+ */
9
+ items?: EntryPoint[];
10
+ /**
11
+ * Indicates whether the list of entry points was truncated or not.
12
+ */
13
+ truncated?: boolean;
14
+ }
@@ -0,0 +1,8 @@
1
+ import * as _EntryPointTransformation from './entry-point.transformation';
2
+ import { EntryPoints } from './entry-points';
3
+ export interface AsJson {
4
+ items?: _EntryPointTransformation.AsJson[];
5
+ truncated?: boolean;
6
+ }
7
+ export declare function fromJson($model: AsJson): EntryPoints;
8
+ export declare function toJson($model: EntryPoints): AsJson;
@@ -4,14 +4,14 @@ import { EnumValue } from './enum-value';
4
4
  * Definition of an enum property.
5
5
  */
6
6
  export interface EnumType {
7
- /**
8
- * An existing Java enum class that holds the allowed values of the enum.
9
- */
10
- enumClass?: string;
11
7
  /**
12
8
  * A list of allowed values of the enum.
13
9
  */
14
10
  items: EnumValue[];
11
+ /**
12
+ * An existing Java enum class that holds the allowed values of the enum.
13
+ */
14
+ enumClass?: string;
15
15
  type: EnumTypeType;
16
16
  /**
17
17
  * An extended description and/or links to documentation.
@@ -2,8 +2,8 @@ import { EnumType } from './enum-type';
2
2
  import * as _EnumTypeTypeTransformation from './enum-type-type.transformation';
3
3
  import * as _EnumValueTransformation from './enum-value.transformation';
4
4
  export interface AsJson {
5
- enumClass?: string;
6
5
  items: _EnumValueTransformation.AsJson[];
6
+ enumClass?: string;
7
7
  type: _EnumTypeTypeTransformation.AsJson;
8
8
  documentation: string;
9
9
  displayName?: string;
@@ -15,9 +15,9 @@ export interface EnumValue {
15
15
  * The display name of the value.
16
16
  */
17
17
  displayName: string;
18
- value: EnumValueValue;
19
18
  /**
20
19
  * A short description of the value.
21
20
  */
22
21
  description?: string;
22
+ value: EnumValueValue;
23
23
  }
@@ -4,8 +4,8 @@ export interface AsJson {
4
4
  enumInstance?: string;
5
5
  icon?: string;
6
6
  displayName: string;
7
- value: _EnumValueValueTransformation.AsJson;
8
7
  description?: string;
8
+ value: _EnumValueValueTransformation.AsJson;
9
9
  }
10
10
  export declare function fromJson($model: AsJson): EnumValue;
11
11
  export declare function toJson($model: EnumValue): AsJson;
@@ -4,12 +4,12 @@ export interface Error {
4
4
  * A list of constraint violations
5
5
  */
6
6
  constraintViolations?: ConstraintViolation[];
7
- /**
8
- * The error message
9
- */
10
- message?: string;
11
7
  /**
12
8
  * The HTTP status code
13
9
  */
14
10
  code?: number;
11
+ /**
12
+ * The error message
13
+ */
14
+ message?: string;
15
15
  }
@@ -2,8 +2,8 @@ import * as _ConstraintViolationTransformation from './constraint-violation.tran
2
2
  import { Error } from './error';
3
3
  export interface AsJson {
4
4
  constraintViolations?: _ConstraintViolationTransformation.AsJson[];
5
- message?: string;
6
5
  code?: number;
6
+ message?: string;
7
7
  }
8
8
  export declare function fromJson($model: AsJson): Error;
9
9
  export declare function toJson($model: Error): AsJson;
@@ -6,19 +6,19 @@ import { Evidence } from './evidence';
6
6
  * An event that occurred during the problem lifespan that might be related to the root cause.
7
7
  */
8
8
  export interface EventEvidence extends Evidence {
9
- /**
10
- * The type of the event.
11
- */
12
- eventType?: string;
13
9
  /**
14
10
  * The ID of the event.
15
11
  */
16
12
  eventId?: string;
17
- data?: Event;
18
13
  /**
19
14
  * The end timestamp of the event, in UTC milliseconds.
20
15
  *
21
16
  * Has `-1` value, if the event is still active.
22
17
  */
23
18
  endTime?: number;
19
+ data?: Event;
20
+ /**
21
+ * The type of the event.
22
+ */
23
+ eventType?: string;
24
24
  }
@@ -2,10 +2,10 @@ import { EventEvidence } from './event-evidence';
2
2
  import * as _EventTransformation from './event.transformation';
3
3
  import * as _EvidenceTransformation from './evidence.transformation';
4
4
  export interface AsJson extends _EvidenceTransformation.AsJson {
5
- eventType?: string;
6
5
  eventId?: string;
7
- data?: _EventTransformation.AsJson;
8
6
  endTime?: number;
7
+ data?: _EventTransformation.AsJson;
8
+ eventType?: string;
9
9
  }
10
10
  export declare function fromJson($model: AsJson): EventEvidence;
11
11
  export declare function toJson($model: EventEvidence): AsJson;
@@ -3,9 +3,9 @@ import { EventIngestResultStatus } from './event-ingest-result-status';
3
3
  * The result of a created event report.
4
4
  */
5
5
  export interface EventIngestResult {
6
- status?: EventIngestResultStatus;
7
6
  /**
8
7
  * The correlation ID of the created event.
9
8
  */
10
9
  correlationId?: string;
10
+ status?: EventIngestResultStatus;
11
11
  }
@@ -1,8 +1,8 @@
1
1
  import { EventIngestResult } from './event-ingest-result';
2
2
  import * as _EventIngestResultStatusTransformation from './event-ingest-result-status.transformation';
3
3
  export interface AsJson {
4
- status?: _EventIngestResultStatusTransformation.AsJson;
5
4
  correlationId?: string;
5
+ status?: _EventIngestResultStatusTransformation.AsJson;
6
6
  }
7
7
  export declare function fromJson($model: AsJson): EventIngestResult;
8
8
  export declare function toJson($model: EventIngestResult): AsJson;
@@ -3,12 +3,12 @@ import { EventIngestResult } from './event-ingest-result';
3
3
  * The results of an event ingest.
4
4
  */
5
5
  export interface EventIngestResults {
6
- /**
7
- * The result of each created event report.
8
- */
9
- eventIngestResults?: EventIngestResult[];
10
6
  /**
11
7
  * The number of created event reports.
12
8
  */
13
9
  reportCount?: number;
10
+ /**
11
+ * The result of each created event report.
12
+ */
13
+ eventIngestResults?: EventIngestResult[];
14
14
  }
@@ -1,8 +1,8 @@
1
1
  import * as _EventIngestResultTransformation from './event-ingest-result.transformation';
2
2
  import { EventIngestResults } from './event-ingest-results';
3
3
  export interface AsJson {
4
- eventIngestResults?: _EventIngestResultTransformation.AsJson[];
5
4
  reportCount?: number;
5
+ eventIngestResults?: _EventIngestResultTransformation.AsJson[];
6
6
  }
7
7
  export declare function fromJson($model: AsJson): EventIngestResults;
8
8
  export declare function toJson($model: EventIngestResults): AsJson;
@@ -12,9 +12,9 @@ export interface EventList {
12
12
  */
13
13
  events?: Event[];
14
14
  /**
15
- * The total number of entries in the result.
15
+ * The number of entries per page.
16
16
  */
17
- totalCount: number;
17
+ pageSize?: number;
18
18
  /**
19
19
  * The cursor for the next page of results. Has the value of `null` on the last page.
20
20
  *
@@ -22,7 +22,7 @@ export interface EventList {
22
22
  */
23
23
  nextPageKey?: string;
24
24
  /**
25
- * The number of entries per page.
25
+ * The total number of entries in the result.
26
26
  */
27
- pageSize?: number;
27
+ totalCount: number;
28
28
  }
@@ -3,9 +3,9 @@ import * as _EventTransformation from './event.transformation';
3
3
  export interface AsJson {
4
4
  warnings?: string[];
5
5
  events?: _EventTransformation.AsJson[];
6
- totalCount: number;
7
- nextPageKey?: string;
8
6
  pageSize?: number;
7
+ nextPageKey?: string;
8
+ totalCount: number;
9
9
  }
10
10
  export declare function fromJson($model: AsJson): EventList;
11
11
  export declare function toJson($model: EventList): AsJson;
@@ -8,9 +8,9 @@ export interface EventPropertiesList {
8
8
  */
9
9
  eventProperties?: EventPropertyDetails[];
10
10
  /**
11
- * The total number of entries in the result.
11
+ * The number of entries per page.
12
12
  */
13
- totalCount: number;
13
+ pageSize?: number;
14
14
  /**
15
15
  * The cursor for the next page of results. Has the value of `null` on the last page.
16
16
  *
@@ -18,7 +18,7 @@ export interface EventPropertiesList {
18
18
  */
19
19
  nextPageKey?: string;
20
20
  /**
21
- * The number of entries per page.
21
+ * The total number of entries in the result.
22
22
  */
23
- pageSize?: number;
23
+ totalCount: number;
24
24
  }
@@ -2,9 +2,9 @@ import { EventPropertiesList } from './event-properties-list';
2
2
  import * as _EventPropertyDetailsTransformation from './event-property-details.transformation';
3
3
  export interface AsJson {
4
4
  eventProperties?: _EventPropertyDetailsTransformation.AsJson[];
5
- totalCount: number;
6
- nextPageKey?: string;
7
5
  pageSize?: number;
6
+ nextPageKey?: string;
7
+ totalCount: number;
8
8
  }
9
9
  export declare function fromJson($model: AsJson): EventPropertiesList;
10
10
  export declare function toJson($model: EventPropertiesList): AsJson;