@dynatrace-sdk/client-classic-environment-v2 1.4.2 → 1.6.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 (386) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +1 -1
  3. package/cjs/index.js +17390 -8651
  4. package/docs/DOCS.md +6685 -3514
  5. package/dynatrace-metadata.json +2 -2
  6. package/esm/index.js +17505 -8679
  7. package/package.json +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +61 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +6 -2
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/unified-analysis-api.d.ts +670 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +2 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/client-request-error.d.ts +1 -1
  16. package/types/packages/client/classic-environment-v2/src/lib/models/action-definition-dto.d.ts +8 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/models/action-definition-dto.transformation.d.ts +8 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-properties.d.ts +3 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-properties.transformation.d.ts +6 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-type.d.ts +8 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-action-type.transformation.d.ts +4 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-button-color.d.ts +4 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto-button-color.transformation.d.ts +4 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto.d.ts +16 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/models/action-dto.transformation.d.ts +16 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/models/action-markdown-dto.d.ts +8 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/action-markdown-dto.transformation.d.ts +8 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.d.ts +4 -4
  29. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.transformation.d.ts +3 -3
  30. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.d.ts +2 -2
  31. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.transformation.d.ts +2 -2
  32. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +2 -1
  33. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +1 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +1 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +1 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +1 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +3 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/axes.d.ts +12 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/models/axes.transformation.d.ts +9 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/axis.d.ts +7 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/axis.transformation.d.ts +7 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +1 -1
  44. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +1 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +2 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker-marker-type.d.ts +9 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker-marker-type.transformation.d.ts +4 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker.d.ts +16 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/entity-marker.transformation.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/event-marker-marker-type.d.ts +9 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/event-marker-marker-type.transformation.d.ts +4 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/event-marker.d.ts +16 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/event-marker.transformation.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.d.ts +21 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.transformation.d.ts +10 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +17 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +8 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.d.ts +2 -1
  59. package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-1-query-ui-context.d.ts +4 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-1-query-ui-context.transformation.d.ts +4 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-2-body.d.ts +4 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/get-list-screen-definition-2-body.transformation.d.ts +4 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-1-query-ui-context.d.ts +4 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-1-query-ui-context.transformation.d.ts +4 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-query-ui-context.d.ts +4 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/get-screen-definition-query-ui-context.transformation.d.ts +4 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +340 -2
  68. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +21 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +6 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-dimension-filter.d.ts +6 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-dimension-filter.transformation.d.ts +6 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-marker-type.d.ts +9 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-marker-type.transformation.d.ts +4 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-properties.d.ts +6 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker-properties.transformation.d.ts +6 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker.d.ts +50 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/metric-marker.transformation.d.ts +23 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +0 -2
  79. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +0 -2
  80. package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +10 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.transformation.d.ts +7 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +4 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.transformation.d.ts +1 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.d.ts +8 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.transformation.d.ts +4 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.d.ts +10 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.transformation.d.ts +4 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.d.ts +8 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.transformation.d.ts +4 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.d.ts +8 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.transformation.d.ts +4 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.d.ts +7 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.transformation.d.ts +4 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.d.ts +12 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.transformation.d.ts +4 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.d.ts +8 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.transformation.d.ts +4 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +41 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +24 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +2 -2
  101. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +2 -2
  102. package/types/packages/client/classic-environment-v2/src/lib/models/ua-anchor-dto.d.ts +13 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/ua-anchor-dto.transformation.d.ts +7 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table-width.d.ts +7 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table-width.transformation.d.ts +4 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table.d.ts +56 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/ua-attribute-table.transformation.d.ts +29 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-parameters.d.ts +6 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-parameters.transformation.d.ts +6 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-type.d.ts +10 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb-type.transformation.d.ts +4 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb.d.ts +13 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumb.transformation.d.ts +10 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumbs-definition.d.ts +20 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/ua-breadcrumbs-definition.transformation.d.ts +11 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/ua-break-line.d.ts +9 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/ua-break-line.transformation.d.ts +6 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition-width.d.ts +7 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition-width.transformation.d.ts +4 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition.d.ts +34 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-group-definition.transformation.d.ts +16 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-metadata.d.ts +6 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-metadata.transformation.d.ts +6 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-source.d.ts +7 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema-source.transformation.d.ts +4 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema.d.ts +21 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/ua-card-schema.transformation.d.ts +12 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-default-aggregation.d.ts +14 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-default-aggregation.transformation.d.ts +4 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-fold-transformation.d.ts +17 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-fold-transformation.transformation.d.ts +4 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-visualization-type.d.ts +14 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-visualization-type.transformation.d.ts +4 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-width.d.ts +7 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition-width.transformation.d.ts +4 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition.d.ts +88 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-definition.transformation.d.ts +43 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-mode.d.ts +8 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-mode.transformation.d.ts +4 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-width.d.ts +7 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition-width.transformation.d.ts +4 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition.d.ts +51 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/ua-chart-group-definition.transformation.d.ts +24 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-default-aggregation.d.ts +14 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-default-aggregation.transformation.d.ts +4 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-fold-transformation.d.ts +17 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-fold-transformation.transformation.d.ts +4 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-visualization-type.d.ts +14 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-visualization-type.transformation.d.ts +4 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-width.d.ts +7 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition-width.transformation.d.ts +4 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition.d.ts +89 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-chart-definition.transformation.d.ts +44 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-selectors.d.ts +21 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/ua-column-selectors.transformation.d.ts +9 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate-candidate-type.d.ts +11 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate-candidate-type.transformation.d.ts +4 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate.d.ts +33 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidate.transformation.d.ts +15 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto-dimension-map.d.ts +6 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto-dimension-map.transformation.d.ts +6 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto.d.ts +8 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-candidates-input-dto.transformation.d.ts +8 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-option.d.ts +7 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-option.transformation.d.ts +10 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-y-axis.d.ts +13 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/ua-correlation-chart-y-axis.transformation.d.ts +7 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition-width.d.ts +7 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition-width.transformation.d.ts +4 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition.d.ts +36 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-card-definition.transformation.d.ts +18 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition-data.d.ts +3 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition-data.transformation.d.ts +6 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition.d.ts +9 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/ua-custom-column-definition.transformation.d.ts +9 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-additional-command.d.ts +17 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-additional-command.transformation.d.ts +8 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-lookup.d.ts +21 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-lookup.transformation.d.ts +9 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query-split.d.ts +7 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query-split.transformation.d.ts +7 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query.d.ts +19 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-query.transformation.d.ts +10 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-type.d.ts +8 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-type.transformation.d.ts +4 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-width-type.d.ts +8 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition-width-type.transformation.d.ts +4 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition.d.ts +37 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-column-definition.transformation.d.ts +16 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-column-definition.d.ts +9 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-column-definition.transformation.d.ts +6 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-definition.d.ts +18 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-perspective-definition.transformation.d.ts +9 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-width.d.ts +7 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table-width.transformation.d.ts +4 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table.d.ts +44 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/ua-dql-table.transformation.d.ts +23 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference-candidate-type.d.ts +13 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference-candidate-type.transformation.d.ts +4 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference.d.ts +20 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-anchor-reference.transformation.d.ts +11 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-state.d.ts +7 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/ua-element-state.transformation.d.ts +7 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/ua-empty-state.d.ts +11 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/ua-empty-state.transformation.d.ts +8 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter-group.d.ts +14 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter-group.transformation.d.ts +8 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter.d.ts +40 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filter.transformation.d.ts +16 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filtering-definition.d.ts +15 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-filtering-definition.transformation.d.ts +9 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list-width.d.ts +7 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list-width.transformation.d.ts +4 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list.d.ts +89 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-list.transformation.d.ts +38 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property-property-type.d.ts +8 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property-property-type.transformation.d.ts +4 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property.d.ts +59 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-property.transformation.d.ts +20 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-feature-flags.d.ts +6 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-feature-flags.transformation.d.ts +6 -0
  222. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-metrics-metadata.d.ts +7 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition-metrics-metadata.transformation.d.ts +7 -0
  224. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition.d.ts +136 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-definition.transformation.d.ts +70 -0
  226. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input-ui-context.d.ts +7 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input-ui-context.transformation.d.ts +4 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input.d.ts +29 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/ua-entity-screen-input.transformation.d.ts +14 -0
  230. package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card-width.d.ts +7 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card-width.transformation.d.ts +4 -0
  232. package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card.d.ts +65 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/ua-events-card.transformation.d.ts +26 -0
  234. package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition-width.d.ts +7 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition-width.transformation.d.ts +4 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition.d.ts +28 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/ua-filter-bar-definition.transformation.d.ts +16 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/ua-header.d.ts +13 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/ua-header.transformation.d.ts +10 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition-width.d.ts +7 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition-width.transformation.d.ts +4 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition.d.ts +31 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/ua-health-card-definition.transformation.d.ts +16 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting-order.d.ts +7 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting-order.transformation.d.ts +4 -0
  246. package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting.d.ts +11 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/ua-initial-sorting.transformation.d.ts +8 -0
  248. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-feature-flags.d.ts +6 -0
  249. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-feature-flags.transformation.d.ts +6 -0
  250. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-metrics-metadata.d.ts +7 -0
  251. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition-metrics-metadata.transformation.d.ts +7 -0
  252. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition.d.ts +91 -0
  253. package/types/packages/client/classic-environment-v2/src/lib/models/ua-list-screen-definition.transformation.d.ts +46 -0
  254. package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card-width.d.ts +7 -0
  255. package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card-width.transformation.d.ts +4 -0
  256. package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card.d.ts +65 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/models/ua-logs-card.transformation.d.ts +26 -0
  258. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-entity-marker.d.ts +12 -0
  259. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-entity-marker.transformation.d.ts +9 -0
  260. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-event-marker.d.ts +12 -0
  261. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-event-marker.transformation.d.ts +9 -0
  262. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-metric-marker.d.ts +12 -0
  263. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context-list-metric-marker.transformation.d.ts +9 -0
  264. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context.d.ts +31 -0
  265. package/types/packages/client/classic-environment-v2/src/lib/models/ua-marker-context.transformation.d.ts +16 -0
  266. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options-color.d.ts +5 -0
  267. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options-color.transformation.d.ts +4 -0
  268. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options.d.ts +10 -0
  269. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-banner-options.transformation.d.ts +10 -0
  270. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button-color.d.ts +4 -0
  271. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button-color.transformation.d.ts +4 -0
  272. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button.d.ts +9 -0
  273. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-button.transformation.d.ts +9 -0
  274. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options-theme.d.ts +5 -0
  275. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options-theme.transformation.d.ts +4 -0
  276. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options.d.ts +15 -0
  277. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-options.transformation.d.ts +15 -0
  278. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-type.d.ts +4 -0
  279. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-type.transformation.d.ts +4 -0
  280. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-width.d.ts +7 -0
  281. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card-width.transformation.d.ts +4 -0
  282. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card.d.ts +33 -0
  283. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-card.transformation.d.ts +21 -0
  284. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-message-type.d.ts +5 -0
  285. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message-message-type.transformation.d.ts +4 -0
  286. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message.d.ts +8 -0
  287. package/types/packages/client/classic-environment-v2/src/lib/models/ua-message.transformation.d.ts +8 -0
  288. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-correlation.d.ts +19 -0
  289. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-correlation.transformation.d.ts +10 -0
  290. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table-width.d.ts +7 -0
  291. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table-width.transformation.d.ts +4 -0
  292. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table.d.ts +72 -0
  293. package/types/packages/client/classic-environment-v2/src/lib/models/ua-metric-table.transformation.d.ts +33 -0
  294. package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition-width.d.ts +7 -0
  295. package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition-width.transformation.d.ts +4 -0
  296. package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition.d.ts +34 -0
  297. package/types/packages/client/classic-environment-v2/src/lib/models/ua-opt-out-definition.transformation.d.ts +16 -0
  298. package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition-width.d.ts +7 -0
  299. package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition-width.transformation.d.ts +4 -0
  300. package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition.d.ts +26 -0
  301. package/types/packages/client/classic-environment-v2/src/lib/models/ua-ownership-definition.transformation.d.ts +14 -0
  302. package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition-width.d.ts +7 -0
  303. package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition-width.transformation.d.ts +4 -0
  304. package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition.d.ts +34 -0
  305. package/types/packages/client/classic-environment-v2/src/lib/models/ua-problem-definition.transformation.d.ts +16 -0
  306. package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition-width.d.ts +7 -0
  307. package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition-width.transformation.d.ts +4 -0
  308. package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition.d.ts +39 -0
  309. package/types/packages/client/classic-environment-v2/src/lib/models/ua-properties-definition.transformation.d.ts +21 -0
  310. package/types/packages/client/classic-environment-v2/src/lib/models/ua-relationship.d.ts +17 -0
  311. package/types/packages/client/classic-environment-v2/src/lib/models/ua-relationship.transformation.d.ts +8 -0
  312. package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity-types.d.ts +17 -0
  313. package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity-types.transformation.d.ts +8 -0
  314. package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity.d.ts +9 -0
  315. package/types/packages/client/classic-environment-v2/src/lib/models/ua-released-entity.transformation.d.ts +6 -0
  316. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto-feature-flags.d.ts +6 -0
  317. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto-feature-flags.transformation.d.ts +6 -0
  318. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto.d.ts +9 -0
  319. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-response-dto.transformation.d.ts +12 -0
  320. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-schema.d.ts +63 -0
  321. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-definition-schema.transformation.d.ts +21 -0
  322. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview-icon-type.d.ts +7 -0
  323. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview-icon-type.transformation.d.ts +4 -0
  324. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview.d.ts +23 -0
  325. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-marker-context-overview.transformation.d.ts +14 -0
  326. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-state.d.ts +7 -0
  327. package/types/packages/client/classic-environment-v2/src/lib/models/ua-screen-state.transformation.d.ts +7 -0
  328. package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition-width.d.ts +7 -0
  329. package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition-width.transformation.d.ts +4 -0
  330. package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition.d.ts +44 -0
  331. package/types/packages/client/classic-environment-v2/src/lib/models/ua-slo-list-definition.transformation.d.ts +20 -0
  332. package/types/packages/client/classic-environment-v2/src/lib/models/ua-splitting-chart-config.d.ts +9 -0
  333. package/types/packages/client/classic-environment-v2/src/lib/models/ua-splitting-chart-config.transformation.d.ts +6 -0
  334. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition-width.d.ts +7 -0
  335. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition-width.transformation.d.ts +4 -0
  336. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition.d.ts +31 -0
  337. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tags-definition.transformation.d.ts +16 -0
  338. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto-fold-transformation.d.ts +17 -0
  339. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto-fold-transformation.transformation.d.ts +4 -0
  340. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto.d.ts +25 -0
  341. package/types/packages/client/classic-environment-v2/src/lib/models/ua-tile-definition-dto.transformation.d.ts +13 -0
  342. package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition-width.d.ts +7 -0
  343. package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition-width.transformation.d.ts +4 -0
  344. package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition.d.ts +36 -0
  345. package/types/packages/client/classic-environment-v2/src/lib/models/ua-traces-definition.transformation.d.ts +18 -0
  346. package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition-width.d.ts +7 -0
  347. package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition-width.transformation.d.ts +4 -0
  348. package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition.d.ts +26 -0
  349. package/types/packages/client/classic-environment-v2/src/lib/models/ua-vulnerabilities-definition.transformation.d.ts +14 -0
  350. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-default-aggregation.d.ts +14 -0
  351. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-default-aggregation.transformation.d.ts +4 -0
  352. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-possible-aggregations-item.d.ts +14 -0
  353. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations-possible-aggregations-item.transformation.d.ts +4 -0
  354. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations.d.ts +21 -0
  355. package/types/packages/client/classic-environment-v2/src/lib/models/ui-chart-aggregations.transformation.d.ts +12 -0
  356. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-series-type.d.ts +7 -0
  357. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-series-type.transformation.d.ts +4 -0
  358. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-theme.d.ts +12 -0
  359. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties-theme.transformation.d.ts +4 -0
  360. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties.d.ts +13 -0
  361. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-global-properties.transformation.d.ts +13 -0
  362. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties-series-type.d.ts +7 -0
  363. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties-series-type.transformation.d.ts +4 -0
  364. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties.d.ts +6 -0
  365. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-properties.transformation.d.ts +9 -0
  366. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-rule.d.ts +12 -0
  367. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-rule.transformation.d.ts +12 -0
  368. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-serie-override.d.ts +4 -0
  369. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-serie-override.transformation.d.ts +7 -0
  370. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-axis-target.d.ts +4 -0
  371. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-axis-target.transformation.d.ts +4 -0
  372. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-rule.d.ts +4 -0
  373. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold-rule.transformation.d.ts +7 -0
  374. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold.d.ts +12 -0
  375. package/types/packages/client/classic-environment-v2/src/lib/models/visualization-threshold.transformation.d.ts +12 -0
  376. package/types/packages/client/classic-environment-v2/src/lib/models/y-axis-position.d.ts +4 -0
  377. package/types/packages/client/classic-environment-v2/src/lib/models/y-axis-position.transformation.d.ts +4 -0
  378. package/types/packages/client/classic-environment-v2/src/lib/models/y-axis.d.ts +13 -0
  379. package/types/packages/client/classic-environment-v2/src/lib/models/y-axis.transformation.d.ts +13 -0
  380. package/types/packages/http-client/src/index.d.ts +1 -1
  381. package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +1 -0
  382. package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +1 -0
  383. package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +1 -0
  384. package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +1 -0
  385. package/types/packages/client/classic-environment-v2/src/lib/models/main-event.d.ts +0 -13
  386. package/types/packages/client/classic-environment-v2/src/lib/models/main-event.transformation.d.ts +0 -7
