@dynatrace-sdk/client-classic-environment-v2 3.6.1 → 3.6.8

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 (649) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +121 -61
  3. package/cjs/index.js +863 -17898
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +863 -17903
  6. package/package.json +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +32 -5
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +2 -2
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +5 -5
  11. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  13. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +1 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.d.ts +1 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +2 -2
  16. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +4 -4
  18. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +11 -4
  19. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.d.ts +1 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +3 -615
  21. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-deployment-type.d.ts +11 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +8 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +20 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/models/{synthetic-multi-protocol-monitor-constraint-dto-properties.d.ts → synthetic-monitor-constraint-dto-properties.d.ts} +1 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-constraint-dto.d.ts +14 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.d.ts +3 -3
  28. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +2 -2
  29. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-thresholds-dto.d.ts +1 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto-type.d.ts +4 -3
  31. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +5 -2
  32. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +2 -2
  33. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +1 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-request-configuration-dto.d.ts +2 -2
  35. package/types/packages/client/classic-environment-v2/src/lib/utils/transformations.d.ts +7 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.transformation.d.ts +0 -3
  37. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.transformation.d.ts +0 -3
  38. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.transformation.d.ts +0 -24
  39. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.transformation.d.ts +0 -3
  40. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.transformation.d.ts +0 -13
  41. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.transformation.d.ts +0 -7
  42. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.transformation.d.ts +0 -3
  43. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.transformation.d.ts +0 -9
  44. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.transformation.d.ts +0 -3
  45. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.transformation.d.ts +0 -3
  46. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.transformation.d.ts +0 -12
  47. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.transformation.d.ts +0 -3
  48. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-connected-hosts.transformation.d.ts +0 -6
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.transformation.d.ts +0 -3
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.transformation.d.ts +0 -12
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.transformation.d.ts +0 -9
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +0 -6
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups-info-dto.transformation.d.ts +0 -7
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +0 -7
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.transformation.d.ts +0 -7
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-list.transformation.d.ts +0 -7
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.transformation.d.ts +0 -6
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.transformation.d.ts +0 -3
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.transformation.d.ts +0 -12
  60. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.transformation.d.ts +0 -3
  61. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.transformation.d.ts +0 -3
  62. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.transformation.d.ts +0 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.transformation.d.ts +0 -3
  64. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.transformation.d.ts +0 -3
  65. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.transformation.d.ts +0 -10
  66. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.transformation.d.ts +0 -8
  67. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.transformation.d.ts +0 -3
  68. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.transformation.d.ts +0 -9
  69. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.transformation.d.ts +0 -10
  70. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.transformation.d.ts +0 -14
  71. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.transformation.d.ts +0 -3
  72. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.transformation.d.ts +0 -34
  73. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.transformation.d.ts +0 -7
  74. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tags.transformation.d.ts +0 -7
  75. package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.transformation.d.ts +0 -8
  76. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.transformation.d.ts +0 -11
  77. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entity.transformation.d.ts +0 -7
  78. package/types/packages/client/classic-environment-v2/src/lib/models/agent-connection-token.transformation.d.ts +0 -6
  79. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.transformation.d.ts +0 -6
  80. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +0 -8
  81. package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.transformation.d.ts +0 -7
  82. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.transformation.d.ts +0 -4
  83. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-additional-metadata.transformation.d.ts +0 -4
  84. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.transformation.d.ts +0 -3
  85. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.transformation.d.ts +0 -10
  86. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.transformation.d.ts +0 -8
  87. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.transformation.d.ts +0 -10
  88. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.transformation.d.ts +0 -3
  89. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-secret.transformation.d.ts +0 -6
  90. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.transformation.d.ts +0 -3
  91. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.transformation.d.ts +0 -9
  92. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.transformation.d.ts +0 -19
  93. package/types/packages/client/classic-environment-v2/src/lib/models/application-impact.transformation.d.ts +0 -6
  94. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.transformation.d.ts +0 -8
  95. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +0 -3
  96. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +0 -7
  97. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.transformation.d.ts +0 -3
  98. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.transformation.d.ts +0 -11
  99. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info.transformation.d.ts +0 -7
  100. package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.transformation.d.ts +0 -8
  101. package/types/packages/client/classic-environment-v2/src/lib/models/attack-attack-type.transformation.d.ts +0 -3
  102. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.transformation.d.ts +0 -9
  103. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.transformation.d.ts +0 -11
  104. package/types/packages/client/classic-environment-v2/src/lib/models/attack-list.transformation.d.ts +0 -10
  105. package/types/packages/client/classic-environment-v2/src/lib/models/attack-request-header.transformation.d.ts +0 -7
  106. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-data-assets.transformation.d.ts +0 -3
  107. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-exposure.transformation.d.ts +0 -3
  108. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.transformation.d.ts +0 -10
  109. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.transformation.d.ts +0 -8
  110. package/types/packages/client/classic-environment-v2/src/lib/models/attack-state.transformation.d.ts +0 -3
  111. package/types/packages/client/classic-environment-v2/src/lib/models/attack-target.transformation.d.ts +0 -7
  112. package/types/packages/client/classic-environment-v2/src/lib/models/attack-technology.transformation.d.ts +0 -3
  113. package/types/packages/client/classic-environment-v2/src/lib/models/attack.transformation.d.ts +0 -31
  114. package/types/packages/client/classic-environment-v2/src/lib/models/attacker-location.transformation.d.ts +0 -8
  115. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.transformation.d.ts +0 -8
  116. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.transformation.d.ts +0 -3
  117. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.transformation.d.ts +0 -3
  118. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.transformation.d.ts +0 -3
  119. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.transformation.d.ts +0 -27
  120. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.transformation.d.ts +0 -10
  121. package/types/packages/client/classic-environment-v2/src/lib/models/author-dto.transformation.d.ts +0 -6
  122. package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.transformation.d.ts +0 -7
  123. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +0 -9
  124. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.transformation.d.ts +0 -8
  125. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.transformation.d.ts +0 -9
  126. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.transformation.d.ts +0 -9
  127. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-error.transformation.d.ts +0 -9
  128. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-result.transformation.d.ts +0 -7
  129. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.transformation.d.ts +0 -47
  130. package/types/packages/client/classic-environment-v2/src/lib/models/burn-rate-alert.transformation.d.ts +0 -6
  131. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.transformation.d.ts +0 -9
  132. package/types/packages/client/classic-environment-v2/src/lib/models/cloud-event.transformation.d.ts +0 -17
  133. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.transformation.d.ts +0 -3
  134. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.transformation.d.ts +0 -14
  135. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.transformation.d.ts +0 -14
  136. package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.transformation.d.ts +0 -7
  137. package/types/packages/client/classic-environment-v2/src/lib/models/comment.transformation.d.ts +0 -10
  138. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.transformation.d.ts +0 -10
  139. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.transformation.d.ts +0 -3
  140. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.transformation.d.ts +0 -14
  141. package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.transformation.d.ts +0 -8
  142. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.transformation.d.ts +0 -3
  143. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.transformation.d.ts +0 -3
  144. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.transformation.d.ts +0 -10
  145. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.transformation.d.ts +0 -16
  146. package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.transformation.d.ts +0 -3
  147. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.transformation.d.ts +0 -3
  148. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data.transformation.d.ts +0 -8
  149. package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.transformation.d.ts +0 -7
  150. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-certificate-response-element.transformation.d.ts +0 -9
  151. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-token-response-element.transformation.d.ts +0 -7
  152. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-username-password-response-element.transformation.d.ts +0 -8
  153. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.transformation.d.ts +0 -6
  154. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.transformation.d.ts +0 -10
  155. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.transformation.d.ts +0 -3
  156. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scopes-item.transformation.d.ts +0 -3
  157. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.transformation.d.ts +0 -3
  158. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.transformation.d.ts +0 -23
  159. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.transformation.d.ts +0 -3
  160. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scopes-item.transformation.d.ts +0 -3
  161. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.transformation.d.ts +0 -3
  162. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +0 -32
  163. package/types/packages/client/classic-environment-v2/src/lib/models/custom-application-impact.transformation.d.ts +0 -6
  164. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.transformation.d.ts +0 -6
  165. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-result.transformation.d.ts +0 -7
  166. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.transformation.d.ts +0 -16
  167. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.transformation.d.ts +0 -8
  168. package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.transformation.d.ts +0 -8
  169. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-config.transformation.d.ts +0 -11
  170. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.transformation.d.ts +0 -11
  171. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.transformation.d.ts +0 -12
  172. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.transformation.d.ts +0 -12
  173. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.transformation.d.ts +0 -3
  174. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.transformation.d.ts +0 -12
  175. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.transformation.d.ts +0 -3
  176. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.transformation.d.ts +0 -10
  177. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.transformation.d.ts +0 -3
  178. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.transformation.d.ts +0 -16
  179. package/types/packages/client/classic-environment-v2/src/lib/models/deleted-entity-tags.transformation.d.ts +0 -6
  180. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.transformation.d.ts +0 -7
  181. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +0 -3
  182. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +0 -10
  183. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.transformation.d.ts +0 -16
  184. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.transformation.d.ts +0 -10
  185. package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.transformation.d.ts +0 -10
  186. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.transformation.d.ts +0 -7
  187. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.transformation.d.ts +0 -8
  188. package/types/packages/client/classic-environment-v2/src/lib/models/entity-id.transformation.d.ts +0 -7
  189. package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.transformation.d.ts +0 -6
  190. package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.transformation.d.ts +0 -8
  191. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.transformation.d.ts +0 -8
  192. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.transformation.d.ts +0 -7
  193. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.transformation.d.ts +0 -10
  194. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-property-dto.transformation.d.ts +0 -8
  195. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.transformation.d.ts +0 -17
  196. package/types/packages/client/classic-environment-v2/src/lib/models/entity.transformation.d.ts +0 -22
  197. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.transformation.d.ts +0 -3
  198. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.transformation.d.ts +0 -3
  199. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.transformation.d.ts +0 -11
  200. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.transformation.d.ts +0 -8
  201. package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.transformation.d.ts +0 -8
  202. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload-type.transformation.d.ts +0 -3
  203. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.transformation.d.ts +0 -9
  204. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.transformation.d.ts +0 -3
  205. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.transformation.d.ts +0 -13
  206. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.transformation.d.ts +0 -11
  207. package/types/packages/client/classic-environment-v2/src/lib/models/error-envelope.transformation.d.ts +0 -10
  208. package/types/packages/client/classic-environment-v2/src/lib/models/error.transformation.d.ts +0 -9
  209. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.transformation.d.ts +0 -11
  210. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.transformation.d.ts +0 -3
  211. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.transformation.d.ts +0 -6
  212. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.transformation.d.ts +0 -3
  213. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.transformation.d.ts +0 -8
  214. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.transformation.d.ts +0 -8
  215. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.transformation.d.ts +0 -14
  216. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.transformation.d.ts +0 -11
  217. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.transformation.d.ts +0 -10
  218. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +0 -10
  219. package/types/packages/client/classic-environment-v2/src/lib/models/event-property.transformation.d.ts +0 -7
  220. package/types/packages/client/classic-environment-v2/src/lib/models/event-status.transformation.d.ts +0 -3
  221. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.transformation.d.ts +0 -10
  222. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.transformation.d.ts +0 -3
  223. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts +0 -10
  224. package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts +0 -25
  225. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.transformation.d.ts +0 -8
  226. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.transformation.d.ts +0 -3
  227. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.transformation.d.ts +0 -23
  228. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.transformation.d.ts +0 -7
  229. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.transformation.d.ts +0 -10
  230. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-response.transformation.d.ts +0 -7
  231. package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.transformation.d.ts +0 -13
  232. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.transformation.d.ts +0 -25
  233. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.transformation.d.ts +0 -3
  234. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.transformation.d.ts +0 -14
  235. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +0 -11
  236. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.transformation.d.ts +0 -10
  237. package/types/packages/client/classic-environment-v2/src/lib/models/extension-environment-configuration-version.transformation.d.ts +0 -6
  238. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.transformation.d.ts +0 -3
  239. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.transformation.d.ts +0 -13
  240. package/types/packages/client/classic-environment-v2/src/lib/models/extension-events-list.transformation.d.ts +0 -7
  241. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.transformation.d.ts +0 -7
  242. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.transformation.d.ts +0 -10
  243. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +0 -9
  244. package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.transformation.d.ts +0 -10
  245. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration-value.transformation.d.ts +0 -4
  246. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.transformation.d.ts +0 -9
  247. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.transformation.d.ts +0 -10
  248. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.transformation.d.ts +0 -3
  249. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.transformation.d.ts +0 -8
  250. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.transformation.d.ts +0 -7
  251. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.transformation.d.ts +0 -19
  252. package/types/packages/client/classic-environment-v2/src/lib/models/extension.transformation.d.ts +0 -17
  253. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.transformation.d.ts +0 -3
  254. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.transformation.d.ts +0 -3
  255. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.transformation.d.ts +0 -24
  256. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.transformation.d.ts +0 -3
  257. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.transformation.d.ts +0 -22
  258. package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.transformation.d.ts +0 -7
  259. package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.transformation.d.ts +0 -3
  260. package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts +0 -17
  261. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.transformation.d.ts +0 -18
  262. package/types/packages/client/classic-environment-v2/src/lib/models/from-position.transformation.d.ts +0 -7
  263. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.transformation.d.ts +0 -12
  264. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.transformation.d.ts +0 -3
  265. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.transformation.d.ts +0 -3
  266. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.transformation.d.ts +0 -3
  267. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.transformation.d.ts +0 -3
  268. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.transformation.d.ts +0 -3
  269. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.transformation.d.ts +0 -3
  270. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.transformation.d.ts +0 -3
  271. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.transformation.d.ts +0 -3
  272. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.transformation.d.ts +0 -3
  273. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-start-version-compare-type.transformation.d.ts +0 -3
  274. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-target-version-compare-type.transformation.d.ts +0 -3
  275. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.transformation.d.ts +0 -3
  276. package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.transformation.d.ts +0 -3
  277. package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.transformation.d.ts +0 -3
  278. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.transformation.d.ts +0 -3
  279. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.transformation.d.ts +0 -3
  280. package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.transformation.d.ts +0 -3
  281. package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.transformation.d.ts +0 -3
  282. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.transformation.d.ts +0 -3
  283. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.transformation.d.ts +0 -3
  284. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.transformation.d.ts +0 -3
  285. package/types/packages/client/classic-environment-v2/src/lib/models/get-nodes-query-assigned-to-location.transformation.d.ts +0 -3
  286. package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.transformation.d.ts +0 -3
  287. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.transformation.d.ts +0 -3
  288. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.transformation.d.ts +0 -3
  289. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.transformation.d.ts +0 -3
  290. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.transformation.d.ts +0 -3
  291. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-start-version-compare-type.transformation.d.ts +0 -3
  292. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-target-version-compare-type.transformation.d.ts +0 -3
  293. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-update-type.transformation.d.ts +0 -3
  294. package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.transformation.d.ts +0 -17
  295. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle-config.transformation.d.ts +0 -10
  296. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.transformation.d.ts +0 -10
  297. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.transformation.d.ts +0 -8
  298. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.transformation.d.ts +0 -8
  299. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +0 -7
  300. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.transformation.d.ts +0 -10
  301. package/types/packages/client/classic-environment-v2/src/lib/models/http-request-parameter.transformation.d.ts +0 -7
  302. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +0 -3
  303. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +0 -8
  304. package/types/packages/client/classic-environment-v2/src/lib/models/impact-analysis.transformation.d.ts +0 -7
  305. package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.transformation.d.ts +0 -3
  306. package/types/packages/client/classic-environment-v2/src/lib/models/impact.transformation.d.ts +0 -18
  307. package/types/packages/client/classic-environment-v2/src/lib/models/ingest-body.transformation.d.ts +0 -4
  308. package/types/packages/client/classic-environment-v2/src/lib/models/insert-position.transformation.d.ts +0 -6
  309. package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.transformation.d.ts +0 -7
  310. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.transformation.d.ts +0 -7
  311. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.transformation.d.ts +0 -6
  312. package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts +0 -20
  313. package/types/packages/client/classic-environment-v2/src/lib/models/json-node.transformation.d.ts +0 -4
  314. package/types/packages/client/classic-environment-v2/src/lib/models/linked-problem.transformation.d.ts +0 -7
  315. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.transformation.d.ts +0 -3
  316. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.transformation.d.ts +0 -3
  317. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.transformation.d.ts +0 -3
  318. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.transformation.d.ts +0 -3
  319. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.transformation.d.ts +0 -3
  320. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +0 -23
  321. package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.transformation.d.ts +0 -9
  322. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.transformation.d.ts +0 -4
  323. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.transformation.d.ts +0 -4
  324. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.transformation.d.ts +0 -6
  325. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.transformation.d.ts +0 -3
  326. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.transformation.d.ts +0 -3
  327. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts +0 -13
  328. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +0 -10
  329. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.transformation.d.ts +0 -8
  330. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone-details.transformation.d.ts +0 -6
  331. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.transformation.d.ts +0 -7
  332. package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.transformation.d.ts +0 -9
  333. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts +0 -11
  334. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.transformation.d.ts +0 -3
  335. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.transformation.d.ts +0 -8
  336. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.transformation.d.ts +0 -3
  337. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.transformation.d.ts +0 -10
  338. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.transformation.d.ts +0 -3
  339. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.transformation.d.ts +0 -3
  340. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.transformation.d.ts +0 -38
  341. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.transformation.d.ts +0 -8
  342. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.transformation.d.ts +0 -3
  343. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.transformation.d.ts +0 -11
  344. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.transformation.d.ts +0 -8
  345. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +0 -11
  346. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.transformation.d.ts +0 -9
  347. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +0 -8
  348. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation-status.transformation.d.ts +0 -3
  349. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.transformation.d.ts +0 -9
  350. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.transformation.d.ts +0 -15
  351. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.transformation.d.ts +0 -6
  352. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.transformation.d.ts +0 -10
  353. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.transformation.d.ts +0 -3
  354. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.transformation.d.ts +0 -10
  355. package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.transformation.d.ts +0 -7
  356. package/types/packages/client/classic-environment-v2/src/lib/models/mobile-impact.transformation.d.ts +0 -6
  357. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +0 -11
  358. package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +0 -9
  359. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-entity-id-dto.transformation.d.ts +0 -6
  360. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.transformation.d.ts +0 -8
  361. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.transformation.d.ts +0 -40
  362. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-header.transformation.d.ts +0 -7
  363. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.transformation.d.ts +0 -7
  364. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.transformation.d.ts +0 -3
  365. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.transformation.d.ts +0 -3
  366. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.transformation.d.ts +0 -12
  367. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.transformation.d.ts +0 -10
  368. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.transformation.d.ts +0 -8
  369. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.transformation.d.ts +0 -7
  370. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.transformation.d.ts +0 -10
  371. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.transformation.d.ts +0 -3
  372. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.transformation.d.ts +0 -9
  373. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.transformation.d.ts +0 -9
  374. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-fallback-mode.transformation.d.ts +0 -3
  375. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-list.transformation.d.ts +0 -7
  376. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-settings.transformation.d.ts +0 -6
  377. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts +0 -16
  378. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.transformation.d.ts +0 -17
  379. package/types/packages/client/classic-environment-v2/src/lib/models/node.transformation.d.ts +0 -19
  380. package/types/packages/client/classic-environment-v2/src/lib/models/nodes.transformation.d.ts +0 -7
  381. package/types/packages/client/classic-environment-v2/src/lib/models/object-node.transformation.d.ts +0 -4
  382. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts +0 -10
  383. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +0 -7
  384. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.transformation.d.ts +0 -3
  385. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts +0 -15
  386. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-deployment-type.transformation.d.ts +0 -3
  387. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.transformation.d.ts +0 -6
  388. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.transformation.d.ts +0 -3
  389. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-type.transformation.d.ts +0 -3
  390. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.transformation.d.ts +0 -31
  391. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-request-dto-impl.transformation.d.ts +0 -6
  392. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.transformation.d.ts +0 -10
  393. package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.transformation.d.ts +0 -3
  394. package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.transformation.d.ts +0 -3
  395. package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.transformation.d.ts +0 -3
  396. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +0 -37
  397. package/types/packages/client/classic-environment-v2/src/lib/models/problems.transformation.d.ts +0 -11
  398. package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.transformation.d.ts +0 -10
  399. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.transformation.d.ts +0 -6
  400. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.transformation.d.ts +0 -3
  401. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.transformation.d.ts +0 -33
  402. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.transformation.d.ts +0 -10
  403. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.transformation.d.ts +0 -9
  404. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.transformation.d.ts +0 -12
  405. package/types/packages/client/classic-environment-v2/src/lib/models/ref-pointer.transformation.d.ts +0 -6
  406. package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.transformation.d.ts +0 -7
  407. package/types/packages/client/classic-environment-v2/src/lib/models/related-attacks-list.transformation.d.ts +0 -6
  408. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.transformation.d.ts +0 -9
  409. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-list.transformation.d.ts +0 -7
  410. package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.transformation.d.ts +0 -13
  411. package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.transformation.d.ts +0 -8
  412. package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.transformation.d.ts +0 -3
  413. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.transformation.d.ts +0 -10
  414. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.transformation.d.ts +0 -9
  415. package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts +0 -21
  416. package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts +0 -11
  417. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-assessment-accuracy.transformation.d.ts +0 -3
  418. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.transformation.d.ts +0 -3
  419. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.transformation.d.ts +0 -3
  420. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  421. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +0 -21
  422. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.transformation.d.ts +0 -3
  423. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.transformation.d.ts +0 -22
  424. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-details-vulnerable-component.transformation.d.ts +0 -12
  425. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-list.transformation.d.ts +0 -7
  426. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.transformation.d.ts +0 -3
  427. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.transformation.d.ts +0 -9
  428. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.transformation.d.ts +0 -3
  429. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.transformation.d.ts +0 -11
  430. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.transformation.d.ts +0 -3
  431. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.transformation.d.ts +0 -9
  432. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.transformation.d.ts +0 -3
  433. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.transformation.d.ts +0 -22
  434. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.transformation.d.ts +0 -3
  435. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.transformation.d.ts +0 -7
  436. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.transformation.d.ts +0 -9
  437. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.transformation.d.ts +0 -3
  438. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.transformation.d.ts +0 -7
  439. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.transformation.d.ts +0 -9
  440. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.transformation.d.ts +0 -7
  441. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.transformation.d.ts +0 -8
  442. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  443. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.transformation.d.ts +0 -12
  444. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-list.transformation.d.ts +0 -7
  445. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-state.transformation.d.ts +0 -3
  446. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.transformation.d.ts +0 -14
  447. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-vulnerable-component.transformation.d.ts +0 -10
  448. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress.transformation.d.ts +0 -7
  449. package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.transformation.d.ts +0 -3
  450. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.transformation.d.ts +0 -10
  451. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +0 -7
  452. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +0 -3
  453. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +0 -9
  454. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +0 -11
  455. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +0 -3
  456. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +0 -16
  457. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.transformation.d.ts +0 -3
  458. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.transformation.d.ts +0 -3
  459. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.transformation.d.ts +0 -3
  460. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.transformation.d.ts +0 -3
  461. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.transformation.d.ts +0 -3
  462. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.transformation.d.ts +0 -17
  463. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.transformation.d.ts +0 -3
  464. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.transformation.d.ts +0 -3
  465. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.transformation.d.ts +0 -3
  466. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.transformation.d.ts +0 -3
  467. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.transformation.d.ts +0 -3
  468. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.transformation.d.ts +0 -3
  469. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.transformation.d.ts +0 -3
  470. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.transformation.d.ts +0 -3
  471. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +0 -26
  472. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.transformation.d.ts +0 -3
  473. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.transformation.d.ts +0 -3
  474. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.transformation.d.ts +0 -3
  475. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.transformation.d.ts +0 -3
  476. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.transformation.d.ts +0 -3
  477. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.transformation.d.ts +0 -3
  478. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.transformation.d.ts +0 -3
  479. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.transformation.d.ts +0 -22
  480. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  481. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +0 -25
  482. package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.transformation.d.ts +0 -3
  483. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.transformation.d.ts +0 -8
  484. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.transformation.d.ts +0 -3
  485. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.transformation.d.ts +0 -11
  486. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.transformation.d.ts +0 -7
  487. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.transformation.d.ts +0 -6
  488. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.transformation.d.ts +0 -7
  489. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.transformation.d.ts +0 -7
  490. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.transformation.d.ts +0 -7
  491. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.transformation.d.ts +0 -35
  492. package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.transformation.d.ts +0 -6
  493. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.transformation.d.ts +0 -8
  494. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.transformation.d.ts +0 -10
  495. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.transformation.d.ts +0 -7
  496. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.transformation.d.ts +0 -3
  497. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts +0 -18
  498. package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.transformation.d.ts +0 -6
  499. package/types/packages/client/classic-environment-v2/src/lib/models/security-context-dto-impl.transformation.d.ts +0 -6
  500. package/types/packages/client/classic-environment-v2/src/lib/models/security-context-result-dto.transformation.d.ts +0 -7
  501. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.transformation.d.ts +0 -3
  502. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.transformation.d.ts +0 -9
  503. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.transformation.d.ts +0 -3
  504. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.transformation.d.ts +0 -3
  505. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.transformation.d.ts +0 -3
  506. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +0 -51
  507. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.transformation.d.ts +0 -3
  508. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.transformation.d.ts +0 -12
  509. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.transformation.d.ts +0 -10
  510. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.transformation.d.ts +0 -10
  511. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.transformation.d.ts +0 -3
  512. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.transformation.d.ts +0 -8
  513. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.transformation.d.ts +0 -3
  514. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.transformation.d.ts +0 -3
  515. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.transformation.d.ts +0 -3
  516. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.transformation.d.ts +0 -8
  517. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.transformation.d.ts +0 -3
  518. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.transformation.d.ts +0 -31
  519. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.transformation.d.ts +0 -3
  520. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.transformation.d.ts +0 -7
  521. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.transformation.d.ts +0 -9
  522. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.transformation.d.ts +0 -3
  523. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.transformation.d.ts +0 -7
  524. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.transformation.d.ts +0 -9
  525. package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.transformation.d.ts +0 -7
  526. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +0 -24
  527. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.transformation.d.ts +0 -13
  528. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.transformation.d.ts +0 -11
  529. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.transformation.d.ts +0 -11
  530. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +0 -26
  531. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +0 -8
  532. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.transformation.d.ts +0 -10
  533. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.transformation.d.ts +0 -3
  534. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.transformation.d.ts +0 -7
  535. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.transformation.d.ts +0 -12
  536. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.transformation.d.ts +0 -3
  537. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.transformation.d.ts +0 -22
  538. package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.transformation.d.ts +0 -3
  539. package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.transformation.d.ts +0 -3
  540. package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +0 -37
  541. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +0 -12
  542. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.transformation.d.ts +0 -9
  543. package/types/packages/client/classic-environment-v2/src/lib/models/status-alert.transformation.d.ts +0 -6
  544. package/types/packages/client/classic-environment-v2/src/lib/models/success-envelope.transformation.d.ts +0 -10
  545. package/types/packages/client/classic-environment-v2/src/lib/models/success.transformation.d.ts +0 -7
  546. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-config-dto.transformation.d.ts +0 -7
  547. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-ids-dto.transformation.d.ts +0 -7
  548. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.transformation.d.ts +0 -3
  549. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.transformation.d.ts +0 -3
  550. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.transformation.d.ts +0 -3
  551. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.transformation.d.ts +0 -14
  552. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +0 -23
  553. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-locations.transformation.d.ts +0 -7
  554. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-list-dto.transformation.d.ts +0 -7
  555. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.transformation.d.ts +0 -10
  556. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.transformation.d.ts +0 -3
  557. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.transformation.d.ts +0 -12
  558. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-thresholds-dto.transformation.d.ts +0 -8
  559. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto-type.transformation.d.ts +0 -3
  560. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto.transformation.d.ts +0 -10
  561. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto-properties.transformation.d.ts +0 -6
  562. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +0 -14
  563. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.transformation.d.ts +0 -8
  564. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto-type.transformation.d.ts +0 -3
  565. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.transformation.d.ts +0 -22
  566. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.transformation.d.ts +0 -6
  567. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-request-type.transformation.d.ts +0 -3
  568. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.transformation.d.ts +0 -16
  569. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto-type.transformation.d.ts +0 -3
  570. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.transformation.d.ts +0 -20
  571. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-request-configuration-dto.transformation.d.ts +0 -7
  572. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.transformation.d.ts +0 -3
  573. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.transformation.d.ts +0 -6
  574. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.transformation.d.ts +0 -21
  575. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.transformation.d.ts +0 -3
  576. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.transformation.d.ts +0 -6
  577. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.transformation.d.ts +0 -3
  578. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.transformation.d.ts +0 -9
  579. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.transformation.d.ts +0 -6
  580. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-customized-script.transformation.d.ts +0 -4
  581. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-repeat-mode.transformation.d.ts +0 -3
  582. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.transformation.d.ts +0 -12
  583. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.transformation.d.ts +0 -3
  584. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.transformation.d.ts +0 -17
  585. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.transformation.d.ts +0 -12
  586. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.transformation.d.ts +0 -3
  587. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.transformation.d.ts +0 -28
  588. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-executions.transformation.d.ts +0 -7
  589. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.transformation.d.ts +0 -3
  590. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.transformation.d.ts +0 -13
  591. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-execution-details.transformation.d.ts +0 -7
  592. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.transformation.d.ts +0 -8
  593. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.transformation.d.ts +0 -10
  594. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.transformation.d.ts +0 -22
  595. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.transformation.d.ts +0 -7
  596. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-locations-status.transformation.d.ts +0 -6
  597. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto-source.transformation.d.ts +0 -3
  598. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.transformation.d.ts +0 -10
  599. package/types/packages/client/classic-environment-v2/src/lib/models/table-column.transformation.d.ts +0 -6
  600. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.transformation.d.ts +0 -11
  601. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token.transformation.d.ts +0 -6
  602. package/types/packages/client/classic-environment-v2/src/lib/models/to-position.transformation.d.ts +0 -7
  603. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.transformation.d.ts +0 -9
  604. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link-update.transformation.d.ts +0 -7
  605. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link.transformation.d.ts +0 -9
  606. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.transformation.d.ts +0 -10
  607. package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.transformation.d.ts +0 -10
  608. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.transformation.d.ts +0 -9
  609. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.transformation.d.ts +0 -9
  610. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.transformation.d.ts +0 -8
  611. package/types/packages/client/classic-environment-v2/src/lib/models/truncation-info.transformation.d.ts +0 -6
  612. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.transformation.d.ts +0 -10
  613. package/types/packages/client/classic-environment-v2/src/lib/models/ui-callback-customization.transformation.d.ts +0 -7
  614. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.transformation.d.ts +0 -16
  615. package/types/packages/client/classic-environment-v2/src/lib/models/ui-empty-state-customization.transformation.d.ts +0 -6
  616. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.transformation.d.ts +0 -9
  617. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.transformation.d.ts +0 -9
  618. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.transformation.d.ts +0 -8
  619. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.transformation.d.ts +0 -14
  620. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-item-customization.transformation.d.ts +0 -8
  621. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.transformation.d.ts +0 -9
  622. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tabs-customization.transformation.d.ts +0 -7
  623. package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.transformation.d.ts +0 -7
  624. package/types/packages/client/classic-environment-v2/src/lib/models/unit-list.transformation.d.ts +0 -8
  625. package/types/packages/client/classic-environment-v2/src/lib/models/unit.transformation.d.ts +0 -10
  626. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.transformation.d.ts +0 -3
  627. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.transformation.d.ts +0 -3
  628. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.transformation.d.ts +0 -8
  629. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.transformation.d.ts +0 -3
  630. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.transformation.d.ts +0 -3
  631. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.transformation.d.ts +0 -21
  632. package/types/packages/client/classic-environment-v2/src/lib/models/update-jobs-all.transformation.d.ts +0 -7
  633. package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.transformation.d.ts +0 -3
  634. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.transformation.d.ts +0 -3
  635. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.transformation.d.ts +0 -7
  636. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.transformation.d.ts +0 -10
  637. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.transformation.d.ts +0 -11
  638. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.transformation.d.ts +0 -13
  639. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.transformation.d.ts +0 -11
  640. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.transformation.d.ts +0 -3
  641. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.transformation.d.ts +0 -8
  642. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-type.transformation.d.ts +0 -3
  643. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.transformation.d.ts +0 -9
  644. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.transformation.d.ts +0 -3
  645. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.transformation.d.ts +0 -12
  646. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function.transformation.d.ts +0 -8
  647. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-functions-container.transformation.d.ts +0 -9
  648. package/types/packages/client/classic-environment-v2/src/lib/models/warning-line.transformation.d.ts +0 -7
  649. package/types/packages/client/classic-environment-v2/src/lib/models/warnings.transformation.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,52 @@
2
2
 
3
3
  @dynatrace-sdk/client-classic-environment-v2
4
4
 
5
+ ## 3.6.8
6
+
7
+ Updated required scopes for `getMonitors` operation and minor documentation updates.
8
+
9
+ ## 3.6.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Add `REORDER` enum value to `AuditLogEntryEventType` enum
14
+ - Add `deploymentType` and `lastModificationTimestamp` fields to `LocationCollectionElement` type
15
+ - Add `source` field to `RevisionDiff` type
16
+ - Update method descriptions
17
+
18
+ ## 3.6.6
19
+
20
+ ### Patch Changes
21
+
22
+ - Fix date-time format serialization. (APPDEV-11661)
23
+
24
+ ## 3.6.5
25
+
26
+ ### Bugfixes
27
+
28
+ - Include _appId_ in `RevisionDiff`
29
+ - Update docs of `EventIngest` and `EventIngestProperties` models
30
+
31
+ ## 3.6.4
32
+
33
+ ### Bugfixes
34
+
35
+ - Update model description of `LogMessageJson`
36
+ - Update possible values for the `type` property of `AssetInfoDto`
37
+
38
+ ## 3.6.3
39
+
40
+ ### Patch Changes
41
+
42
+ - Replace model transformations with single transformation function. (APPDEV-10818)
43
+
44
+ ## 3.6.2
45
+
46
+ ### Bugfixes
47
+
48
+ - Update `RevisionDiff` model
49
+ - Update JSDoc comments
50
+
5
51
  ## 3.6.1