@@ -0,0 +1,670 @@
1
+ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { GetListScreenDefinition_1QueryUiContext } from '../models/get-list-screen-definition-1-query-ui-context';
3
+ import { GetListScreenDefinition_2Body } from '../models/get-list-screen-definition-2-body';
4
+ import { GetScreenDefinition_1QueryUiContext } from '../models/get-screen-definition-1-query-ui-context';
5
+ import { GetScreenDefinitionQueryUiContext } from '../models/get-screen-definition-query-ui-context';
6
+ import { UACorrelationCandidatesInputDto } from '../models/ua-correlation-candidates-input-dto';
7
+ import { UAEntityScreenDefinition } from '../models/ua-entity-screen-definition';
8
+ import { UAEntityScreenInput } from '../models/ua-entity-screen-input';
9
+ import { UAListScreenDefinition } from '../models/ua-list-screen-definition';
10
+ import { UAReleasedEntity } from '../models/ua-released-entity';
11
+ import { UAReleasedEntityTypes } from '../models/ua-released-entity-types';
12
+ import { UAScreenDefinitionResponseDto } from '../models/ua-screen-definition-response-dto';
13
+ /**
14
+ * Read entity page definition
15
+ */
16
+ export declare class UnifiedAnalysisClient {
17
+ private httpClient;
18
+ /**
19
+ * @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a UnifiedAnalysisClient. Custom http client should implement {HttpClient} interface.
20
+ * @example
21
+ * const unifiedAnalysisClientNodeJs = new UnifiedAnalysisClient(yourCustomImplementation);
22
+ */
23
+ constructor(httpClientImplementation: HttpClient);
24
+ /**
25
+ * Provides the correlation candidates of a metric | maturity=EARLY_ADOPTER
26
+ *
27
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
28
+ *
29
+ * @returns Success
30
+ *
31
+ * @example <caption>Code example</caption>
32
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
33
+ *
34
+ * const data =
35
+ * await unifiedAnalysisClient.getCorrelationCandidates({
36
+ * body: { metricExpression: "..." },
37
+ * });
38
+ */
39
+ getCorrelationCandidates(config: {
40
+ body: UACorrelationCandidatesInputDto;
41
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UACorrelationCandidatesInputDto` type */ type?: string;
42
+ /**
43
+ * The start of the requested timeframe.
44
+ *
45
+ * You can use one of the following formats:
46
+ * * Timestamp in UTC milliseconds.
47
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
48
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
49
+ * You can also specify relative timeframe without an alignment: `now-NU`.
50
+ * Supported time units for the relative timeframe are:
51
+ * * `m`: minutes
52
+ * * `h`: hours
53
+ * * `d`: days
54
+ * * `w`: weeks
55
+ * * `M`: months
56
+ * * `y`: years
57
+ *
58
+ * If not set, the relative timeframe of three days is used (`now-3d`).
59
+ */ from?: string;
60
+ /**
61
+ * The end of the requested timeframe.
62
+ *
63
+ * You can use one of the following formats:
64
+ * * Timestamp in UTC milliseconds.
65
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
66
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
67
+ * You can also specify relative timeframe without an alignment: `now-NU`.
68
+ * Supported time units for the relative timeframe are:
69
+ * * `m`: minutes
70
+ * * `h`: hours
71
+ * * `d`: days
72
+ * * `w`: weeks
73
+ * * `M`: months
74
+ * * `y`: years
75
+ *
76
+ * If not set, the current timestamp is used.
77
+ */ to?: string;
78
+ abortSignal?: AbortSignal;
79
+ }): Promise<UAEntityScreenDefinition>;
80
+ /**
81
+ * Download UA configuration stored in Settings 2.0. | maturity=EARLY_ADOPTER
82
+ *
83
+ * **One of the following scopes is required:**
84
+ * + unified-analysis:screen-definition:read
85
+ * + settings:objects:read
86
+ *
87
+ * <br/>**Required permission:** environment:roles:viewer
88
+ *
89
+ * @returns Ok - download file
90
+ *
91
+ * @example <caption>Code example</caption>
92
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
93
+ *
94
+ * const data = await unifiedAnalysisClient.downloadConfig({
95
+ * scopeClass: "...",
96
+ * scopeIdentifier: "...",
97
+ * });
98
+ */
99
+ downloadConfig(config: {
100
+ /** Settings 2.0 scope class. */ scopeClass: string;
101
+ /** Settings 2.0 scope identifier. */ scopeIdentifier: string;
102
+ abortSignal?: AbortSignal;
103
+ }): Promise<void>;
104
+ /**
105
+ * Provide a screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
106
+ *
107
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
108
+ *
109
+ * @returns Success
110
+ *
111
+ * @example <caption>Code example</caption>
112
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
113
+ *
114
+ * const data =
115
+ * await unifiedAnalysisClient.getSingleEntityScreenDefinition(
116
+ * { body: { entityId: "..." } },
117
+ * );
118
+ */
119
+ getSingleEntityScreenDefinition(config: {
120
+ body: UAEntityScreenInput;
121
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UAEntityScreenInput` type */ type?: string;
122
+ /**
123
+ * The start of the requested timeframe.
124
+ *
125
+ * You can use one of the following formats:
126
+ * * Timestamp in UTC milliseconds.
127
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
128
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
129
+ * You can also specify relative timeframe without an alignment: `now-NU`.
130
+ * Supported time units for the relative timeframe are:
131
+ * * `m`: minutes
132
+ * * `h`: hours
133
+ * * `d`: days
134
+ * * `w`: weeks
135
+ * * `M`: months
136
+ * * `y`: years
137
+ *
138
+ * If not set, the relative timeframe of three days is used (`now-3d`).
139
+ */ from?: string;
140
+ /**
141
+ * The end of the requested timeframe.
142
+ *
143
+ * You can use one of the following formats:
144
+ * * Timestamp in UTC milliseconds.
145
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
146
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
147
+ * You can also specify relative timeframe without an alignment: `now-NU`.
148
+ * Supported time units for the relative timeframe are:
149
+ * * `m`: minutes
150
+ * * `h`: hours
151
+ * * `d`: days
152
+ * * `w`: weeks
153
+ * * `M`: months
154
+ * * `y`: years
155
+ *
156
+ * If not set, the current timestamp is used.
157
+ */ to?: string;
158
+ abortSignal?: AbortSignal;
159
+ }): Promise<UAEntityScreenDefinition>;
160
+ /**
161
+ * Provide a list screen definition for a given monitored entity type | maturity=EARLY_ADOPTER
162
+ *
163
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
164
+ *
165
+ * @returns Success
166
+ *
167
+ * @example <caption>Code example</caption>
168
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
169
+ *
170
+ * const data =
171
+ * await unifiedAnalysisClient.getListScreenDefinition({
172
+ * body: { entityId: "..." },
173
+ * });
174
+ */
175
+ getListScreenDefinition(config: {
176
+ body: UAEntityScreenInput;
177
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `UAEntityScreenInput` type */ type?: string;
178
+ /**
179
+ * The start of the requested timeframe.
180
+ *
181
+ * You can use one of the following formats:
182
+ * * Timestamp in UTC milliseconds.
183
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
184
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
185
+ * You can also specify relative timeframe without an alignment: `now-NU`.
186
+ * Supported time units for the relative timeframe are:
187
+ * * `m`: minutes
188
+ * * `h`: hours
189
+ * * `d`: days
190
+ * * `w`: weeks
191
+ * * `M`: months
192
+ * * `y`: years
193
+ *
194
+ * If not set, the relative timeframe of three days is used (`now-3d`).
195
+ */ from?: string;
196
+ /**
197
+ * The end of the requested timeframe.
198
+ *
199
+ * You can use one of the following formats:
200
+ * * Timestamp in UTC milliseconds.
201
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
202
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
203
+ * You can also specify relative timeframe without an alignment: `now-NU`.
204
+ * Supported time units for the relative timeframe are:
205
+ * * `m`: minutes
206
+ * * `h`: hours
207
+ * * `d`: days
208
+ * * `w`: weeks
209
+ * * `M`: months
210
+ * * `y`: years
211
+ *
212
+ * If not set, the current timestamp is used.
213
+ */ to?: string;
214
+ abortSignal?: AbortSignal;
215
+ }): Promise<UAListScreenDefinition>;
216
+ /**
217
+ * Provide a list screen definition for a given monitored entity type | maturity=EARLY_ADOPTER
218
+ *
219
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
220
+ *
221
+ * @returns Success
222
+ *
223
+ * @example <caption>Code example</caption>
224
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
225
+ *
226
+ * const data =
227
+ * await unifiedAnalysisClient.getListScreenDefinition_1({
228
+ * entityType: "...",
229
+ * });
230
+ */
231
+ getListScreenDefinition_1(config: {
232
+ /** The entity type. */ entityType: string;
233
+ /** A optional list screen state state id */ stateId?: string;
234
+ /** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
235
+ /**
236
+ * The start of the requested timeframe.
237
+ *
238
+ * You can use one of the following formats:
239
+ * * Timestamp in UTC milliseconds.
240
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
241
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
242
+ * You can also specify relative timeframe without an alignment: `now-NU`.
243
+ * Supported time units for the relative timeframe are:
244
+ * * `m`: minutes
245
+ * * `h`: hours
246
+ * * `d`: days
247
+ * * `w`: weeks
248
+ * * `M`: months
249
+ * * `y`: years
250
+ *
251
+ * If not set, the relative timeframe of three days is used (`now-3d`).
252
+ */ from?: string;
253
+ /**
254
+ * The end of the requested timeframe.
255
+ *
256
+ * You can use one of the following formats:
257
+ * * Timestamp in UTC milliseconds.
258
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
259
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
260
+ * You can also specify relative timeframe without an alignment: `now-NU`.
261
+ * Supported time units for the relative timeframe are:
262
+ * * `m`: minutes
263
+ * * `h`: hours
264
+ * * `d`: days
265
+ * * `w`: weeks
266
+ * * `M`: months
267
+ * * `y`: years
268
+ *
269
+ * If not set, the current timestamp is used.
270
+ */ to?: string;
271
+ /** A list of screen markers expressions */ screenMarker?: string[];
272
+ /** Time zone offset for markers time formatting */ timezone?: string;
273
+ /** UI context of a request */ uiContext?: GetListScreenDefinition_1QueryUiContext;
274
+ abortSignal?: AbortSignal;
275
+ }): Promise<UAListScreenDefinition>;
276
+ /**
277
+ * Stored the provided list screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
278
+ *
279
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
280
+ *
281
+ * @example <caption>Code example</caption>
282
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
283
+ *
284
+ * const data =
285
+ * await unifiedAnalysisClient.storeListScreenState({
286
+ * entityType: "...",
287
+ * stateId: "...",
288
+ * body: "...",
289
+ * });
290
+ */
291
+ storeListScreenState(config: {
292
+ body: string;
293
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
294
+ /** The entity type. */ entityType: string;
295
+ /** The screen state id that should be stored */ stateId: string;
296
+ /** A list of screen markers expressions */ screenMarker?: string[];
297
+ abortSignal?: AbortSignal;
298
+ }): Promise<void>;
299
+ /**
300
+ * Provide a list screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
301
+ *
302
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
303
+ *
304
+ * @returns Success
305
+ *
306
+ * @example <caption>Code example</caption>
307
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
308
+ *
309
+ * const data =
310
+ * await unifiedAnalysisClient.getListScreenDefinition_2({
311
+ * entityType: "...",
312
+ * screenType: "...",
313
+ * body: GetListScreenDefinition_2Body.Classic,
314
+ * });
315
+ */
316
+ getListScreenDefinition_2(config: {
317
+ body: GetListScreenDefinition_2Body;
318
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `GetListScreenDefinition_2Body` type */ type?: string;
319
+ /** The entity type. */ entityType: string;
320
+ /** The screen type. If not specified default is used */ screenType: string;
321
+ /** A optional screen state state id */ stateId?: string;
322
+ /** A optional me sub type */ meSubType?: string;
323
+ /** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
324
+ /**
325
+ * The start of the requested timeframe.
326
+ *
327
+ * You can use one of the following formats:
328
+ * * Timestamp in UTC milliseconds.
329
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
330
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
331
+ * You can also specify relative timeframe without an alignment: `now-NU`.
332
+ * Supported time units for the relative timeframe are:
333
+ * * `m`: minutes
334
+ * * `h`: hours
335
+ * * `d`: days
336
+ * * `w`: weeks
337
+ * * `M`: months
338
+ * * `y`: years
339
+ *
340
+ * If not set, the relative timeframe of three days is used (`now-3d`).
341
+ */ from?: string;
342
+ /**
343
+ * The end of the requested timeframe.
344
+ *
345
+ * You can use one of the following formats:
346
+ * * Timestamp in UTC milliseconds.
347
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
348
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
349
+ * You can also specify relative timeframe without an alignment: `now-NU`.
350
+ * Supported time units for the relative timeframe are:
351
+ * * `m`: minutes
352
+ * * `h`: hours
353
+ * * `d`: days
354
+ * * `w`: weeks
355
+ * * `M`: months
356
+ * * `y`: years
357
+ *
358
+ * If not set, the current timestamp is used.
359
+ */ to?: string;
360
+ /** A list of screen markers expressions */ screenMarker?: string[];
361
+ /** Time zone offset for markers time formatting */ timezone?: string;
362
+ abortSignal?: AbortSignal;
363
+ }): Promise<UAListScreenDefinition>;
364
+ /**
365
+ * Stored the provided list screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
366
+ *
367
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
368
+ *
369
+ * @example <caption>Code example</caption>
370
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
371
+ *
372
+ * const data =
373
+ * await unifiedAnalysisClient.storeListScreenState_1({
374
+ * entityType: "...",
375
+ * screenType: "...",
376
+ * stateId: "...",
377
+ * body: "...",
378
+ * });
379
+ */
380
+ storeListScreenState_1(config: {
381
+ body: string;
382
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
383
+ /** The entity type. */ entityType: string;
384
+ /** The screen type. If not specified default is used */ screenType: string;
385
+ /** The screen state id that should be stored */ stateId: string;
386
+ /** A list of screen markers expressions */ screenMarker?: string[];
387
+ abortSignal?: AbortSignal;
388
+ }): Promise<void>;
389
+ /**
390
+ * Provide a list of entity types that are released and navigation should lead to UA page | maturity=EARLY_ADOPTER
391
+ *
392
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
393
+ *
394
+ * @returns Success
395
+ *
396
+ * @example <caption>Code example</caption>
397
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
398
+ *
399
+ * const data =
400
+ * await unifiedAnalysisClient.getReleasedEntityTypes();
401
+ */
402
+ getReleasedEntityTypes(abortSignal?: AbortSignal): Promise<UAReleasedEntityTypes>;
403
+ /**
404
+ * Provide information if entity is released and entity navigation should lead to UA page | maturity=EARLY_ADOPTER
405
+ *
406
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
407
+ *
408
+ * @returns Success
409
+ *
410
+ * @example <caption>Code example</caption>
411
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
412
+ *
413
+ * const data = await unifiedAnalysisClient.isEntityReleased({
414
+ * entityId: "...",
415
+ * });
416
+ */
417
+ isEntityReleased(config: {
418
+ /** The ID of the required entity. */ entityId: string;
419
+ /**
420
+ * The start of the requested timeframe.
421
+ *
422
+ * You can use one of the following formats:
423
+ * * Timestamp in UTC milliseconds.
424
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
425
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
426
+ * You can also specify relative timeframe without an alignment: `now-NU`.
427
+ * Supported time units for the relative timeframe are:
428
+ * * `m`: minutes
429
+ * * `h`: hours
430
+ * * `d`: days
431
+ * * `w`: weeks
432
+ * * `M`: months
433
+ * * `y`: years
434
+ *
435
+ * If not set, the relative timeframe of three days is used (`now-3d`).
436
+ */ from?: string;
437
+ /**
438
+ * The end of the requested timeframe.
439
+ *
440
+ * You can use one of the following formats:
441
+ * * Timestamp in UTC milliseconds.
442
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
443
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
444
+ * You can also specify relative timeframe without an alignment: `now-NU`.
445
+ * Supported time units for the relative timeframe are:
446
+ * * `m`: minutes
447
+ * * `h`: hours
448
+ * * `d`: days
449
+ * * `w`: weeks
450
+ * * `M`: months
451
+ * * `y`: years
452
+ *
453
+ * If not set, the current timestamp is used.
454
+ */ to?: string;
455
+ abortSignal?: AbortSignal;
456
+ }): Promise<UAReleasedEntity>;
457
+ /**
458
+ * Provide a screen definition schema for given entity type | maturity=EARLY_ADOPTER
459
+ *
460
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
461
+ *
462
+ * @returns Success
463
+ *
464
+ * @example <caption>Code example</caption>
465
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
466
+ *
467
+ * const data =
468
+ * await unifiedAnalysisClient.getScreenDefinitionSchema({
469
+ * entityType: "...",
470
+ * });
471
+ */
472
+ getScreenDefinitionSchema(config: {
473
+ /** The entity type. */ entityType: string;
474
+ abortSignal?: AbortSignal;
475
+ }): Promise<UAScreenDefinitionResponseDto>;
476
+ /**
477
+ * Sync settings 2.0 UA configuration with one stored in cluster json files. | maturity=EARLY_ADOPTER
478
+ *
479
+ * **One of the following scopes is required:**
480
+ * + unified-analysis:screen-definition:read
481
+ * + settings:objects:write
482
+ * + settings:objects:read
483
+ *
484
+ * <br/>**Required permission:** environment:roles:viewer
485
+ *
486
+ * @example <caption>Code example</caption>
487
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
488
+ *
489
+ * const data = await unifiedAnalysisClient.syncConfig({
490
+ * scopeClass: "...",
491
+ * scopeIdentifier: "...",
492
+ * });
493
+ */
494
+ syncConfig(config: {
495
+ /** Settings 2.0 scope class. */ scopeClass: string;
496
+ /** Settings 2.0 scope identifier. */ scopeIdentifier: string;
497
+ abortSignal?: AbortSignal;
498
+ }): Promise<void>;
499
+ /**
500
+ * Provide a screen definition for a given monitored entity | maturity=EARLY_ADOPTER
501
+ *
502
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
503
+ *
504
+ * @returns Success
505
+ *
506
+ * @example <caption>Code example</caption>
507
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
508
+ *
509
+ * const data =
510
+ * await unifiedAnalysisClient.getScreenDefinition({
511
+ * entityId: "...",
512
+ * });
513
+ */
514
+ getScreenDefinition(config: {
515
+ /** The ID of the required entity. */ entityId: string;
516
+ /** A optional screen state state id */ stateId?: string;
517
+ /** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
518
+ /**
519
+ * The start of the requested timeframe.
520
+ *
521
+ * You can use one of the following formats:
522
+ * * Timestamp in UTC milliseconds.
523
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
524
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
525
+ * You can also specify relative timeframe without an alignment: `now-NU`.
526
+ * Supported time units for the relative timeframe are:
527
+ * * `m`: minutes
528
+ * * `h`: hours
529
+ * * `d`: days
530
+ * * `w`: weeks
531
+ * * `M`: months
532
+ * * `y`: years
533
+ *
534
+ * If not set, the relative timeframe of three days is used (`now-3d`).
535
+ */ from?: string;
536
+ /**
537
+ * The end of the requested timeframe.
538
+ *
539
+ * You can use one of the following formats:
540
+ * * Timestamp in UTC milliseconds.
541
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
542
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
543
+ * You can also specify relative timeframe without an alignment: `now-NU`.
544
+ * Supported time units for the relative timeframe are:
545
+ * * `m`: minutes
546
+ * * `h`: hours
547
+ * * `d`: days
548
+ * * `w`: weeks
549
+ * * `M`: months
550
+ * * `y`: years
551
+ *
552
+ * If not set, the current timestamp is used.
553
+ */ to?: string;
554
+ /** A list of screen markers expressions */ screenMarker?: string[];
555
+ /** Time zone offset for markers time formatting */ timezone?: string;
556
+ /** UI context of a request */ uiContext?: GetScreenDefinitionQueryUiContext;
557
+ abortSignal?: AbortSignal;
558
+ }): Promise<UAEntityScreenDefinition>;
559
+ /**
560
+ * Stored the provided screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
561
+ *
562
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
563
+ *
564
+ * @example <caption>Code example</caption>
565
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
566
+ *
567
+ * const data = await unifiedAnalysisClient.storeScreenState({
568
+ * entityId: "...",
569
+ * stateId: "...",
570
+ * body: "...",
571
+ * });
572
+ */
573
+ storeScreenState(config: {
574
+ body: string;
575
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
576
+ /** The ID of the required entity. */ entityId: string;
577
+ /** The screen state id that should be stored */ stateId: string;
578
+ /** A list of screen markers expressions */ screenMarker?: string[];
579
+ abortSignal?: AbortSignal;
580
+ }): Promise<void>;
581
+ /**
582
+ * Provide a screen definition for a given monitored entity and a screen type | maturity=EARLY_ADOPTER
583
+ *
584
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
585
+ *
586
+ * @returns Success
587
+ *
588
+ * @example <caption>Code example</caption>
589
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
590
+ *
591
+ * const data =
592
+ * await unifiedAnalysisClient.getScreenDefinition_1({
593
+ * entityId: "...",
594
+ * screenType: "...",
595
+ * });
596
+ */
597
+ getScreenDefinition_1(config: {
598
+ /** The ID of the required entity. */ entityId: string;
599
+ /** The screen type. If not specified default is used */ screenType: string;
600
+ /** A optional screen state state id */ stateId?: string;
601
+ /** If true, screen config will be taken from settings, overriding default one. No effect for custom screens. */ useLocalConfig?: boolean;
602
+ /**
603
+ * The start of the requested timeframe.
604
+ *
605
+ * You can use one of the following formats:
606
+ * * Timestamp in UTC milliseconds.
607
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
608
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
609
+ * You can also specify relative timeframe without an alignment: `now-NU`.
610
+ * Supported time units for the relative timeframe are:
611
+ * * `m`: minutes
612
+ * * `h`: hours
613
+ * * `d`: days
614
+ * * `w`: weeks
615
+ * * `M`: months
616
+ * * `y`: years
617
+ *
618
+ * If not set, the relative timeframe of three days is used (`now-3d`).
619
+ */ from?: string;
620
+ /**
621
+ * The end of the requested timeframe.
622
+ *
623
+ * You can use one of the following formats:
624
+ * * Timestamp in UTC milliseconds.
625
+ * * Human-readable format of `2021-01-25T05:57:01.123+01:00`. If no time zone is specified, UTC is used. You can use a space character instead of the `T`. Seconds and fractions of a second are optional.
626
+ * * Relative timeframe, back from now. The format is `now-NU/A`, where `N` is the amount of time, `U` is the unit of time, and `A` is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, `now-1y/w` is one year back, aligned by a week.
627
+ * You can also specify relative timeframe without an alignment: `now-NU`.
628
+ * Supported time units for the relative timeframe are:
629
+ * * `m`: minutes
630
+ * * `h`: hours
631
+ * * `d`: days
632
+ * * `w`: weeks
633
+ * * `M`: months
634
+ * * `y`: years
635
+ *
636
+ * If not set, the current timestamp is used.
637
+ */ to?: string;
638
+ /** A list of screen markers expressions */ screenMarker?: string[];
639
+ /** Time zone offset for markers time formatting */ timezone?: string;
640
+ /** UI context of a request */ uiContext?: GetScreenDefinition_1QueryUiContext;
641
+ abortSignal?: AbortSignal;
642
+ }): Promise<UAEntityScreenDefinition>;
643
+ /**
644
+ * Stored the provided screen state and returns a screen state id that can be used to read the state date again | maturity=EARLY_ADOPTER
645
+ *
646
+ * **Required scope:** unified-analysis:screen-definition:read<br/>**Required permission:** environment:roles:viewer
647
+ *
648
+ * @example <caption>Code example</caption>
649
+ * import { unifiedAnalysisClient } from "@dynatrace-sdk/client-classic-environment-v2";
650
+ *
651
+ * const data = await unifiedAnalysisClient.storeScreenState_1(
652
+ * {
653
+ * entityId: "...",
654
+ * screenType: "...",
655
+ * stateId: "...",
656
+ * body: "...",
657
+ * },
658
+ * );
659
+ */
660
+ storeScreenState_1(config: {
661
+ body: string;
662
+ /** Value of `Content-Type` header. Leave it blank to use default `Content-Type` for `string` type */ type?: string;
663
+ /** The ID of the required entity. */ entityId: string;
664
+ /** The screen type. If not specified default is used */ screenType: string;
665
+ /** The screen state id that should be stored */ stateId: string;
666
+ /** A list of screen markers expressions */ screenMarker?: string[];
667
+ abortSignal?: AbortSignal;
668
+ }): Promise<void>;
669
+ }
670
+ export declare const unifiedAnalysisClient: UnifiedAnalysisClient;