6
52
 
7
53
  ### Bugfixes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dynatrace-sdk/client-classic-environment-v2
2
2
 
3
- [![npm](https://img.shields.io/badge/npm-v3.6.1-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.6.1)
3
+ [![npm](https://img.shields.io/badge/npm-v3.6.8-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.6.8)
4
4
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
 
6
6
 
@@ -5048,7 +5048,8 @@ Returns the first *X* records (specified in the **pageSize** query parameter).
5048
5048
 
5049
5049
  In order to fetch large amount of records (exceeding the **pageSize** value), one should repeat the **export** call with **nextPageKey** param.
5050
5050
 
5051
- Disabled on *Log Management and Analytics, powered by Grail*.
5051
+
5052
+ Please note that export works **only** for *Logs Classic*.
5052
5053
 
5053
5054
 
5054
5055
 
@@ -5122,12 +5123,23 @@ Returns the aggregated number of occurrences of log values divided into time slo
5122
5123
 
5123
5124
  It is possible that the timeframe covered by results exceeds the specified timeframe. In that case the request returns fewer time slots than specified in the **timeBuckets** query parameter.
5124
5125
 
5125
- If *Log Management and Analytics, powered by Grail* is enabled, then a bearer OAuth token (with *storage:logs:read* and *storage:buckets:read* scopes) needs to be used for authentication.
5126
+
5127
+
5128
+ If *Log Management and Analytics, powered by Grail* is enabled,
5129
+ then a bearer OAuth token (with `storage:logs:read` and `storage:buckets:read` scopes)
5130
+ needs to be used for authentication.
5126
5131
 
5127
5132
  Please note that *Dynatrace API explorer* does not currently support OAuth authentication.
5128
5133
 
5129
5134
 
5130
5135
 
5136
+ **Logs on Grail:**
5137
+
5138
+
5139
+ It is **not** recommended to run Grail queries using Logs v2 API, please use Grail API instead.
5140
+
5141
+
5142
+
5131
5143
  </div>
5132
5144
 
5133
5145
 
@@ -5200,12 +5212,21 @@ If the query is too large to be processed in a single request, it is divided int
5200
5212
 
5201
5213
  Results can be distributed unevenly between slices and some slices might be empty.
5202
5214
 
5203
- If *Log Management and Analytics, powered by Grail* is enabled, then a bearer OAuth token (with *storage:logs:read* and *storage:buckets:read* scopes) needs to be used for authentication.
5215
+ If *Log Management and Analytics, powered by Grail* is enabled,
5216
+ then a bearer OAuth token (with `storage:logs:read` and `storage:buckets:read` scopes)
5217
+ needs to be used for authentication.
5204
5218
 
5205
5219
  Please note that *Dynatrace API explorer* does not currently support OAuth authentication.
5206
5220
 
5207
5221
 
5208
5222
 
5223
+ **Logs on Grail:**
5224
+
5225
+
5226
+ It is **not** recommended to run Grail queries using Logs v2 API, please use Grail API instead.
5227
+
5228
+
5229
+
5209
5230
  </div>
5210
5231
 
5211
5232
 
@@ -5304,11 +5325,24 @@ Refresh cluster limit using Cluster Management Console (CMC)
5304
5325
 
5305
5326
  2. On the environment details page, in the **Cluster overload prevention settings** section, select the **Refresh cluster limit**.
5306
5327
 
5328
+
5307
5329
  **High-cardinality attributes:**
5308
5330
 
5309
5331
  Unique log data attributes (high-cardinality attributes) such as `span_id` and `trace_id` generate unnecessarily excessive facet lists that may impact log viewer performance. Because of this, they aren&apos;t listed in log viewer facets. You can still use them in a log viewer advanced search query.
5310
5332
 
5311
5333
 
5334
+ **Error handling:**
5335
+
5336
+ The following HTTP status codes are considered retryable:
5337
+
5338
+ * 429 Too Many Requests
5339
+ * 502 Bad Gateway
5340
+ * 503 Service Unavailable
5341
+ * 504 Gateway Timeout
5342
+
5343
+ It is recommended to use an exponential backoff strategy for retrying requests.
5344
+
5345
+
5312
5346
 
5313
5347
  </div>
5314
5348
 
@@ -5335,7 +5369,7 @@ Unique log data attributes (high-cardinality attributes) such as `span_id` and `
5335
5369
 
5336
5370
  | Error Type | Error Message |
5337
5371
  |---|---|
5338
- |ErrorEnvelopeError|Failed. The input is invalid. \| Failed. This is due either to the status of your licensing agreement or because you&apos;ve exhausted your [DPS license](https://www.dynatrace.com/support/help/shortlink/dynatrace-platform-subscription). \| Failed. The requested resource doesn&apos;t exist. This may happen when no ActiveGate is available with the Log Analytics Collector module enabled. \| Failed. Request payload size is too big. This may happen when the payload byte size exceeds the limit or when the ingested payload is a JSON array with the size exceeding the limit. \| Failed. Too Many Requests. This may happen when ActiveGate is unable to process more requests at the moment or when log ingest is disabled. \| Failed. The server either does not recognize the request method, or it lacks the ability to fulfil the request. In Log Monitoring Classic, this may happen when indexed log storage is not enabled. \| Failed. The server is currently unable to handle the request. This may happen when ActiveGate is overloaded. \| Client side error. \| Server side error.|
5372
+ |ErrorEnvelopeError|Failed. The input is invalid. \| Failed. This is due either to the status of your licensing agreement or because you&apos;ve exhausted your [DPS license](https://www.dynatrace.com/support/help/shortlink/dynatrace-platform-subscription). \| Failed. The requested resource doesn&apos;t exist. This may happen when no ActiveGate is available with the Log Analytics Collector module enabled. \| Failed. Request payload size is too big. This may happen when the payload byte size exceeds the limit or when the ingested payload is a JSON array with the size exceeding the limit. \| Failed. Too Many Requests. This may happen when ActiveGate is unable to process more requests at the moment or when log ingest is disabled. Retryable with exponential backoff strategy. \| Failed. The server either does not recognize the request method, or it lacks the ability to fulfil the request. In Log Monitoring Classic, this may happen when indexed log storage is not enabled. \| Failed. The server is currently unable to handle the request. This may happen when ActiveGate is overloaded. Retryable with exponential backoff strategy. \| Client side error. \| Server side error.|
5339
5373
 
5340
5374
 
5341
5375
  <details>
@@ -9645,8 +9679,8 @@ Gets the history of settings objects
9645
9679
  | Name | Type | Description |
9646
9680
  | --- | --- | --- |
9647
9681
  |config.adminAccess|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If set to true and user has settings:objects:admin permission, the endpoint will act as if the user is the owner of all objects |
9648
- |config.fields|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A list of fields to be included to the response.Specify the required top-level fields, separated by commas (for example, <strong>revision,modificationInfo</strong>). Supported fields: <strong>revision</strong>, <strong>jsonPatch</strong>, <strong>jsonBefore</strong>, <strong>jsonAfter</strong>, <strong>objectId</strong>, <strong>type</strong>, <strong>schemaVersion</strong>, <strong>modificationInfo</strong>.(optional, default to revision, modificationInfo) |
9649
- |config.filter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The filter parameter, as explained <a href="https://dt-url.net/platform-services-filtering" target="_blank" rel="noopener noreferrer" >here</a>. Filtering is supported on the following fields:</p> <ul> <li><code>objectId</code></li> <li><code>modificationInfo.lastModifiedTime</code></li> </ul> <p>The fields can only be combined with <code>and</code> as a boolean operator. If this parameter is omitted or does not include a range for <strong>modificationInfo.lastModifiedTime</strong>, only revisions of the last 2 weeks are returned. (optional)</p> |
9682
+ |config.fields|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A list of fields to be included to the response.Specify the required top-level fields, separated by commas (for example, <strong>revision,modificationInfo</strong>). Supported fields: <strong>revision</strong>, <strong>jsonPatch</strong>, <strong>jsonBefore</strong>, <strong>jsonAfter</strong>, <strong>objectId</strong>, <strong>type</strong>, <strong>schemaId</strong>, <strong>schemaVersion</strong>, <strong>schemaDisplayName</strong>, <strong>modificationInfo</strong>, <strong>summary</strong>, <strong>source</strong>, <strong>appId</strong>.(optional, default to revision, modificationInfo) |
9683
+ |config.filter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The filter parameter, as explained <a href="https://dt-url.net/platform-services-filtering" target="_blank" rel="noopener noreferrer" >here</a>. Filtering is supported on the following fields:</p> <ul> <li><code>objectId</code></li> <li><code>modificationInfo.lastModifiedTime</code></li> </ul> <p>The fields can only be combined with <code>and</code> as a boolean operator. If this parameter is omitted only revisions of the last 2 weeks are returned. If <strong>modificationInfo.lastModifiedTime</strong> does not specify a full range, it will be completed with current time minus 1 year for the missing lower bound or the current time for the upper bound. (optional)</p> |
9650
9684
  |config.nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. You can find it in the <strong>nextPageKey</strong> field of the previous response.</p> <p>The first page is always returned if you don't specify the <strong>nextPageKey</strong> query parameter.</p> <p>When the <strong>nextPageKey</strong> is set to obtain subsequent pages, you must omit all other query parameters.</p> |
9651
9685
  |config.pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The amount of settings objects in a single response payload.</p> <p>The maximal allowed page size is 500.</p> <p>If not set, 100 is used.</p> |
9652
9686
  |config.schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Schema ID to which the requested revisions belong. |
@@ -11014,7 +11048,7 @@ Lists all synthetic locations (both public and private) available for your envir
11014
11048
 
11015
11049
  | Name | Type | Description |
11016
11050
  | --- | --- | --- |
11017
- |config.capability|"BROWSER" &#124; "HTTP" &#124; "ICMP" &#124; "TCP" &#124; "DNS"|Filters the resulting set of locations to those which support specific capability. |
11051
+ |config.capability|"BROWSER" &#124; "HTTP" &#124; "HTTP_HIGH_RESOURCE" &#124; "ICMP" &#124; "TCP" &#124; "DNS"|Filters the resulting set of locations to those which support specific capability. |
11018
11052
  |config.cloudPlatform|"AWS" &#124; "AZURE" &#124; "ALIBABA" &#124; "GOOGLE_CLOUD" &#124; "OTHER"|Filters the resulting set of locations to those which are hosted on a specific cloud platform. |
11019
11053
  |config.type|"PUBLIC" &#124; "PRIVATE"|Filters the resulting set of locations to those of a specific type. |
11020
11054
 
@@ -11500,7 +11534,7 @@ import { syntheticNetworkAvailabilityMonitorsClient } from '@dynatrace-sdk/clien
11500
11534
  Creates a synthetic monitor definition. Currently network availability monitors only. | maturity=EARLY_ADOPTER
11501
11535
 
11502
11536
  **Required scope:** environment-api:synthetic-monitors:write
11503
- **Required permission:** environment:roles:viewer
11537
+ **Required permission:** environment:roles:manage-settings
11504
11538
 
11505
11539
 
11506
11540
 
@@ -11562,7 +11596,7 @@ const data =
11562
11596
  Deletes a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
11563
11597
 
11564
11598
  **Required scope:** environment-api:synthetic-monitors:write
11565
- **Required permission:** environment:roles:viewer
11599
+ **Required permission:** environment:roles:manage-settings
11566
11600
 
11567
11601
 
11568
11602
 
@@ -11624,7 +11658,7 @@ const data =
11624
11658
  Gets a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
11625
11659
 
11626
11660
  **Required scope:** environment-api:synthetic-monitors:read
11627
- **Required permission:** environment:roles:viewer
11661
+ **Required permission:** environment:roles:manage-settings
11628
11662
 
11629
11663
 
11630
11664
 
@@ -11686,7 +11720,7 @@ const data =
11686
11720
  Gets all synthetic monitors. Currently network availability monitors only. | maturity=EARLY_ADOPTER
11687
11721
 
11688
11722
  **Required scope:** environment-api:synthetic-monitors:read
11689
- **Required permission:** environment:roles:viewer
11723
+ **Required permission:** environment:roles:manage-settings
11690
11724
 
11691
11725
 
11692
11726
 
@@ -11746,7 +11780,7 @@ const data =
11746
11780
  Updates a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
11747
11781
 
11748
11782
  **Required scope:** environment-api:synthetic-monitors:write
11749
- **Required permission:** environment:roles:viewer
11783
+ **Required permission:** environment:roles:manage-settings
11750
11784
 
11751
11785
 
11752
11786
 
@@ -12631,7 +12665,7 @@ Metadata for an extension asset.
12631
12665
  |assetSchemaDetails|<a href="#assetschemadetailsdto">AssetSchemaDetailsDto</a>|Settings schema details for asset |
12632
12666
  |displayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|User-friendly name of the asset. |
12633
12667
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|ID of the asset. Identifies the asset in REST API and/or UI (where applicable). |
12634
- |type|"ALERT" &#124; "AWS_SERVICE" &#124; "CUSTOM_CARDS" &#124; "DASHBOARD" &#124; "DECLARATIVE_PROCESSES" &#124; "DQL_LOG_METRIC" &#124; "DQL_LOG_PROCESSING_RULE" &#124; "GENERIC_RELATIONSHIP" &#124; "GENERIC_TYPE" &#124; "LIST_SCREEN_FILTERS" &#124; "LIST_SCREEN_INJECTIONS" &#124; "LIST_SCREEN_LAYOUT" &#124; "LOG_EVENT" &#124; "LOG_METRIC" &#124; "LOG_PROCESSING_RULE" &#124; "LQL_LOG_METRIC" &#124; "LQL_LOG_PROCESSING_RULE" &#124; "METRIC_METADATA" &#124; "METRIC_QUERY" &#124; "SCREEN_ACTIONS" &#124; "SCREEN_CHART_GROUPS" &#124; "SCREEN_DQL_TABLE" &#124; "SCREEN_ENTITIES_LISTS" &#124; "SCREEN_EVENTS_CARDS" &#124; "SCREEN_FILTERS" &#124; "SCREEN_HEALTH_CARDS" &#124; "SCREEN_INJECTIONS" &#124; "SCREEN_LAYOUT" &#124; "SCREEN_LOGS_CARDS" &#124; "SCREEN_MESSAGE_CARDS" &#124; "SCREEN_METRIC_TABLES" &#124; "SCREEN_PROBLEMS" &#124; "SCREEN_PROPERTIES"|The type of the asset. |
12668
+ |type|"ALERT" &#124; "AWS_SERVICE" &#124; "CUSTOM_CARDS" &#124; "DASHBOARD" &#124; "DECLARATIVE_PROCESSES" &#124; "DOCUMENT_DASHBOARD" &#124; "DQL_LOG_METRIC" &#124; "DQL_LOG_PROCESSING_RULE" &#124; "GENERIC_RELATIONSHIP" &#124; "GENERIC_TYPE" &#124; "LIST_SCREEN_FILTERS" &#124; "LIST_SCREEN_INJECTIONS" &#124; "LIST_SCREEN_LAYOUT" &#124; "LOG_EVENT" &#124; "LOG_METRIC" &#124; "LOG_PROCESSING_RULE" &#124; "LQL_LOG_METRIC" &#124; "LQL_LOG_PROCESSING_RULE" &#124; "METRIC_METADATA" &#124; "METRIC_QUERY" &#124; "SCREEN_ACTIONS" &#124; "SCREEN_CHART_GROUPS" &#124; "SCREEN_DQL_TABLE" &#124; "SCREEN_ENTITIES_LISTS" &#124; "SCREEN_EVENTS_CARDS" &#124; "SCREEN_FILTERS" &#124; "SCREEN_HEALTH_CARDS" &#124; "SCREEN_INJECTIONS" &#124; "SCREEN_LAYOUT" &#124; "SCREEN_LOGS_CARDS" &#124; "SCREEN_MESSAGE_CARDS" &#124; "SCREEN_METRIC_TABLES" &#124; "SCREEN_PROBLEMS" &#124; "SCREEN_PROPERTIES"|The type of the asset. |
12635
12669
 
12636
12670
  ### AssetSchemaDetailsDto
12637
12671
 
@@ -12768,7 +12802,7 @@ An entry of the audit log.
12768
12802
 
12769
12803
  | Name | Type | Description |
12770
12804
  | --- | --- | --- |
12771
- |category<sup>*required</sup>|"TOKEN" &#124; "ACTIVEGATE_TOKEN" &#124; "CONFIG" &#124; "MANUAL_TAGGING_SERVICE" &#124; "TENANT_LIFECYCLE" &#124; "WEB_UI"|The category of the recorded operation. |
12805
+ |category<sup>*required</sup>|"TOKEN" &#124; "ACTIVEGATE_TOKEN" &#124; "BUILD_UNIT_V2" &#124; "CONFIG" &#124; "MANUAL_TAGGING_SERVICE" &#124; "TENANT_LIFECYCLE" &#124; "WEB_UI"|The category of the recorded operation. |
12772
12806
  |dt.settings.key|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The key of the affected object of a setting for entries of category <code>CONFIG</code>. |
12773
12807
  |dt.settings.object_id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the affected object of a setting for entries of category <code>CONFIG</code>. |
12774
12808
  |dt.settings.object_summary|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The value summary for entries of category <code>CONFIG</code>. |
@@ -12777,7 +12811,7 @@ An entry of the audit log.
12777
12811
  |dt.settings.scope_name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the scope for entries of category <code>CONFIG</code>. |
12778
12812
  |entityId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The ID of an entity from the <strong>category</strong>.</p> <p>For example, it can be config ID for the <code>CONFIG</code> category or token ID for the <code>TOKEN</code> category.</p> |
12779
12813
  |environmentId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the Dynatrace environment where the recorded operation occurred. |
12780
- |eventType<sup>*required</sup>|"CREATE" &#124; "DELETE" &#124; "LOGIN" &#124; "LOGOUT" &#124; "REVOKE" &#124; "TAG_ADD" &#124; "TAG_REMOVE" &#124; "TAG_UPDATE" &#124; "UPDATE"|<p>The type of the recorded operation.</p> <ul> <li><code>LOGIN</code> -&gt; A user logged in</li> <li><code>LOGOUT</code> -&gt; A user logged out</li> <li><code>CREATE</code> -&gt; An object was created</li> <li><code>UPDATE</code> -&gt; An object was updated</li> <li><code>DELETE</code> -&gt; An object was deleted</li> <li><code>REVOKE</code> -&gt; An Active Gate token was revoked</li> <li><code>TAG_ADD</code> -&gt; A manual tag was added</li> <li><code>TAG_REMOVE</code> -&gt; A manual tag was removed</li> <li><code>TAG_UPDATE</code> -&gt; A manual tag was updated</li> <li><code>REMOTE_CONFIGURATION_MANAGEMENT</code> -&gt; A Remote Configuration Management related operation occurred</li> </ul> |
12814
+ |eventType<sup>*required</sup>|"CREATE" &#124; "DELETE" &#124; "LOGIN" &#124; "LOGOUT" &#124; "REORDER" &#124; "REVOKE" &#124; "TAG_ADD" &#124; "TAG_REMOVE" &#124; "TAG_UPDATE" &#124; "UPDATE"|<p>The type of the recorded operation.</p> <ul> <li><code>LOGIN</code> -&gt; A user logged in</li> <li><code>LOGOUT</code> -&gt; A user logged out</li> <li><code>CREATE</code> -&gt; An object was created</li> <li><code>UPDATE</code> -&gt; An object was updated</li> <li><code>DELETE</code> -&gt; An object was deleted</li> <li><code>REVOKE</code> -&gt; An Active Gate token was revoked</li> <li><code>TAG_ADD</code> -&gt; A manual tag was added</li> <li><code>TAG_REMOVE</code> -&gt; A manual tag was removed</li> <li><code>TAG_UPDATE</code> -&gt; A manual tag was updated</li> <li><code>REMOTE_CONFIGURATION_MANAGEMENT</code> -&gt; A Remote Configuration Management related operation occurred</li> </ul> |
12781
12815
  |logId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the log entry. |
12782
12816
  |message|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The logged message. |
12783
12817
  |patch|AnyValue|<p>The patch of the recorded operation as the JSON representation.</p> <p>The format is an enhanced RFC 6902. The patch also carries the previous value in the <strong>oldValue</strong> field.</p> |
@@ -13050,6 +13084,7 @@ A constraint on the values accepted for a settings property.
13050
13084
  | --- | --- | --- |
13051
13085
  |customMessage|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A custom message for invalid values. |
13052
13086
  |customValidatorId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of a custom validator. |
13087
+ |disallowDangerousRegex|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Whether to disallow usage of dangerous regexes |
13053
13088
  |maxLength|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The maximum allowed length of string values. |
13054
13089
  |maximum|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The maximum allowed value. |
13055
13090
  |minLength|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The minimum required length of string values. |
@@ -13678,8 +13713,8 @@ The configuration of an event to be ingested.
13678
13713
  |endTime|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The end time of the event, in UTC milliseconds.</p> <p>If not set, the start time plus timeout is used.</p> |
13679
13714
  |entitySelector|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The <a href="https://dt-url.net/apientityselector" target="_blank" rel="noopener noreferrer" >entity selector</a>, defining a set of Dynatrace entities to be associated with the event.</p> <p>Only entities that have been active within the last 24 hours can be selected.</p> <p>If not set, the event is associated with the environment (<code>dt.entity.environment</code>) entity.</p> |
13680
13715
  |eventType<sup>*required</sup>|"AVAILABILITY_EVENT" &#124; "CUSTOM_ALERT" &#124; "CUSTOM_ANNOTATION" &#124; "CUSTOM_CONFIGURATION" &#124; "CUSTOM_DEPLOYMENT" &#124; "CUSTOM_INFO" &#124; "ERROR_EVENT" &#124; "MARKED_FOR_TERMINATION" &#124; "PERFORMANCE_EVENT" &#124; "RESOURCE_CONTENTION_EVENT"|The type of the event. |
13681
- |properties|<a href="#eventingestproperties">EventIngestProperties</a>|<p>A map of event properties.</p> <p>Keys with prefix <code>dt.\*</code> are generally disallowed, with the exceptions of <code>dt.event.\*</code>, <code>dt.davis.\*</code> and <code>dt.entity.\*</code>. These reserved keys may be used to set event properties with predefined semantics within the Dynatrace product. <code>dt.entity.\*</code> keys may be used to provide additional information on an event, but will not lead to the event being tied to the specified entities. All other keys are interpreted as user-defined event properties.</p> <p>Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.</p> <p>A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.</p> |
13682
- |startTime|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The start time of the event, in UTC milliseconds.</p> <p>If not set, the current timestamp is used.</p> <p>Depending on the event type, the start time must not lie in the past more than 6 hours for problem-opening events and 30 days for info events.</p> <p>Depending on the event type, the start time must not lie in the future more than 5 minutes for problem-opening events and 7 days for info events.</p> |
13716
+ |properties|<a href="#eventingestproperties">EventIngestProperties</a>|<p>A map of event properties.</p> <ul> <li>To set event properties with predefined behavior, use classic <code>dt.event.\*</code> and <code>dt.davis.\*</code> properties. To check which properties belong to classic API, see <a href="https://dt-url.net/9622g1w" target="_blank" rel="noopener noreferrer" >Events API v2 - GET all event properties</a>.</li> <li>To attach entity information to an event, use <code>dt.entity.\*</code> keys.</li> <li>To provide additional info, you can use any key outside of the <code>dt.\*</code> namespace.</li> </ul> <p>Values of event properties with predefined behavior must fulfill the requirements of the respective property.</p> <p>A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.</p> |
13717
+ |startTime|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The start time of the event, in UTC milliseconds.</p> <p>If not set, the current timestamp is used.</p> <p>Depending on the event type, the start time must not lie in the past more than 6 hours for problem-opening events and 30 days for info events.</p> <p>Depending on the event type, the start time must not lie in the future more than 5 minutes for problem-opening events and 7 days for info events.</p> <p>Events that can be sent up to 7 days in the future:</p> <ul> <li><code>CUSTOM_ANNOTATION</code></li> <li><code>CUSTOM_CONFIGURATION</code></li> <li><code>CUSTOM_DEPLOYMENT</code></li> <li><code>CUSTOM_INFO</code></li> <li><code>MARKED_FOR_TERMINATION</code></li> </ul> |
13683
13718
  |timeout|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The timeout of the event, in minutes.</p> <p>If not set, 15 is used.</p> <p>The timeout will automatically be capped to a maximum of 360 minutes (6 hours).</p> <p>Problem-opening events can be refreshed and therefore kept open by sending the same payload again.</p> |
13684
13719
  |title<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The title of the event. |
13685
13720
 
@@ -13687,11 +13722,11 @@ The configuration of an event to be ingested.
13687
13722
 
13688
13723
  A map of event properties.
13689
13724
 
13690
- Keys with prefix `dt.*` are generally disallowed, with the exceptions of `dt.event.*`, `dt.davis.*` and `dt.entity.*`. These reserved keys may be used to set event properties with predefined semantics within the Dynatrace product.
13691
- `dt.entity.*` keys may be used to provide additional information on an event, but will not lead to the event being tied to the specified entities.
13692
- All other keys are interpreted as user-defined event properties.
13725
+ * To set event properties with predefined behavior, use classic `dt.event.*` and `dt.davis.*` properties. To check which properties belong to classic API, see [Events API v2 - GET all event properties](https://dt-url.net/9622g1w).
13726
+ * To attach entity information to an event, use `dt.entity.*` keys.
13727
+ * To provide additional info, you can use any key outside of the `dt.*` namespace.
13693
13728
 
13694
- Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.
13729
+ Values of event properties with predefined behavior must fulfill the requirements of the respective property.
13695
13730
 
13696
13731
  A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.
13697
13732
 
@@ -14316,6 +14351,7 @@ A synthetic location.
14316
14351
  | --- | --- | --- |
14317
14352
  |capabilities|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The list of location's capabilities. |
14318
14353
  |cloudPlatform|"AZURE" &#124; "ALIBABA" &#124; "GOOGLE_CLOUD" &#124; "OTHER" &#124; "AMAZON_EC2" &#124; "DYNATRACE_CLOUD" &#124; "INTEROUTE" &#124; "UNDEFINED"|<p>The cloud provider where the location is hosted.</p> <p>Only applicable to <code>PUBLIC</code> locations.</p> |
14354
+ |deploymentType|"UNKNOWN" &#124; "KUBERNETES" &#124; "OPENSHIFT" &#124; "STANDARD"|Location's deployment type |
14319
14355
  |entityId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The Dynatrace entity ID of the location. |
14320
14356
  |geoCity|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Location's city. |
14321
14357
  |geoContinent|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Location's continent. |
@@ -14324,6 +14360,7 @@ A synthetic location.
14324
14360
  |geoLocationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The Dynatrace GeoLocation ID of the location. |
14325
14361
  |geoLongitude|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Location's longitude. |
14326
14362
  |ips|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>The list of IP addresses assigned to the location.</p> <p>Only applicable to <code>PUBLIC</code> locations.</p> |
14363
+ |lastModificationTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the last modification of the location. |
14327
14364
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the location. |
14328
14365
  |stage|"BETA" &#124; "COMING_SOON" &#124; "DELETED" &#124; "GA"|The release stage of the location. |
14329
14366
  |status|"ENABLED" &#124; "DISABLED" &#124; "HIDDEN"|The status of the location. |
@@ -14432,7 +14469,7 @@ The default aggregation of a metric.
14432
14469
  | Name | Type | Description |
14433
14470
  | --- | --- | --- |
14434
14471
  |parameter|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The percentile to be delivered. Valid values are between <code>0</code> and <code>100</code>.</p> <p>Applicable only to the <code>percentile</code> aggregation type.</p> |
14435
- |type<sup>*required</sup>|"value" &#124; "count" &#124; "auto" &#124; "avg" &#124; "max" &#124; "median" &#124; "min" &#124; "percentile" &#124; "sum"|The type of default aggregation. |
14472
+ |type<sup>*required</sup>|"value" &#124; "auto" &#124; "avg" &#124; "count" &#124; "max" &#124; "median" &#124; "min" &#124; "percentile" &#124; "sum"|The type of default aggregation. |
14436
14473
 
14437
14474
  ### MetricDescriptor
14438
14475
 
@@ -14440,7 +14477,7 @@ The descriptor of a metric.
14440
14477
 
14441
14478
  | Name | Type | Description |
14442
14479
  | --- | --- | --- |
14443
- |aggregationTypes|Array&lt;"value" &#124; "count" &#124; "auto" &#124; "avg" &#124; "max" &#124; "median" &#124; "min" &#124; "percentile" &#124; "sum"&gt;|The list of allowed aggregations for this metric. |
14480
+ |aggregationTypes|Array&lt;"value" &#124; "auto" &#124; "avg" &#124; "count" &#124; "max" &#124; "median" &#124; "min" &#124; "percentile" &#124; "sum"&gt;|The list of allowed aggregations for this metric. |
14444
14481
  |billable|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>If <code>true</code>the usage of metric is billable.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14445
14482
  |created|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The timestamp of metric creation.</p> <p>Built-in metrics and metric expressions have the value of <code>null</code>.</p> |
14446
14483
  |dduBillable|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>If <code>true</code> the usage of metric consumes <a href="https://dt-url.net/ddu" target="_blank" rel="noopener noreferrer" >Davis data units</a>. Deprecated and always <code>false</code> for Dynatrace Platform Subscription. Superseded by <code>isBillable</code>.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
@@ -14462,7 +14499,7 @@ The descriptor of a metric.
14462
14499
  |rootCauseRelevant|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>The metric is (<code>true</code>) or is not (<code>false</code>) root cause relevant.</p> <p>A root-cause relevant metric represents a strong indicator for a faulty component.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14463
14500
  |scalar|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Indicates whether the metric expression resolves to a scalar (<code>true</code>) or to a series (<code>false</code>). A scalar result always contains one data point. The amount of data points in a series result depends on the resolution you're using.</p> |
14464
14501
  |tags|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>The tags applied to the metric.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14465
- |transformations|Array&lt;"sort" &#124; "filter" &#124; "rollup" &#124; "asGauge" &#124; "default" &#124; "delta" &#124; "evaluateModel" &#124; "fold" &#124; "last" &#124; "lastReal" &#124; "limit" &#124; "merge" &#124; "names" &#124; "parents" &#124; "partition" &#124; "rate" &#124; "setUnit" &#124; "smooth" &#124; "splitBy" &#124; "timeshift" &#124; "toUnit"&gt;|Transform operators that could be appended to the current transformation list. |
14502
+ |transformations|Array&lt;"sort" &#124; "filter" &#124; "asGauge" &#124; "default" &#124; "delta" &#124; "evaluateModel" &#124; "fold" &#124; "last" &#124; "lastReal" &#124; "limit" &#124; "merge" &#124; "names" &#124; "parents" &#124; "partition" &#124; "rate" &#124; "rollup" &#124; "setUnit" &#124; "smooth" &#124; "splitBy" &#124; "timeshift" &#124; "toUnit"&gt;|Transform operators that could be appended to the current transformation list. |
14466
14503
  |unit|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unit of the metric. |
14467
14504
  |unitDisplayFormat|"binary" &#124; "decimal"|<p>The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:</p> <p>Binary: 1 MiB = 1024 KiB = 1,048,576 bytes</p> <p>Decimal: 1 MB = 1000 kB = 1,000,000 bytes</p> <p>If not set, the decimal system is used.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14468
14505
  |warnings|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of potential warnings that affect this ID. For example deprecated feature usage etc. |
@@ -14555,7 +14592,7 @@ Metric query translation to DQL.
14555
14592
  | --- | --- | --- |
14556
14593
  |message|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Error message - only present if the status is <code>not supported</code> |
14557
14594
  |query|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The DQL query corresponding to the metric query |
14558
- |status|"success" &#124; "not supported"|The status of the DQL translation, either <code>success</code> or <code>not supported</code> |
14595
+ |status|"not supported" &#124; "success"|The status of the DQL translation, either <code>success</code> or <code>not supported</code> |
14559
14596
 
14560
14597
  ### MetricSeries
14561
14598
 
@@ -15467,14 +15504,19 @@ The diff between two revisions.
15467
15504
 
15468
15505
  | Name | Type | Description |
15469
15506
  | --- | --- | --- |
15507
+ |appId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The id of the app which changed the settings object |
15470
15508
  |jsonAfter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The new value of the changed settings value or null if the value has been deleted. |
15471
15509
  |jsonBefore|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The previous value of the changed settings value or null if the value has been newly created. |
15472
15510
  |jsonPatch|AnyValue|The JSON Patch for this value. May be null if the diff type is not UPDATE. |
15473
15511
  |modificationInfo|<a href="#historymodificationinfo" target="_blank" rel="noopener noreferrer">HistoryModificationInfo</a>|Modification information about the setting. |
15474
15512
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the settings object. |
15475
15513
  |revision|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The revision of the change. |
15514
+ |schemaDisplayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the schema to which the revision belongs. |
15515
+ |schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Schema ID to which the revision belongs. |
15476
15516
  |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema version the new value complies to. |
15477
- |type|"CREATE" &#124; "DELETE" &#124; "UPDATE" &#124; "NO_CHANGE" &#124; "REORDER"|The type of the difference. |
15517
+ |source|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The source of the change. |
15518
+ |summary|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Summary of the object value corresponding to the summary pattern of the schema. |
15519
+ |type|"CREATE" &#124; "DELETE" &#124; "REORDER" &#124; "UPDATE" &#124; "NO_CHANGE"|The type of the difference. |
15478
15520
 
15479
15521
  ### RevisionDiffPage
15480
15522
 
@@ -16180,13 +16222,28 @@ A list of synthetic locations.
16180
16222
  | --- | --- | --- |
16181
16223
  |locations<sup>*required</sup>|Array&lt;<a href="#locationcollectionelement">LocationCollectionElement</a>&gt;|A list of synthetic locations. |
16182
16224
 
16225
+ ### SyntheticMonitorConstraintDto
16226
+
16227
+ Synthetic monitor constraint.
16228
+
16229
+ | Name | Type | Description |
16230
+ | --- | --- | --- |
16231
+ |properties<sup>*required</sup>|<a href="#syntheticmonitorconstraintdtoproperties" target="_blank" rel="noopener noreferrer">SyntheticMonitorConstraintDtoProperties</a>|The properties of the constraint. |
16232
+ |type<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Constraint type. |
16233
+
16234
+ ### SyntheticMonitorConstraintDtoProperties
16235
+
16236
+ The properties of the constraint.
16237
+
16238
+ **type**: Record&lt;string, string | undefined&gt;
16239
+
16183
16240
  ### SyntheticMonitorListDto
16184
16241
 
16185
16242
  List of available synthetic monitors.
16186
16243
 
16187
16244
  | Name | Type | Description |
16188
16245
  | --- | --- | --- |
16189
- |monitors|Array&lt;<a href="#syntheticmonitorsummarydto" target="_blank" rel="noopener noreferrer">SyntheticMonitorSummaryDto</a>&gt;|List of monitors. |
16246
+ |monitors|Array&lt;<a href="#syntheticmonitorsummarydto">SyntheticMonitorSummaryDto</a>&gt;|List of monitors. |
16190
16247
 
16191
16248
  ### SyntheticMonitorOutageHandlingSettingsDto
16192
16249
 
@@ -16194,11 +16251,11 @@ Outage handling configuration.
16194
16251
 
16195
16252
  | Name | Type | Description |
16196
16253
  | --- | --- | --- |
16197
- |globalConsecutiveOutageCountThreshold|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of consecutive failures for all locations. |
16198
- |globalOutages|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Generate a problem and send an alert when the monitor is unavailable at all configured locations. |
16254
+ |globalConsecutiveOutageCountThreshold<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of consecutive failures for all locations. |
16255
+ |globalOutages<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Generate a problem and send an alert when the monitor is unavailable at all configured locations. |
16199
16256
  |localConsecutiveOutageCountThreshold|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of consecutive failures. |
16200
16257
  |localLocationOutageCountThreshold|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of failing locations. |
16201
- |localOutages|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location. |
16258
+ |localOutages<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location. |
16202
16259
 
16203
16260
  ### SyntheticMonitorPerformanceThresholdDto
16204
16261
 
@@ -16209,8 +16266,8 @@ The performance threshold rule.
16209
16266
  |aggregation|"AVG" &#124; "MAX" &#124; "MIN"|Aggregation type <i>default:</i> <code>"AVG"</code>|
16210
16267
  |dealertingSamples|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of most recent non-violating request executions that closes the problem |
16211
16268
  |samples|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of request executions in analyzed sliding window (sliding window size) |
16212
- |stepIndex|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Specify the step's index to which a threshold applies. |
16213
- |threshold|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Notify if monitor request takes longer than <em>X</em> milliseconds to execute. |
16269
+ |stepIndex<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Specify the step's index to which a threshold applies. |
16270
+ |threshold<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Notify if monitor request takes longer than <em>X</em> milliseconds to execute. |
16214
16271
  |violatingSamples|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of violating request executions in analyzed sliding window |
16215
16272
 
16216
16273
  ### SyntheticMonitorPerformanceThresholdsDto
@@ -16219,8 +16276,8 @@ Performance thresholds configuration.
16219
16276
 
16220
16277
  | Name | Type | Description |
16221
16278
  | --- | --- | --- |
16222
- |enabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Performance threshold is enabled (<code>true</code>) or disabled (<code>false</code>). |
16223
- |thresholds|Array&lt;<a href="#syntheticmonitorperformancethresholddto">SyntheticMonitorPerformanceThresholdDto</a>&gt;|The list of performance threshold rules. |
16279
+ |enabled<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Performance threshold is enabled (<code>true</code>) or disabled (<code>false</code>). |
16280
+ |thresholds|Array&lt;<a href="#syntheticmonitorperformancethresholddto" target="_blank" rel="noopener noreferrer">SyntheticMonitorPerformanceThresholdDto</a>&gt;|The list of performance threshold rules. |
16224
16281
 
16225
16282
  ### SyntheticMonitorSummaryDto
16226
16283
 
@@ -16233,21 +16290,6 @@ Basic monitor data.
16233
16290
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the monitor. |
16234
16291
  |type<sup>*required</sup>|"BROWSER" &#124; "HTTP" &#124; "THIRD_PARTY" &#124; "MULTI_PROTOCOL"| |
16235
16292
 
16236
- ### SyntheticMultiProtocolMonitorConstraintDto
16237
-
16238
- The network availability monitor constraint.
16239
-
16240
- | Name | Type | Description |
16241
- | --- | --- | --- |
16242
- |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorconstraintdtoproperties" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorConstraintDtoProperties</a>|The properties of the constraint. |
16243
- |type<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Constraint type. |
16244
-
16245
- ### SyntheticMultiProtocolMonitorConstraintDtoProperties
16246
-
16247
- The properties of the constraint.
16248
-
16249
- **type**: Record&lt;string, string | undefined&gt;
16250
-
16251
16293
  ### SyntheticMultiProtocolMonitorDto
16252
16294
 
16253
16295
  Network Availability monitor.
@@ -16263,9 +16305,9 @@ Network Availability monitor.
16263
16305
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the monitor. |
16264
16306
  |performanceThresholds|<a href="#syntheticmonitorperformancethresholdsdto">SyntheticMonitorPerformanceThresholdsDto</a>|Performance thresholds configuration. |
16265
16307
  |steps<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorstepdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorStepDto</a>&gt;|The steps of the monitor. |
16266
- |syntheticMonitorOutageHandlingSettings|<a href="#syntheticmonitoroutagehandlingsettingsdto">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
16308
+ |syntheticMonitorOutageHandlingSettings<sup>*required</sup>|<a href="#syntheticmonitoroutagehandlingsettingsdto">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
16267
16309
  |tags|Array&lt;<a href="#synthetictagwithsourcedto" target="_blank" rel="noopener noreferrer">SyntheticTagWithSourceDto</a>&gt;|<p>A set of tags assigned to the monitor.</p> <p>You can specify only the value of the tag here and the <code>CONTEXTLESS</code> context and source 'USER' will be added automatically. But preferred option is usage of SyntheticTagWithSourceDto model.</p> |
16268
- |type<sup>*required</sup>|"BROWSER" &#124; "HTTP" &#124; "THIRD_PARTY" &#124; "MULTI_PROTOCOL"| |
16310
+ |type<sup>*required</sup>|"BROWSER" &#124; "HTTP" &#124; "MULTI_PROTOCOL"|Monitor type. |
16269
16311
 
16270
16312
  ### SyntheticMultiProtocolMonitorStepDto
16271
16313
 
@@ -16273,7 +16315,7 @@ The step of a network availability monitor.
16273
16315
 
16274
16316
  | Name | Type | Description |
16275
16317
  | --- | --- | --- |
16276
- |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|The list of constraints which apply to all requests in the step. |
16318
+ |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmonitorconstraintdto">SyntheticMonitorConstraintDto</a>&gt;|The list of constraints which apply to all requests in the step. |
16277
16319
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Step name. |
16278
16320
  |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorstepdtoproperties" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorStepDtoProperties</a>|The properties which apply to all requests in the step. |
16279
16321
  |requestConfigurations<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolrequestconfigurationdto">SyntheticMultiProtocolRequestConfigurationDto</a>&gt;|Request configurations. |
@@ -16289,7 +16331,7 @@ The properties which apply to all requests in the step.
16289
16331
 
16290
16332
  ### SyntheticMultiProtocolMonitorUpdateDto
16291
16333
 
16292
- Network availability monitor.
16334
+ Network Availability monitor.
16293
16335
 
16294
16336
  | Name | Type | Description |
16295
16337
  | --- | --- | --- |
@@ -16310,7 +16352,7 @@ The configuration of a network availability monitor request.
16310
16352
 
16311
16353
  | Name | Type | Description |
16312
16354
  | --- | --- | --- |
16313
- |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|Request constraints. |
16355
+ |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmonitorconstraintdto" target="_blank" rel="noopener noreferrer">SyntheticMonitorConstraintDto</a>&gt;|Request constraints. |
16314
16356
 
16315
16357
  ### SyntheticOnDemandBatchStatus
16316
16358
 
@@ -17349,7 +17391,7 @@ The type of the asset.
17349
17391
 
17350
17392
  <div class="padding-left--md">
17351
17393
 
17352
- `Alert` | `AwsService` | `CustomCards` | `Dashboard` | `DeclarativeProcesses` | `DqlLogMetric` | `DqlLogProcessingRule` | `GenericRelationship` | `GenericType` | `ListScreenFilters` | `ListScreenInjections` | `ListScreenLayout` | `LogEvent` | `LogMetric` | `LogProcessingRule` | `LqlLogMetric` | `LqlLogProcessingRule` | `MetricMetadata` | `MetricQuery` | `ScreenActions` | `ScreenChartGroups` | `ScreenDqlTable` | `ScreenEntitiesLists` | `ScreenEventsCards` | `ScreenFilters` | `ScreenHealthCards` | `ScreenInjections` | `ScreenLayout` | `ScreenLogsCards` | `ScreenMessageCards` | `ScreenMetricTables` | `ScreenProblems` | `ScreenProperties`
17394
+ `Alert` | `AwsService` | `CustomCards` | `Dashboard` | `DeclarativeProcesses` | `DocumentDashboard` | `DqlLogMetric` | `DqlLogProcessingRule` | `GenericRelationship` | `GenericType` | `ListScreenFilters` | `ListScreenInjections` | `ListScreenLayout` | `LogEvent` | `LogMetric` | `LogProcessingRule` | `LqlLogMetric` | `LqlLogProcessingRule` | `MetricMetadata` | `MetricQuery` | `ScreenActions` | `ScreenChartGroups` | `ScreenDqlTable` | `ScreenEntitiesLists` | `ScreenEventsCards` | `ScreenFilters` | `ScreenHealthCards` | `ScreenInjections` | `ScreenLayout` | `ScreenLogsCards` | `ScreenMessageCards` | `ScreenMetricTables` | `ScreenProblems` | `ScreenProperties`
17353
17395
 
17354
17396
  </div>
17355
17397
 
@@ -17457,7 +17499,7 @@ The category of the recorded operation.
17457
17499
 
17458
17500
  <div class="padding-left--md">
17459
17501
 
17460
- `ActivegateToken` | `Config` | `ManualTaggingService` | `TenantLifecycle` | `Token` | `WebUi`
17502
+ `ActivegateToken` | `BuildUnitV2` | `Config` | `ManualTaggingService` | `TenantLifecycle` | `Token` | `WebUi`
17461
17503
 
17462
17504
  </div>
17463
17505
 
@@ -17486,7 +17528,7 @@ The type of the recorded operation.
17486
17528
 
17487
17529
  <div class="padding-left--md">
17488
17530
 
17489
- `Create` | `Delete` | `Login` | `Logout` | `Revoke` | `TagAdd` | `TagRemove` | `TagUpdate` | `Update`
17531
+ `Create` | `Delete` | `Login` | `Logout` | `Reorder` | `Revoke` | `TagAdd` | `TagRemove` | `TagUpdate` | `Update`
17490
17532
 
17491
17533
  </div>
17492
17534
 
@@ -18475,7 +18517,7 @@ Type of this filter, determines which other fields are present.Can be any of:
18475
18517
 
18476
18518
  <div class="padding-left--md">
18477
18519
 
18478
- `Browser` | `Dns` | `Http` | `Icmp` | `Tcp`
18520
+ `Browser` | `Dns` | `Http` | `HttpHighResource` | `Icmp` | `Tcp`
18479
18521
 
18480
18522
  </div>
18481
18523
 
@@ -18757,6 +18799,24 @@ The cloud provider where the location is hosted.
18757
18799
  </div>
18758
18800
 
18759
18801
 
18802
+ </div>
18803
+
18804
+ <a name="locationcollectionelementdeploymenttype"></a>
18805
+ ### LocationCollectionElementDeploymentType
18806
+
18807
+ <div class="padding-left--md">
18808
+
18809
+ Location&apos;s deployment type
18810
+
18811
+ #### Enum keys
18812
+
18813
+ <div class="padding-left--md">
18814
+
18815
+ `Kubernetes` | `Openshift` | `Standard` | `Unknown`
18816
+
18817
+ </div>
18818
+
18819
+
18760
18820
  </div>
18761
18821
 
18762
18822
  <a name="locationcollectionelementstage"></a>
@@ -20346,13 +20406,13 @@ Aggregation type
20346
20406
 
20347
20407
  <div class="padding-left--md">
20348
20408
 
20349
-
20409
+ Monitor type.
20350
20410
 
20351
20411
  #### Enum keys
20352
20412
 
20353
20413
  <div class="padding-left--md">
20354
20414
 
20355
- `Browser` | `Http` | `MultiProtocol` | `ThirdParty`
20415
+ `Browser` | `Http` | `MultiProtocol`
20356
20416
 
20357
20417
  </div>
20358
20418