@dynatrace-sdk/client-classic-environment-v2 3.5.0 → 3.6.7

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 (648) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/README.md +1059 -265
  3. package/cjs/index.js +6364 -21613
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +5176 -20438
  6. package/package.json +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +2 -2
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +19 -3
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +253 -3
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +2 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +2 -2
  13. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.d.ts +7 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.d.ts +9 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.d.ts +14 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +2 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.d.ts +1 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +2 -2
  21. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +2 -2
  22. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +4 -4
  23. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +11 -4
  24. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.d.ts +1 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.d.ts +7 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +20 -612
  27. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-deployment-type.d.ts +11 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +8 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +9 -2
  30. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +1 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +6 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +5 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.d.ts +7 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +1 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +21 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +2 -2
  38. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +6 -6
  39. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +4 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.d.ts +10 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.d.ts +7 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.d.ts +9 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.d.ts +9 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/utils/transformations.d.ts +7 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-serializer.d.ts +0 -3
  46. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.transformation.d.ts +0 -3
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.transformation.d.ts +0 -3
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.transformation.d.ts +0 -24
  49. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.transformation.d.ts +0 -3
  50. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.transformation.d.ts +0 -13
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.transformation.d.ts +0 -3
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.transformation.d.ts +0 -3
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.transformation.d.ts +0 -12
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.transformation.d.ts +0 -3
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-connected-hosts.transformation.d.ts +0 -6
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.transformation.d.ts +0 -3
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.transformation.d.ts +0 -12
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.transformation.d.ts +0 -9
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +0 -6
  60. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups-info-dto.transformation.d.ts +0 -7
  61. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +0 -7
  62. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.transformation.d.ts +0 -7
  63. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-list.transformation.d.ts +0 -7
  64. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.transformation.d.ts +0 -6
  65. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.transformation.d.ts +0 -3
  66. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.transformation.d.ts +0 -12
  67. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.transformation.d.ts +0 -3
  68. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.transformation.d.ts +0 -3
  69. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.transformation.d.ts +0 -3
  70. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.transformation.d.ts +0 -3
  71. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.transformation.d.ts +0 -3
  72. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.transformation.d.ts +0 -10
  73. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-created.transformation.d.ts +0 -8
  74. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.transformation.d.ts +0 -3
  75. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.transformation.d.ts +0 -9
  76. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-list.transformation.d.ts +0 -10
  77. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.transformation.d.ts +0 -14
  78. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.transformation.d.ts +0 -3
  79. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.transformation.d.ts +0 -34
  80. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tag.transformation.d.ts +0 -7
  81. package/types/packages/client/classic-environment-v2/src/lib/models/add-entity-tags.transformation.d.ts +0 -7
  82. package/types/packages/client/classic-environment-v2/src/lib/models/added-entity-tags.transformation.d.ts +0 -8
  83. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.transformation.d.ts +0 -11
  84. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entity.transformation.d.ts +0 -7
  85. package/types/packages/client/classic-environment-v2/src/lib/models/agent-connection-token.transformation.d.ts +0 -6
  86. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.transformation.d.ts +0 -6
  87. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +0 -8
  88. package/types/packages/client/classic-environment-v2/src/lib/models/alerting-profile-stub.transformation.d.ts +0 -7
  89. package/types/packages/client/classic-environment-v2/src/lib/models/any-value.transformation.d.ts +0 -4
  90. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-additional-metadata.transformation.d.ts +0 -4
  91. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.transformation.d.ts +0 -3
  92. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.transformation.d.ts +0 -10
  93. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.transformation.d.ts +0 -8
  94. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.transformation.d.ts +0 -10
  95. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.transformation.d.ts +0 -3
  96. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-secret.transformation.d.ts +0 -6
  97. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.transformation.d.ts +0 -3
  98. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.transformation.d.ts +0 -9
  99. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.transformation.d.ts +0 -19
  100. package/types/packages/client/classic-environment-v2/src/lib/models/application-impact.transformation.d.ts +0 -6
  101. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.transformation.d.ts +0 -8
  102. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +0 -3
  103. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +0 -7
  104. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.transformation.d.ts +0 -3
  105. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.transformation.d.ts +0 -11
  106. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info.transformation.d.ts +0 -7
  107. package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.transformation.d.ts +0 -8
  108. package/types/packages/client/classic-environment-v2/src/lib/models/attack-attack-type.transformation.d.ts +0 -3
  109. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.transformation.d.ts +0 -9
  110. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.transformation.d.ts +0 -11
  111. package/types/packages/client/classic-environment-v2/src/lib/models/attack-list.transformation.d.ts +0 -10
  112. package/types/packages/client/classic-environment-v2/src/lib/models/attack-request-header.transformation.d.ts +0 -7
  113. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-data-assets.transformation.d.ts +0 -3
  114. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-exposure.transformation.d.ts +0 -3
  115. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.transformation.d.ts +0 -10
  116. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.transformation.d.ts +0 -8
  117. package/types/packages/client/classic-environment-v2/src/lib/models/attack-state.transformation.d.ts +0 -3
  118. package/types/packages/client/classic-environment-v2/src/lib/models/attack-target.transformation.d.ts +0 -7
  119. package/types/packages/client/classic-environment-v2/src/lib/models/attack-technology.transformation.d.ts +0 -3
  120. package/types/packages/client/classic-environment-v2/src/lib/models/attack.transformation.d.ts +0 -31
  121. package/types/packages/client/classic-environment-v2/src/lib/models/attacker-location.transformation.d.ts +0 -8
  122. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.transformation.d.ts +0 -8
  123. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.transformation.d.ts +0 -3
  124. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.transformation.d.ts +0 -3
  125. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.transformation.d.ts +0 -3
  126. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.transformation.d.ts +0 -27
  127. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log.transformation.d.ts +0 -10
  128. package/types/packages/client/classic-environment-v2/src/lib/models/author-dto.transformation.d.ts +0 -6
  129. package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.transformation.d.ts +0 -7
  130. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +0 -9
  131. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.transformation.d.ts +0 -8
  132. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret-config.transformation.d.ts +0 -9
  133. package/types/packages/client/classic-environment-v2/src/lib/models/azure-client-secret.transformation.d.ts +0 -9
  134. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-error.transformation.d.ts +0 -9
  135. package/types/packages/client/classic-environment-v2/src/lib/models/biz-event-ingest-result.transformation.d.ts +0 -7
  136. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.transformation.d.ts +0 -47
  137. package/types/packages/client/classic-environment-v2/src/lib/models/burn-rate-alert.transformation.d.ts +0 -6
  138. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.transformation.d.ts +0 -9
  139. package/types/packages/client/classic-environment-v2/src/lib/models/cloud-event.transformation.d.ts +0 -17
  140. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.transformation.d.ts +0 -3
  141. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.transformation.d.ts +0 -14
  142. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.transformation.d.ts +0 -14
  143. package/types/packages/client/classic-environment-v2/src/lib/models/comment-request-dto-impl.transformation.d.ts +0 -7
  144. package/types/packages/client/classic-environment-v2/src/lib/models/comment.transformation.d.ts +0 -10
  145. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.transformation.d.ts +0 -10
  146. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.transformation.d.ts +0 -3
  147. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.transformation.d.ts +0 -14
  148. package/types/packages/client/classic-environment-v2/src/lib/models/configuration-metadata.transformation.d.ts +0 -8
  149. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.transformation.d.ts +0 -3
  150. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.transformation.d.ts +0 -3
  151. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.transformation.d.ts +0 -10
  152. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.transformation.d.ts +0 -16
  153. package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.transformation.d.ts +0 -3
  154. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.transformation.d.ts +0 -3
  155. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data.transformation.d.ts +0 -8
  156. package/types/packages/client/classic-environment-v2/src/lib/models/credential-usage-handler.transformation.d.ts +0 -7
  157. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-certificate-response-element.transformation.d.ts +0 -9
  158. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-token-response-element.transformation.d.ts +0 -7
  159. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-username-password-response-element.transformation.d.ts +0 -8
  160. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.transformation.d.ts +0 -6
  161. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-list.transformation.d.ts +0 -10
  162. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.transformation.d.ts +0 -3
  163. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scopes-item.transformation.d.ts +0 -3
  164. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.transformation.d.ts +0 -3
  165. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.transformation.d.ts +0 -23
  166. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.transformation.d.ts +0 -3
  167. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scopes-item.transformation.d.ts +0 -3
  168. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.transformation.d.ts +0 -3
  169. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +0 -32
  170. package/types/packages/client/classic-environment-v2/src/lib/models/custom-application-impact.transformation.d.ts +0 -6
  171. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.transformation.d.ts +0 -6
  172. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-result.transformation.d.ts +0 -7
  173. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.transformation.d.ts +0 -16
  174. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.transformation.d.ts +0 -8
  175. package/types/packages/client/classic-environment-v2/src/lib/models/custom-log-line.transformation.d.ts +0 -8
  176. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-config.transformation.d.ts +0 -11
  177. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.transformation.d.ts +0 -11
  178. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.transformation.d.ts +0 -12
  179. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.transformation.d.ts +0 -12
  180. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.transformation.d.ts +0 -3
  181. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.transformation.d.ts +0 -12
  182. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.transformation.d.ts +0 -3
  183. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-list.transformation.d.ts +0 -10
  184. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.transformation.d.ts +0 -3
  185. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.transformation.d.ts +0 -16
  186. package/types/packages/client/classic-environment-v2/src/lib/models/deleted-entity-tags.transformation.d.ts +0 -6
  187. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.transformation.d.ts +0 -7
  188. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +0 -3
  189. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +0 -10
  190. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.transformation.d.ts +0 -16
  191. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.transformation.d.ts +0 -10
  192. package/types/packages/client/classic-environment-v2/src/lib/models/entities-list.transformation.d.ts +0 -10
  193. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.transformation.d.ts +0 -7
  194. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.transformation.d.ts +0 -8
  195. package/types/packages/client/classic-environment-v2/src/lib/models/entity-id.transformation.d.ts +0 -7
  196. package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.transformation.d.ts +0 -6
  197. package/types/packages/client/classic-environment-v2/src/lib/models/entity-short-representation.transformation.d.ts +0 -8
  198. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.transformation.d.ts +0 -8
  199. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.transformation.d.ts +0 -7
  200. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-list.transformation.d.ts +0 -10
  201. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type-property-dto.transformation.d.ts +0 -8
  202. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.transformation.d.ts +0 -17
  203. package/types/packages/client/classic-environment-v2/src/lib/models/entity.transformation.d.ts +0 -22
  204. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.transformation.d.ts +0 -3
  205. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.transformation.d.ts +0 -3
  206. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.transformation.d.ts +0 -11
  207. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point.transformation.d.ts +0 -8
  208. package/types/packages/client/classic-environment-v2/src/lib/models/entry-points.transformation.d.ts +0 -8
  209. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload-type.transformation.d.ts +0 -3
  210. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.transformation.d.ts +0 -9
  211. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.transformation.d.ts +0 -3
  212. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.transformation.d.ts +0 -13
  213. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.transformation.d.ts +0 -11
  214. package/types/packages/client/classic-environment-v2/src/lib/models/error-envelope.transformation.d.ts +0 -10
  215. package/types/packages/client/classic-environment-v2/src/lib/models/error.transformation.d.ts +0 -9
  216. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.transformation.d.ts +0 -11
  217. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.transformation.d.ts +0 -3
  218. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.transformation.d.ts +0 -6
  219. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.transformation.d.ts +0 -3
  220. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.transformation.d.ts +0 -8
  221. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-results.transformation.d.ts +0 -8
  222. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.transformation.d.ts +0 -14
  223. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.transformation.d.ts +0 -11
  224. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.transformation.d.ts +0 -10
  225. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +0 -10
  226. package/types/packages/client/classic-environment-v2/src/lib/models/event-property.transformation.d.ts +0 -7
  227. package/types/packages/client/classic-environment-v2/src/lib/models/event-status.transformation.d.ts +0 -3
  228. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.transformation.d.ts +0 -10
  229. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.transformation.d.ts +0 -3
  230. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.transformation.d.ts +0 -10
  231. package/types/packages/client/classic-environment-v2/src/lib/models/event.transformation.d.ts +0 -25
  232. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-details.transformation.d.ts +0 -8
  233. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.transformation.d.ts +0 -3
  234. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.transformation.d.ts +0 -23
  235. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.transformation.d.ts +0 -7
  236. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.transformation.d.ts +0 -10
  237. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-response.transformation.d.ts +0 -7
  238. package/types/packages/client/classic-environment-v2/src/lib/models/execution-full-results.transformation.d.ts +0 -13
  239. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.transformation.d.ts +0 -25
  240. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.transformation.d.ts +0 -3
  241. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.transformation.d.ts +0 -14
  242. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +0 -11
  243. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.transformation.d.ts +0 -10
  244. package/types/packages/client/classic-environment-v2/src/lib/models/extension-environment-configuration-version.transformation.d.ts +0 -6
  245. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.transformation.d.ts +0 -3
  246. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.transformation.d.ts +0 -13
  247. package/types/packages/client/classic-environment-v2/src/lib/models/extension-events-list.transformation.d.ts +0 -7
  248. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.transformation.d.ts +0 -7
  249. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info-list.transformation.d.ts +0 -10
  250. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +0 -9
  251. package/types/packages/client/classic-environment-v2/src/lib/models/extension-list.transformation.d.ts +0 -10
  252. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration-value.transformation.d.ts +0 -4
  253. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.transformation.d.ts +0 -9
  254. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configurations-list.transformation.d.ts +0 -10
  255. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.transformation.d.ts +0 -3
  256. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.transformation.d.ts +0 -8
  257. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.transformation.d.ts +0 -7
  258. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.transformation.d.ts +0 -19
  259. package/types/packages/client/classic-environment-v2/src/lib/models/extension.transformation.d.ts +0 -17
  260. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.transformation.d.ts +0 -3
  261. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.transformation.d.ts +0 -3
  262. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.transformation.d.ts +0 -24
  263. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.transformation.d.ts +0 -3
  264. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.transformation.d.ts +0 -22
  265. package/types/packages/client/classic-environment-v2/src/lib/models/feature-set-details.transformation.d.ts +0 -7
  266. package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.transformation.d.ts +0 -3
  267. package/types/packages/client/classic-environment-v2/src/lib/models/filter.transformation.d.ts +0 -17
  268. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.transformation.d.ts +0 -18
  269. package/types/packages/client/classic-environment-v2/src/lib/models/from-position.transformation.d.ts +0 -7
  270. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.transformation.d.ts +0 -12
  271. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.transformation.d.ts +0 -3
  272. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.transformation.d.ts +0 -3
  273. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.transformation.d.ts +0 -3
  274. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.transformation.d.ts +0 -3
  275. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.transformation.d.ts +0 -3
  276. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.transformation.d.ts +0 -3
  277. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.transformation.d.ts +0 -3
  278. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.transformation.d.ts +0 -3
  279. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.transformation.d.ts +0 -3
  280. 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
  281. 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
  282. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.transformation.d.ts +0 -3
  283. package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.transformation.d.ts +0 -3
  284. package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.transformation.d.ts +0 -3
  285. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.transformation.d.ts +0 -3
  286. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.transformation.d.ts +0 -3
  287. package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.transformation.d.ts +0 -3
  288. package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.transformation.d.ts +0 -3
  289. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.transformation.d.ts +0 -3
  290. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.transformation.d.ts +0 -3
  291. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.transformation.d.ts +0 -3
  292. package/types/packages/client/classic-environment-v2/src/lib/models/get-nodes-query-assigned-to-location.transformation.d.ts +0 -3
  293. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.transformation.d.ts +0 -3
  294. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.transformation.d.ts +0 -3
  295. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.transformation.d.ts +0 -3
  296. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.transformation.d.ts +0 -3
  297. 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
  298. 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
  299. 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
  300. package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.transformation.d.ts +0 -17
  301. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle-config.transformation.d.ts +0 -10
  302. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.transformation.d.ts +0 -10
  303. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate-config.transformation.d.ts +0 -8
  304. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-certificate.transformation.d.ts +0 -8
  305. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +0 -7
  306. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.transformation.d.ts +0 -10
  307. package/types/packages/client/classic-environment-v2/src/lib/models/http-request-parameter.transformation.d.ts +0 -7
  308. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +0 -3
  309. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +0 -8
  310. package/types/packages/client/classic-environment-v2/src/lib/models/impact-analysis.transformation.d.ts +0 -7
  311. package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.transformation.d.ts +0 -3
  312. package/types/packages/client/classic-environment-v2/src/lib/models/impact.transformation.d.ts +0 -18
  313. package/types/packages/client/classic-environment-v2/src/lib/models/ingest-body.transformation.d.ts +0 -4
  314. package/types/packages/client/classic-environment-v2/src/lib/models/insert-position.transformation.d.ts +0 -6
  315. package/types/packages/client/classic-environment-v2/src/lib/models/invalid-line.transformation.d.ts +0 -7
  316. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.transformation.d.ts +0 -7
  317. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.transformation.d.ts +0 -6
  318. package/types/packages/client/classic-environment-v2/src/lib/models/item.transformation.d.ts +0 -20
  319. package/types/packages/client/classic-environment-v2/src/lib/models/json-node.transformation.d.ts +0 -4
  320. package/types/packages/client/classic-environment-v2/src/lib/models/linked-problem.transformation.d.ts +0 -7
  321. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.transformation.d.ts +0 -3
  322. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.transformation.d.ts +0 -3
  323. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.transformation.d.ts +0 -3
  324. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.transformation.d.ts +0 -3
  325. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.transformation.d.ts +0 -3
  326. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +0 -23
  327. package/types/packages/client/classic-environment-v2/src/lib/models/location-execution-results.transformation.d.ts +0 -9
  328. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.transformation.d.ts +0 -4
  329. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-plain.transformation.d.ts +0 -4
  330. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.transformation.d.ts +0 -6
  331. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.transformation.d.ts +0 -3
  332. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.transformation.d.ts +0 -3
  333. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.transformation.d.ts +0 -13
  334. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +0 -10
  335. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.transformation.d.ts +0 -8
  336. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone-details.transformation.d.ts +0 -6
  337. package/types/packages/client/classic-environment-v2/src/lib/models/management-zone.transformation.d.ts +0 -7
  338. package/types/packages/client/classic-environment-v2/src/lib/models/me-tag.transformation.d.ts +0 -9
  339. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.transformation.d.ts +0 -11
  340. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.transformation.d.ts +0 -3
  341. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.transformation.d.ts +0 -8
  342. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.transformation.d.ts +0 -3
  343. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.transformation.d.ts +0 -10
  344. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.transformation.d.ts +0 -3
  345. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.transformation.d.ts +0 -3
  346. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.transformation.d.ts +0 -38
  347. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.transformation.d.ts +0 -8
  348. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.transformation.d.ts +0 -3
  349. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.transformation.d.ts +0 -11
  350. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.transformation.d.ts +0 -8
  351. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +0 -11
  352. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.transformation.d.ts +0 -9
  353. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +0 -8
  354. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation-status.transformation.d.ts +0 -3
  355. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.transformation.d.ts +0 -9
  356. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.transformation.d.ts +0 -15
  357. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.transformation.d.ts +0 -6
  358. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.transformation.d.ts +0 -10
  359. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.transformation.d.ts +0 -3
  360. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.transformation.d.ts +0 -10
  361. package/types/packages/client/classic-environment-v2/src/lib/models/minimal-extension.transformation.d.ts +0 -7
  362. package/types/packages/client/classic-environment-v2/src/lib/models/mobile-impact.transformation.d.ts +0 -6
  363. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +0 -11
  364. package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +0 -9
  365. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-entity-id-dto.transformation.d.ts +0 -6
  366. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-execution-results.transformation.d.ts +0 -8
  367. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-execution-result.transformation.d.ts +0 -40
  368. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-request-header.transformation.d.ts +0 -7
  369. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.transformation.d.ts +0 -7
  370. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.transformation.d.ts +0 -3
  371. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.transformation.d.ts +0 -3
  372. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.transformation.d.ts +0 -12
  373. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.transformation.d.ts +0 -10
  374. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.transformation.d.ts +0 -8
  375. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-response.transformation.d.ts +0 -7
  376. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.transformation.d.ts +0 -10
  377. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.transformation.d.ts +0 -3
  378. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.transformation.d.ts +0 -9
  379. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-connection-statistics.transformation.d.ts +0 -9
  380. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-fallback-mode.transformation.d.ts +0 -3
  381. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-list.transformation.d.ts +0 -7
  382. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-settings.transformation.d.ts +0 -6
  383. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.transformation.d.ts +0 -16
  384. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.transformation.d.ts +0 -17
  385. package/types/packages/client/classic-environment-v2/src/lib/models/node.transformation.d.ts +0 -19
  386. package/types/packages/client/classic-environment-v2/src/lib/models/nodes.transformation.d.ts +0 -7
  387. package/types/packages/client/classic-environment-v2/src/lib/models/object-node.transformation.d.ts +0 -4
  388. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.transformation.d.ts +0 -10
  389. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +0 -7
  390. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.transformation.d.ts +0 -3
  391. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.transformation.d.ts +0 -15
  392. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-deployment-type.transformation.d.ts +0 -3
  393. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.transformation.d.ts +0 -3
  394. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-type.transformation.d.ts +0 -3
  395. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.transformation.d.ts +0 -29
  396. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-request-dto-impl.transformation.d.ts +0 -6
  397. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.transformation.d.ts +0 -10
  398. package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.transformation.d.ts +0 -3
  399. package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.transformation.d.ts +0 -3
  400. package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.transformation.d.ts +0 -3
  401. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +0 -37
  402. package/types/packages/client/classic-environment-v2/src/lib/models/problems.transformation.d.ts +0 -11
  403. package/types/packages/client/classic-environment-v2/src/lib/models/process-group-vulnerable-functions.transformation.d.ts +0 -10
  404. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.transformation.d.ts +0 -6
  405. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.transformation.d.ts +0 -3
  406. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.transformation.d.ts +0 -33
  407. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.transformation.d.ts +0 -10
  408. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.transformation.d.ts +0 -9
  409. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.transformation.d.ts +0 -12
  410. package/types/packages/client/classic-environment-v2/src/lib/models/ref-pointer.transformation.d.ts +0 -6
  411. package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.transformation.d.ts +0 -7
  412. package/types/packages/client/classic-environment-v2/src/lib/models/related-attacks-list.transformation.d.ts +0 -6
  413. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-image.transformation.d.ts +0 -9
  414. package/types/packages/client/classic-environment-v2/src/lib/models/related-container-list.transformation.d.ts +0 -7
  415. package/types/packages/client/classic-environment-v2/src/lib/models/related-entities-list.transformation.d.ts +0 -13
  416. package/types/packages/client/classic-environment-v2/src/lib/models/related-entity.transformation.d.ts +0 -8
  417. package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.transformation.d.ts +0 -3
  418. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.transformation.d.ts +0 -10
  419. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.transformation.d.ts +0 -9
  420. package/types/packages/client/classic-environment-v2/src/lib/models/release.transformation.d.ts +0 -21
  421. package/types/packages/client/classic-environment-v2/src/lib/models/releases.transformation.d.ts +0 -11
  422. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-assessment-accuracy.transformation.d.ts +0 -3
  423. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.transformation.d.ts +0 -3
  424. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.transformation.d.ts +0 -3
  425. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  426. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +0 -21
  427. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.transformation.d.ts +0 -3
  428. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.transformation.d.ts +0 -22
  429. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-details-vulnerable-component.transformation.d.ts +0 -12
  430. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-list.transformation.d.ts +0 -7
  431. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.transformation.d.ts +0 -3
  432. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.transformation.d.ts +0 -9
  433. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.transformation.d.ts +0 -3
  434. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.transformation.d.ts +0 -11
  435. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.transformation.d.ts +0 -3
  436. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.transformation.d.ts +0 -9
  437. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.transformation.d.ts +0 -3
  438. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.transformation.d.ts +0 -22
  439. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.transformation.d.ts +0 -3
  440. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.transformation.d.ts +0 -7
  441. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.transformation.d.ts +0 -9
  442. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.transformation.d.ts +0 -3
  443. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.transformation.d.ts +0 -7
  444. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.transformation.d.ts +0 -9
  445. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.transformation.d.ts +0 -7
  446. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.transformation.d.ts +0 -8
  447. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  448. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.transformation.d.ts +0 -12
  449. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-list.transformation.d.ts +0 -7
  450. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-state.transformation.d.ts +0 -3
  451. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.transformation.d.ts +0 -14
  452. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-vulnerable-component.transformation.d.ts +0 -10
  453. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress.transformation.d.ts +0 -7
  454. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.transformation.d.ts +0 -10
  455. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +0 -7
  456. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +0 -3
  457. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +0 -9
  458. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +0 -11
  459. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +0 -3
  460. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +0 -16
  461. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.transformation.d.ts +0 -3
  462. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.transformation.d.ts +0 -3
  463. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.transformation.d.ts +0 -3
  464. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.transformation.d.ts +0 -3
  465. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.transformation.d.ts +0 -3
  466. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.transformation.d.ts +0 -17
  467. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.transformation.d.ts +0 -3
  468. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.transformation.d.ts +0 -3
  469. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.transformation.d.ts +0 -3
  470. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.transformation.d.ts +0 -3
  471. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.transformation.d.ts +0 -3
  472. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.transformation.d.ts +0 -3
  473. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.transformation.d.ts +0 -3
  474. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.transformation.d.ts +0 -3
  475. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +0 -26
  476. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.transformation.d.ts +0 -3
  477. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.transformation.d.ts +0 -3
  478. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.transformation.d.ts +0 -3
  479. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.transformation.d.ts +0 -3
  480. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.transformation.d.ts +0 -3
  481. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.transformation.d.ts +0 -3
  482. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.transformation.d.ts +0 -3
  483. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.transformation.d.ts +0 -22
  484. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.transformation.d.ts +0 -3
  485. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +0 -25
  486. package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.transformation.d.ts +0 -3
  487. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.transformation.d.ts +0 -8
  488. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.transformation.d.ts +0 -3
  489. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.transformation.d.ts +0 -11
  490. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.transformation.d.ts +0 -7
  491. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.transformation.d.ts +0 -6
  492. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.transformation.d.ts +0 -7
  493. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.transformation.d.ts +0 -7
  494. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.transformation.d.ts +0 -7
  495. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.transformation.d.ts +0 -35
  496. package/types/packages/client/classic-environment-v2/src/lib/models/schema-files.transformation.d.ts +0 -6
  497. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.transformation.d.ts +0 -8
  498. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.transformation.d.ts +0 -10
  499. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.transformation.d.ts +0 -7
  500. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.transformation.d.ts +0 -3
  501. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.transformation.d.ts +0 -18
  502. package/types/packages/client/classic-environment-v2/src/lib/models/schemas-list.transformation.d.ts +0 -6
  503. package/types/packages/client/classic-environment-v2/src/lib/models/security-context-dto-impl.transformation.d.ts +0 -6
  504. package/types/packages/client/classic-environment-v2/src/lib/models/security-context-result-dto.transformation.d.ts +0 -7
  505. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.transformation.d.ts +0 -3
  506. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.transformation.d.ts +0 -9
  507. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.transformation.d.ts +0 -3
  508. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.transformation.d.ts +0 -3
  509. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.transformation.d.ts +0 -3
  510. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.transformation.d.ts +0 -51
  511. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.transformation.d.ts +0 -3
  512. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.transformation.d.ts +0 -12
  513. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.transformation.d.ts +0 -10
  514. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-list.transformation.d.ts +0 -10
  515. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.transformation.d.ts +0 -3
  516. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.transformation.d.ts +0 -8
  517. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.transformation.d.ts +0 -3
  518. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.transformation.d.ts +0 -3
  519. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.transformation.d.ts +0 -3
  520. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.transformation.d.ts +0 -8
  521. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.transformation.d.ts +0 -3
  522. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.transformation.d.ts +0 -31
  523. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.transformation.d.ts +0 -3
  524. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.transformation.d.ts +0 -7
  525. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.transformation.d.ts +0 -9
  526. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.transformation.d.ts +0 -3
  527. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.transformation.d.ts +0 -7
  528. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.transformation.d.ts +0 -9
  529. package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.transformation.d.ts +0 -7
  530. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +0 -24
  531. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.transformation.d.ts +0 -13
  532. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.transformation.d.ts +0 -11
  533. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.transformation.d.ts +0 -11
  534. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +0 -26
  535. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +0 -8
  536. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.transformation.d.ts +0 -10
  537. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.transformation.d.ts +0 -3
  538. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-config.transformation.d.ts +0 -7
  539. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.transformation.d.ts +0 -12
  540. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.transformation.d.ts +0 -3
  541. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.transformation.d.ts +0 -22
  542. package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.transformation.d.ts +0 -3
  543. package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.transformation.d.ts +0 -3
  544. package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +0 -36
  545. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +0 -12
  546. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.transformation.d.ts +0 -9
  547. package/types/packages/client/classic-environment-v2/src/lib/models/status-alert.transformation.d.ts +0 -6
  548. package/types/packages/client/classic-environment-v2/src/lib/models/success-envelope.transformation.d.ts +0 -10
  549. package/types/packages/client/classic-environment-v2/src/lib/models/success.transformation.d.ts +0 -7
  550. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-config-dto.transformation.d.ts +0 -7
  551. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-ids-dto.transformation.d.ts +0 -7
  552. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.transformation.d.ts +0 -3
  553. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.transformation.d.ts +0 -3
  554. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.transformation.d.ts +0 -3
  555. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.transformation.d.ts +0 -14
  556. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +0 -23
  557. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-locations.transformation.d.ts +0 -7
  558. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-list-dto.transformation.d.ts +0 -7
  559. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.transformation.d.ts +0 -10
  560. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.transformation.d.ts +0 -3
  561. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.transformation.d.ts +0 -12
  562. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-thresholds-dto.transformation.d.ts +0 -8
  563. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto-type.transformation.d.ts +0 -3
  564. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto.transformation.d.ts +0 -10
  565. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto-properties.transformation.d.ts +0 -6
  566. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.transformation.d.ts +0 -8
  567. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto-type.transformation.d.ts +0 -3
  568. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.transformation.d.ts +0 -22
  569. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.transformation.d.ts +0 -6
  570. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-request-type.transformation.d.ts +0 -3
  571. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.transformation.d.ts +0 -16
  572. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto-type.transformation.d.ts +0 -3
  573. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.transformation.d.ts +0 -20
  574. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-request-configuration-dto.transformation.d.ts +0 -7
  575. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.transformation.d.ts +0 -3
  576. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.transformation.d.ts +0 -6
  577. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.transformation.d.ts +0 -21
  578. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.transformation.d.ts +0 -3
  579. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.transformation.d.ts +0 -6
  580. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.transformation.d.ts +0 -3
  581. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-group.transformation.d.ts +0 -9
  582. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.transformation.d.ts +0 -6
  583. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-customized-script.transformation.d.ts +0 -4
  584. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-repeat-mode.transformation.d.ts +0 -3
  585. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.transformation.d.ts +0 -12
  586. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.transformation.d.ts +0 -3
  587. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.transformation.d.ts +0 -17
  588. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-result.transformation.d.ts +0 -12
  589. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.transformation.d.ts +0 -3
  590. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.transformation.d.ts +0 -28
  591. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-executions.transformation.d.ts +0 -7
  592. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.transformation.d.ts +0 -3
  593. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.transformation.d.ts +0 -13
  594. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-execution-details.transformation.d.ts +0 -7
  595. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggered-monitor.transformation.d.ts +0 -8
  596. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.transformation.d.ts +0 -10
  597. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.transformation.d.ts +0 -22
  598. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.transformation.d.ts +0 -7
  599. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-locations-status.transformation.d.ts +0 -6
  600. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto-source.transformation.d.ts +0 -3
  601. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.transformation.d.ts +0 -10
  602. package/types/packages/client/classic-environment-v2/src/lib/models/table-column.transformation.d.ts +0 -6
  603. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.transformation.d.ts +0 -11
  604. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token.transformation.d.ts +0 -6
  605. package/types/packages/client/classic-environment-v2/src/lib/models/to-position.transformation.d.ts +0 -7
  606. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.transformation.d.ts +0 -9
  607. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link-update.transformation.d.ts +0 -7
  608. package/types/packages/client/classic-environment-v2/src/lib/models/tracking-link.transformation.d.ts +0 -9
  609. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.transformation.d.ts +0 -10
  610. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.transformation.d.ts +0 -9
  611. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.transformation.d.ts +0 -9
  612. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.transformation.d.ts +0 -8
  613. package/types/packages/client/classic-environment-v2/src/lib/models/truncation-info.transformation.d.ts +0 -6
  614. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.transformation.d.ts +0 -10
  615. package/types/packages/client/classic-environment-v2/src/lib/models/ui-callback-customization.transformation.d.ts +0 -7
  616. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.transformation.d.ts +0 -16
  617. package/types/packages/client/classic-environment-v2/src/lib/models/ui-empty-state-customization.transformation.d.ts +0 -6
  618. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-customization.transformation.d.ts +0 -9
  619. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.transformation.d.ts +0 -9
  620. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.transformation.d.ts +0 -8
  621. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-customization.transformation.d.ts +0 -14
  622. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-column-item-customization.transformation.d.ts +0 -8
  623. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.transformation.d.ts +0 -9
  624. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tabs-customization.transformation.d.ts +0 -7
  625. package/types/packages/client/classic-environment-v2/src/lib/models/unit-conversion-result.transformation.d.ts +0 -7
  626. package/types/packages/client/classic-environment-v2/src/lib/models/unit-list.transformation.d.ts +0 -8
  627. package/types/packages/client/classic-environment-v2/src/lib/models/unit.transformation.d.ts +0 -10
  628. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.transformation.d.ts +0 -3
  629. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.transformation.d.ts +0 -3
  630. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-list.transformation.d.ts +0 -8
  631. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.transformation.d.ts +0 -3
  632. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.transformation.d.ts +0 -3
  633. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.transformation.d.ts +0 -21
  634. package/types/packages/client/classic-environment-v2/src/lib/models/update-jobs-all.transformation.d.ts +0 -7
  635. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.transformation.d.ts +0 -10
  636. package/types/packages/client/classic-environment-v2/src/lib/models/validation-response.transformation.d.ts +0 -11
  637. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.transformation.d.ts +0 -13
  638. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.transformation.d.ts +0 -11
  639. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.transformation.d.ts +0 -3
  640. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.transformation.d.ts +0 -8
  641. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-type.transformation.d.ts +0 -3
  642. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.transformation.d.ts +0 -9
  643. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.transformation.d.ts +0 -3
  644. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.transformation.d.ts +0 -12
  645. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function.transformation.d.ts +0 -8
  646. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-functions-container.transformation.d.ts +0 -9
  647. package/types/packages/client/classic-environment-v2/src/lib/models/warning-line.transformation.d.ts +0 -7
  648. package/types/packages/client/classic-environment-v2/src/lib/models/warnings.transformation.d.ts +0 -8
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.5.0-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.5.0)
3
+ [![npm](https://img.shields.io/badge/npm-v3.6.7-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/3.6.7)
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
 
@@ -1820,8 +1820,8 @@ The response includes all ActiveGates that are currently connected to the enviro
1820
1820
  | --- | --- | --- |
1821
1821
  |config.autoUpdate|"ENABLED" | "DISABLED"|Filters the resulting set of ActiveGates by the actual state of auto-update. |
1822
1822
  |config.containerized|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Filters the resulting set of ActiveGates to those which are running in container (<code>true</code>) or not (<code>false</code>). |
1823
- |config.disabledModule|"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"|Filters the resulting set of ActiveGates by the disabled modules. |
1824
- |config.enabledModule|"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"|Filters the resulting set of ActiveGates by the enabled modules. |
1823
+ |config.disabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the disabled modules. |
1824
+ |config.enabledModule|Array&lt;"SYNTHETIC" &#124; "AWS" &#124; "AZURE" &#124; "BEACON_FORWARDER" &#124; "CLOUD_FOUNDRY" &#124; "DB_INSIGHT" &#124; "EXTENSIONS_V1" &#124; "EXTENSIONS_V2" &#124; "KUBERNETES" &#124; "LOGS" &#124; "MEMORY_DUMPS" &#124; "METRIC_API" &#124; "ONE_AGENT_ROUTING" &#124; "OTLP_INGEST" &#124; "REST_API" &#124; "VMWARE" &#124; "Z_OS"&gt;|Filters the resulting set of ActiveGates by the enabled modules. |
1825
1825
  |config.group|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the group.</p> <p>You can specify a partial name. In that case, the <code>CONTAINS</code> operator is used.</p> |
1826
1826
  |config.hostname|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the name of the host it's running on.</p> <p>You can specify a partial name. In that case, the <code>CONTAINS</code> operator is used.</p> |
1827
1827
  |config.loadBalancerAddress|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>Filters the resulting set of ActiveGates by the Load Balancer address.</p> <p>You can specify a partial address. In that case, the <code>CONTAINS</code> operator is used.</p> |
@@ -2518,7 +2518,7 @@ The credentials set itself (username/certificate and password) is not included i
2518
2518
  |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> |
2519
2519
  |config.pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The amount of credentials in a single response payload.</p> <p>The maximal allowed page size is 500.</p> <p>If not set, 100 is used.</p> |
2520
2520
  |config.scope|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Filters credentials with specified scope. |
2521
- |config.type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|Filters the result by the specified credentials type. |
2521
+ |config.type|"CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|Filters the result by the specified credentials type. |
2522
2522
  |config.user|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Filters credentials accessible to the user (owned by the user or the ones that are accessible for all). |
2523
2523
 
2524
2524
 
@@ -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
 
@@ -9215,6 +9236,72 @@ import { settingsObjectsClient } from '@dynatrace-sdk/client-classic-environment
9215
9236
  ```
9216
9237
 
9217
9238
 
9239
+ <a name="addpermission"></a>
9240
+ ### addPermission
9241
+
9242
+ <div class="padding-bottom--md">
9243
+ <strong>settingsObjectsClient.addPermission(config): Promise&lt;<a href="#accessorpermissions" target="_blank" rel="noopener noreferrer">AccessorPermissions</a>&gt;</strong>
9244
+
9245
+ <div class="padding-left--md">
9246
+
9247
+ Add the permissions for a single accessor on this object.
9248
+
9249
+ **Required scope:** settings:objects:write
9250
+ **Required permission:** settings:objects:write
9251
+
9252
+ Add the permissions for a single accessor on this object, anyone with read/write permissions is allowed to add more permissions.
9253
+
9254
+
9255
+
9256
+ </div>
9257
+
9258
+
9259
+ #### Parameters
9260
+
9261
+ | Name | Type | Description |
9262
+ | --- | --- | --- |
9263
+ |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 |
9264
+ |config.body<sup>*required</sup>|<a href="#accessorpermissions">AccessorPermissions</a>| |
9265
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9266
+
9267
+
9268
+
9269
+
9270
+ #### Returns
9271
+
9272
+ | Return type | Status code | Description |
9273
+ |---|---|---|
9274
+ |[AccessorPermissions](#accessorpermissions)|201|Created|
9275
+
9276
+
9277
+ #### Throws
9278
+
9279
+ | Error Type | Error Message |
9280
+ |---|---|
9281
+ |ErrorEnvelopeError|If accessor id already exists. \| Failed. Forbidden. \| No object available for the given objectId. \| Client side error. \| Server side error.|
9282
+
9283
+
9284
+ <details>
9285
+ <summary>
9286
+ Code example
9287
+ </summary>
9288
+
9289
+ ```ts
9290
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
9291
+
9292
+ const data = await settingsObjectsClient.addPermission({
9293
+ objectId: "...",
9294
+ body: { accessor: { type: IdentityType.User } },
9295
+ });
9296
+ ```
9297
+
9298
+ </details>
9299
+
9300
+
9301
+
9302
+ </div>
9303
+
9304
+
9218
9305
  <a name="deletesettingsobjectbyobjectid"></a>
9219
9306
  ### deleteSettingsObjectByObjectId
9220
9307
 
@@ -9239,6 +9326,7 @@ Deletes the specified settings object
9239
9326
 
9240
9327
  | Name | Type | Description |
9241
9328
  | --- | --- | --- |
9329
+ |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 |
9242
9330
  |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9243
9331
  |config.updateToken|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The update token of the object. You can use it to detect simultaneous modifications by different users.</p> <p>It is generated upon retrieval (GET requests). If set on update (PUT request) or deletion, the update/deletion will be allowed only if there wasn't any change between the retrieval and the update.</p> <p>If omitted on update/deletion, the operation overrides the current value or deletes it without any checks.</p> |
9244
9332
 
@@ -9313,6 +9401,7 @@ If no object along the hierarchy is persisted, the default value as defined in t
9313
9401
 
9314
9402
  | Name | Type | Description |
9315
9403
  | --- | --- | --- |
9404
+ |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 |
9316
9405
  |config.fields|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>A list of fields to be included to the response. The provided set of fields replaces the default set.</p> <p>Specify the required top-level fields, separated by commas (for example, <code>origin,value</code>).</p> <p>Supported fields: <code>summary</code>, <code>searchSummary</code>, <code>created</code>, <code>modified</code>, <code>createdBy</code>, <code>modifiedBy</code>, <code>author</code>, <code>origin</code>, <code>schemaId</code>, <code>schemaVersion</code>, <code>value</code>, <code>externalId</code>.</p> |
9317
9406
  |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> |
9318
9407
  |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> |
@@ -9352,6 +9441,203 @@ const data =
9352
9441
 
9353
9442
 
9354
9443
 
9444
+ </div>
9445
+
9446
+
9447
+ <a name="getpermission"></a>
9448
+ ### getPermission
9449
+
9450
+ <div class="padding-bottom--md">
9451
+ <strong>settingsObjectsClient.getPermission(config): Promise&lt;<a href="#accessorpermissions">AccessorPermissions</a>&gt;</strong>
9452
+
9453
+ <div class="padding-left--md">
9454
+
9455
+ Get current permissions of the accessor on this object.
9456
+
9457
+ **Required scope:** settings:objects:read
9458
+ **Required permission:** settings:objects:read
9459
+
9460
+ Get current permissions of the accessor on this object.
9461
+
9462
+
9463
+
9464
+ </div>
9465
+
9466
+
9467
+ #### Parameters
9468
+
9469
+ | Name | Type | Description |
9470
+ | --- | --- | --- |
9471
+ |config.accessorId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The user uuid or group uuid of the accessor, depending on the type. |
9472
+ |config.accessorType<sup>*required</sup>|"group" &#124; "user"|The type of the accessor. |
9473
+ |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 |
9474
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9475
+
9476
+
9477
+
9478
+
9479
+ #### Returns
9480
+
9481
+ | Return type | Status code | Description |
9482
+ |---|---|---|
9483
+ |[AccessorPermissions](#accessorpermissions)|200|Success|
9484
+
9485
+
9486
+ #### Throws
9487
+
9488
+ | Error Type | Error Message |
9489
+ |---|---|
9490
+ |ErrorEnvelopeError|No object available for the given objectId or the accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
9491
+
9492
+
9493
+ <details>
9494
+ <summary>
9495
+ Code example
9496
+ </summary>
9497
+
9498
+ ```ts
9499
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
9500
+
9501
+ const data = await settingsObjectsClient.getPermission({
9502
+ objectId: "...",
9503
+ accessorType: GetPermissionPathAccessorType.Group,
9504
+ accessorId: "...",
9505
+ });
9506
+ ```
9507
+
9508
+ </details>
9509
+
9510
+
9511
+
9512
+ </div>
9513
+
9514
+
9515
+ <a name="getpermissionallusers"></a>
9516
+ ### getPermissionAllUsers
9517
+
9518
+ <div class="padding-bottom--md">
9519
+ <strong>settingsObjectsClient.getPermissionAllUsers(config): Promise&lt;<a href="#accessorpermissions" target="_blank" rel="noopener noreferrer">AccessorPermissions</a>&gt;</strong>
9520
+
9521
+ <div class="padding-left--md">
9522
+
9523
+ Get current permissions of the all-users accessor on this object.
9524
+
9525
+ **Required scope:** settings:objects:read
9526
+ **Required permission:** settings:objects:read
9527
+
9528
+ Get current permissions of the all-users accessor on this object.
9529
+
9530
+
9531
+
9532
+ </div>
9533
+
9534
+
9535
+ #### Parameters
9536
+
9537
+ | Name | Type | Description |
9538
+ | --- | --- | --- |
9539
+ |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 |
9540
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9541
+
9542
+
9543
+
9544
+
9545
+ #### Returns
9546
+
9547
+ | Return type | Status code | Description |
9548
+ |---|---|---|
9549
+ |[AccessorPermissions](#accessorpermissions)|200|Success|
9550
+
9551
+
9552
+ #### Throws
9553
+
9554
+ | Error Type | Error Message |
9555
+ |---|---|
9556
+ |ErrorEnvelopeError|No object available for the given objectId or the all-users accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
9557
+
9558
+
9559
+ <details>
9560
+ <summary>
9561
+ Code example
9562
+ </summary>
9563
+
9564
+ ```ts
9565
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
9566
+
9567
+ const data =
9568
+ await settingsObjectsClient.getPermissionAllUsers({
9569
+ objectId: "...",
9570
+ });
9571
+ ```
9572
+
9573
+ </details>
9574
+
9575
+
9576
+
9577
+ </div>
9578
+
9579
+
9580
+ <a name="getpermissions"></a>
9581
+ ### getPermissions
9582
+
9583
+ <div class="padding-bottom--md">
9584
+ <strong>settingsObjectsClient.getPermissions(config): Promise&lt;Array&lt;<a href="#accessorpermissionslist">AccessorPermissionsList</a>&gt;&gt;</strong>
9585
+
9586
+ <div class="padding-left--md">
9587
+
9588
+ Get current permissions on this object.
9589
+
9590
+ **Required scope:** settings:objects:read
9591
+ **Required permission:** settings:objects:read
9592
+
9593
+ Get current permissions on this object.
9594
+
9595
+
9596
+
9597
+ </div>
9598
+
9599
+
9600
+ #### Parameters
9601
+
9602
+ | Name | Type | Description |
9603
+ | --- | --- | --- |
9604
+ |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 |
9605
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9606
+
9607
+
9608
+
9609
+
9610
+ #### Returns
9611
+
9612
+ | Return type | Status code | Description |
9613
+ |---|---|---|
9614
+ |[AccessorPermissionsList](#accessorpermissionslist)|200|Success|
9615
+
9616
+
9617
+ #### Throws
9618
+
9619
+ | Error Type | Error Message |
9620
+ |---|---|
9621
+ |ErrorEnvelopeError|No object available for the given objectId. \| Client side error. \| Server side error.|
9622
+
9623
+
9624
+ <details>
9625
+ <summary>
9626
+ Code example
9627
+ </summary>
9628
+
9629
+ ```ts
9630
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
9631
+
9632
+ const data = await settingsObjectsClient.getPermissions({
9633
+ objectId: "...",
9634
+ });
9635
+ ```
9636
+
9637
+ </details>
9638
+
9639
+
9640
+
9355
9641
  </div>
9356
9642
 
9357
9643
 
@@ -9359,7 +9645,7 @@ const data =
9359
9645
  ### getSettingsHistory
9360
9646
 
9361
9647
  <div class="padding-bottom--md">
9362
- <strong>settingsObjectsClient.getSettingsHistory(config): Promise&lt;<a href="#revisiondiffpage">RevisionDiffPage</a>&gt;</strong>
9648
+ <strong>settingsObjectsClient.getSettingsHistory(config): Promise&lt;<a href="#revisiondiffpage" target="_blank" rel="noopener noreferrer">RevisionDiffPage</a>&gt;</strong>
9363
9649
 
9364
9650
  <div class="padding-left--md">
9365
9651
 
@@ -9379,8 +9665,9 @@ Gets the history of settings objects
9379
9665
 
9380
9666
  | Name | Type | Description |
9381
9667
  | --- | --- | --- |
9382
- |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) |
9383
- |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> |
9668
+ |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 |
9669
+ |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) |
9670
+ |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> |
9384
9671
  |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> |
9385
9672
  |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> |
9386
9673
  |config.schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Schema ID to which the requested revisions belong. |
@@ -9427,7 +9714,7 @@ const data =
9427
9714
  ### getSettingsObjectByObjectId
9428
9715
 
9429
9716
  <div class="padding-bottom--md">
9430
- <strong>settingsObjectsClient.getSettingsObjectByObjectId(config): Promise&lt;<a href="#settingsobjectbyobjectidresponse" target="_blank" rel="noopener noreferrer">SettingsObjectByObjectIdResponse</a>&gt;</strong>
9717
+ <strong>settingsObjectsClient.getSettingsObjectByObjectId(config): Promise&lt;<a href="#settingsobjectbyobjectidresponse">SettingsObjectByObjectIdResponse</a>&gt;</strong>
9431
9718
 
9432
9719
  <div class="padding-left--md">
9433
9720
 
@@ -9447,6 +9734,7 @@ Gets the specified settings object
9447
9734
 
9448
9735
  | Name | Type | Description |
9449
9736
  | --- | --- | --- |
9737
+ |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 |
9450
9738
  |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9451
9739
 
9452
9740
 
@@ -9491,7 +9779,7 @@ const data =
9491
9779
  ### getSettingsObjects
9492
9780
 
9493
9781
  <div class="padding-bottom--md">
9494
- <strong>settingsObjectsClient.getSettingsObjects(config): Promise&lt;<a href="#objectslist">ObjectsList</a>&gt;</strong>
9782
+ <strong>settingsObjectsClient.getSettingsObjects(config): Promise&lt;<a href="#objectslist" target="_blank" rel="noopener noreferrer">ObjectsList</a>&gt;</strong>
9495
9783
 
9496
9784
  <div class="padding-left--md">
9497
9785
 
@@ -9519,6 +9807,7 @@ To query the effective values (including schema defaults) please see /settings/e
9519
9807
 
9520
9808
  | Name | Type | Description |
9521
9809
  | --- | --- | --- |
9810
+ |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 |
9522
9811
  |config.externalIds|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>A list of comma-separated external IDs that the requested objects have.</p> <p>Each external ID has a maximum length of 500 characters.</p> <p>Only considered on load of the first page, when the <strong>nextPageKey</strong> is not set.</p> |
9523
9812
  |config.fields|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>A list of fields to be included to the response. The provided set of fields replaces the default set.</p> <p>Specify the required top-level fields, separated by commas (for example, <code>objectId,value</code>).</p> <p>Supported fields: <code>objectId</code>, <code>summary</code>, <code>searchSummary</code>, <code>created</code>, <code>modified</code>, <code>createdBy</code>, <code>modifiedBy</code>, <code>author</code>, <code>updateToken</code>, <code>scope</code>, <code>modificationInfo</code> (deprecated), <code>resourceContext</code>, <code>owner</code>, <code>schemaId</code>, <code>schemaVersion</code>, <code>value</code>, <code>externalId</code>.</p> |
9524
9813
  |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>.</p> <p>Filtering is supported on the following fields:</p> <ul> <li><code>created</code></li> <li><code>modified</code></li> <li><code>createdBy</code></li> <li><code>modifiedBy</code></li> <li><code>author</code> (deprecated, will not work for future schemas)</li> <li><code>value</code> with properties and sub-properties separated by dot (for example, <code>value.owningApp = 'Notebooks'</code>)</li> </ul> <p>If this parameter is omitted, all settings objects will be returned. The maximum nesting depth (via parentheses) is 5. The maximum expression length is 1024 characters.</p> <p>Note that only fields included to the response via <code>fields</code> can be used for filtering.</p> |
@@ -9568,7 +9857,7 @@ const data =
9568
9857
  ### postSettingsObjects
9569
9858
 
9570
9859
  <div class="padding-bottom--md">
9571
- <strong>settingsObjectsClient.postSettingsObjects(config): Promise&lt;Array&lt;<a href="#settingsobjectresponse" target="_blank" rel="noopener noreferrer">SettingsObjectResponse</a>&gt;&gt;</strong>
9860
+ <strong>settingsObjectsClient.postSettingsObjects(config): Promise&lt;Array&lt;<a href="#settingsobjectresponse">SettingsObjectResponse</a>&gt;&gt;</strong>
9572
9861
 
9573
9862
  <div class="padding-left--md">
9574
9863
 
@@ -9592,7 +9881,8 @@ You can upload several objects at once. In that case each object returns its own
9592
9881
 
9593
9882
  | Name | Type | Description |
9594
9883
  | --- | --- | --- |
9595
- |config.body<sup>*required</sup>|Array&lt;<a href="#settingsobjectcreate">SettingsObjectCreate</a>&gt;| |
9884
+ |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 |
9885
+ |config.body<sup>*required</sup>|Array&lt;<a href="#settingsobjectcreate" target="_blank" rel="noopener noreferrer">SettingsObjectCreate</a>&gt;| |
9596
9886
  |config.validateOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If <code>true</code>, the request runs only validation of the submitted settings objects, without saving them. |
9597
9887
 
9598
9888
 
@@ -9646,7 +9936,7 @@ const data =
9646
9936
  ### putSettingsObjectByObjectId
9647
9937
 
9648
9938
  <div class="padding-bottom--md">
9649
- <strong>settingsObjectsClient.putSettingsObjectByObjectId(config): Promise&lt;<a href="#settingsobjectresponse" target="_blank" rel="noopener noreferrer">SettingsObjectResponse</a>&gt;</strong>
9939
+ <strong>settingsObjectsClient.putSettingsObjectByObjectId(config): Promise&lt;<a href="#settingsobjectresponse">SettingsObjectResponse</a>&gt;</strong>
9650
9940
 
9651
9941
  <div class="padding-left--md">
9652
9942
 
@@ -9672,7 +9962,8 @@ Some schemas don&apos;t allow passing of the masked secret. In that case you nee
9672
9962
 
9673
9963
  | Name | Type | Description |
9674
9964
  | --- | --- | --- |
9675
- |config.body<sup>*required</sup>|<a href="#settingsobjectupdate">SettingsObjectUpdate</a>| |
9965
+ |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 |
9966
+ |config.body<sup>*required</sup>|<a href="#settingsobjectupdate" target="_blank" rel="noopener noreferrer">SettingsObjectUpdate</a>| |
9676
9967
  |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
9677
9968
  |config.validateOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If <code>true</code>, the request runs only validation of the submitted settings object, without saving it. |
9678
9969
 
@@ -9713,6 +10004,139 @@ const data =
9713
10004
 
9714
10005
 
9715
10006
 
10007
+ </div>
10008
+
10009
+
10010
+ <a name="removepermission"></a>
10011
+ ### removePermission
10012
+
10013
+ <div class="padding-bottom--md">
10014
+ <strong>settingsObjectsClient.removePermission(config): Promise&lt;void&gt;</strong>
10015
+
10016
+ <div class="padding-left--md">
10017
+
10018
+ Remove the permissions for an existing accessor on this object.
10019
+
10020
+ **Required scope:** settings:objects:write
10021
+ **Required permission:** settings:objects:write
10022
+
10023
+ Remove the permissions for an existing accessor on this object, anyone with read/write permissions is allowed to delete permissions.
10024
+
10025
+
10026
+
10027
+ </div>
10028
+
10029
+
10030
+ #### Parameters
10031
+
10032
+ | Name | Type | Description |
10033
+ | --- | --- | --- |
10034
+ |config.accessorId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The user uuid or group uuid of the accessor, depending on the type. |
10035
+ |config.accessorType<sup>*required</sup>|"group" &#124; "user"|The type of the accessor. |
10036
+ |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 |
10037
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
10038
+
10039
+
10040
+
10041
+
10042
+ #### Returns
10043
+
10044
+ | Return type | Status code | Description |
10045
+ |---|---|---|
10046
+ |void|204|Success|
10047
+
10048
+
10049
+ #### Throws
10050
+
10051
+ | Error Type | Error Message |
10052
+ |---|---|
10053
+ |ErrorEnvelopeError|No object available for the given objectId or the accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
10054
+
10055
+
10056
+ <details>
10057
+ <summary>
10058
+ Code example
10059
+ </summary>
10060
+
10061
+ ```ts
10062
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
10063
+
10064
+ const data = await settingsObjectsClient.removePermission({
10065
+ objectId: "...",
10066
+ accessorType: RemovePermissionPathAccessorType.Group,
10067
+ accessorId: "...",
10068
+ });
10069
+ ```
10070
+
10071
+ </details>
10072
+
10073
+
10074
+
10075
+ </div>
10076
+
10077
+
10078
+ <a name="removepermissionallusers"></a>
10079
+ ### removePermissionAllUsers
10080
+
10081
+ <div class="padding-bottom--md">
10082
+ <strong>settingsObjectsClient.removePermissionAllUsers(config): Promise&lt;void&gt;</strong>
10083
+
10084
+ <div class="padding-left--md">
10085
+
10086
+ Remove the permissions for an existing all-users accessor on this object.
10087
+
10088
+ **Required scope:** settings:objects:write
10089
+ **Required permission:** settings:objects:write
10090
+
10091
+ Remove the permissions for an existing all-users accessor on this object, anyone with read/write permissions is allowed to delete permissions.
10092
+
10093
+
10094
+
10095
+ </div>
10096
+
10097
+
10098
+ #### Parameters
10099
+
10100
+ | Name | Type | Description |
10101
+ | --- | --- | --- |
10102
+ |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 |
10103
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
10104
+
10105
+
10106
+
10107
+
10108
+ #### Returns
10109
+
10110
+ | Return type | Status code | Description |
10111
+ |---|---|---|
10112
+ |void|204|Success|
10113
+
10114
+
10115
+ #### Throws
10116
+
10117
+ | Error Type | Error Message |
10118
+ |---|---|
10119
+ |ErrorEnvelopeError|No object available for the given objectId or the all-users accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
10120
+
10121
+
10122
+ <details>
10123
+ <summary>
10124
+ Code example
10125
+ </summary>
10126
+
10127
+ ```ts
10128
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
10129
+
10130
+ const data =
10131
+ await settingsObjectsClient.removePermissionAllUsers({
10132
+ objectId: "...",
10133
+ });
10134
+ ```
10135
+
10136
+ </details>
10137
+
10138
+
10139
+
9716
10140
  </div>
9717
10141
 
9718
10142
 
@@ -9720,7 +10144,7 @@ const data =
9720
10144
  ### resolveEffectivePermissions
9721
10145
 
9722
10146
  <div class="padding-bottom--md">
9723
- <strong>settingsObjectsClient.resolveEffectivePermissions(config): Promise&lt;Array&lt;<a href="#effectivepermission" target="_blank" rel="noopener noreferrer">EffectivePermission</a>&gt;&gt;</strong>
10147
+ <strong>settingsObjectsClient.resolveEffectivePermissions(config): Promise&lt;Array&lt;<a href="#effectivepermission">EffectivePermission</a>&gt;&gt;</strong>
9724
10148
 
9725
10149
  <div class="padding-left--md">
9726
10150
 
@@ -9745,7 +10169,7 @@ Get the effective settings permissions of the calling user in the environment
9745
10169
 
9746
10170
  | Name | Type |
9747
10171
  | --- | --- |
9748
- |config.body<sup>*required</sup>|<a href="#resolutionrequest">ResolutionRequest</a>|
10172
+ |config.body<sup>*required</sup>|<a href="#resolutionrequest" target="_blank" rel="noopener noreferrer">ResolutionRequest</a>|
9749
10173
 
9750
10174
 
9751
10175
 
@@ -9774,6 +10198,219 @@ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment
9774
10198
 
9775
10199
  const data =
9776
10200
  await settingsObjectsClient.resolveEffectivePermissions({
10201
+ body: {
10202
+ permissions: [
10203
+ {
10204
+ context: {
10205
+ schemaId: "service:schema",
10206
+ scope: "environment",
10207
+ },
10208
+ permission: "settings:objects:write",
10209
+ },
10210
+ ],
10211
+ },
10212
+ });
10213
+ ```
10214
+
10215
+ </details>
10216
+
10217
+
10218
+
10219
+ </div>
10220
+
10221
+
10222
+ <a name="transferownership"></a>
10223
+ ### transferOwnership
10224
+
10225
+ <div class="padding-bottom--md">
10226
+ <strong>settingsObjectsClient.transferOwnership(config): Promise&lt;void&gt;</strong>
10227
+
10228
+ <div class="padding-left--md">
10229
+
10230
+ Transfer ownership of the object.
10231
+
10232
+ **Required scope:** settings:objects:write
10233
+ **Required permission:** settings:objects:write
10234
+
10235
+ Transfer ownership of the object, only the owner or the main admin is allowed to transfer the ownership (IAM permission needed).
10236
+
10237
+
10238
+
10239
+ </div>
10240
+
10241
+
10242
+ #### Parameters
10243
+
10244
+ | Name | Type | Description |
10245
+ | --- | --- | --- |
10246
+ |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 |
10247
+ |config.body<sup>*required</sup>|<a href="#transferownershiprequest">TransferOwnershipRequest</a>| |
10248
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
10249
+
10250
+
10251
+
10252
+
10253
+ #### Returns
10254
+
10255
+ | Return type | Status code | Description |
10256
+ |---|---|---|
10257
+ |void|204|Success. Response doesn&apos;t have a body.|
10258
+
10259
+
10260
+ #### Throws
10261
+
10262
+ | Error Type | Error Message |
10263
+ |---|---|
10264
+ |ErrorEnvelopeError|Failed. The input is invalid. \| Failed. Forbidden. \| No object available for the given objectId. \| Client side error. \| Server side error.|
10265
+
10266
+
10267
+ <details>
10268
+ <summary>
10269
+ Code example
10270
+ </summary>
10271
+
10272
+ ```ts
10273
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
10274
+
10275
+ const data = await settingsObjectsClient.transferOwnership({
10276
+ objectId: "...",
10277
+ body: { newOwner: { type: IdentityType.User } },
10278
+ });
10279
+ ```
10280
+
10281
+ </details>
10282
+
10283
+
10284
+
10285
+ </div>
10286
+
10287
+
10288
+ <a name="updatepermission"></a>
10289
+ ### updatePermission
10290
+
10291
+ <div class="padding-bottom--md">
10292
+ <strong>settingsObjectsClient.updatePermission(config): Promise&lt;void&gt;</strong>
10293
+
10294
+ <div class="padding-left--md">
10295
+
10296
+ Update the permissions for an existing accessor on this object.
10297
+
10298
+ **Required scope:** settings:objects:write
10299
+ **Required permission:** settings:objects:write
10300
+
10301
+ Update the permissions for an existing accessor on this object, anyone with read/write permissions is allowed to update permissions.
10302
+
10303
+
10304
+
10305
+ </div>
10306
+
10307
+
10308
+ #### Parameters
10309
+
10310
+ | Name | Type | Description |
10311
+ | --- | --- | --- |
10312
+ |config.accessorId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The user uuid or group uuid of the accessor, depending on the type. |
10313
+ |config.accessorType<sup>*required</sup>|"group" &#124; "user"|The type of the accessor. |
10314
+ |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 |
10315
+ |config.body<sup>*required</sup>|<a href="#updatepermissionsrequest" target="_blank" rel="noopener noreferrer">UpdatePermissionsRequest</a>| |
10316
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
10317
+
10318
+
10319
+
10320
+
10321
+ #### Returns
10322
+
10323
+ | Return type | Status code | Description |
10324
+ |---|---|---|
10325
+ |void|200|Success|
10326
+
10327
+
10328
+ #### Throws
10329
+
10330
+ | Error Type | Error Message |
10331
+ |---|---|
10332
+ |ErrorEnvelopeError|If permission list is empty, contains unsupported entries or unsupported combinations of entries. \| No object available for the given objectId or the accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
10333
+
10334
+
10335
+ <details>
10336
+ <summary>
10337
+ Code example
10338
+ </summary>
10339
+
10340
+ ```ts
10341
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
10342
+
10343
+ const data = await settingsObjectsClient.updatePermission({
10344
+ objectId: "...",
10345
+ accessorType: UpdatePermissionPathAccessorType.Group,
10346
+ accessorId: "...",
10347
+ body: {},
10348
+ });
10349
+ ```
10350
+
10351
+ </details>
10352
+
10353
+
10354
+
10355
+ </div>
10356
+
10357
+
10358
+ <a name="updatepermissionallusers"></a>
10359
+ ### updatePermissionAllUsers
10360
+
10361
+ <div class="padding-bottom--md">
10362
+ <strong>settingsObjectsClient.updatePermissionAllUsers(config): Promise&lt;void&gt;</strong>
10363
+
10364
+ <div class="padding-left--md">
10365
+
10366
+ Update the permissions for an existing all-users accessor on this object.
10367
+
10368
+ **Required scope:** settings:objects:write
10369
+ **Required permission:** settings:objects:write
10370
+
10371
+ Update the permissions for an existing all-users accessor on this object, anyone with read/write permissions is allowed to update permissions.
10372
+
10373
+
10374
+
10375
+ </div>
10376
+
10377
+
10378
+ #### Parameters
10379
+
10380
+ | Name | Type | Description |
10381
+ | --- | --- | --- |
10382
+ |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 |
10383
+ |config.body<sup>*required</sup>|<a href="#updatepermissionsrequest">UpdatePermissionsRequest</a>| |
10384
+ |config.objectId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the required settings object. |
10385
+
10386
+
10387
+
10388
+
10389
+ #### Returns
10390
+
10391
+ | Return type | Status code | Description |
10392
+ |---|---|---|
10393
+ |void|200|Success|
10394
+
10395
+
10396
+ #### Throws
10397
+
10398
+ | Error Type | Error Message |
10399
+ |---|---|
10400
+ |ErrorEnvelopeError|If permission list is empty, contains unsupported entries or unsupported combinations of entries. \| No object available for the given objectId or the all-users accessor doesn&apos;t have any permissions on this object. \| Client side error. \| Server side error.|
10401
+
10402
+
10403
+ <details>
10404
+ <summary>
10405
+ Code example
10406
+ </summary>
10407
+
10408
+ ```ts
10409
+ import { settingsObjectsClient } from "@dynatrace-sdk/client-classic-environment-v2";
10410
+
10411
+ const data =
10412
+ await settingsObjectsClient.updatePermissionAllUsers({
10413
+ objectId: "...",
9777
10414
  body: {},
9778
10415
  });
9779
10416
  ```
@@ -10398,7 +11035,7 @@ Lists all synthetic locations (both public and private) available for your envir
10398
11035
 
10399
11036
  | Name | Type | Description |
10400
11037
  | --- | --- | --- |
10401
- |config.capability|"BROWSER" &#124; "HTTP" &#124; "ICMP" &#124; "TCP" &#124; "DNS"|Filters the resulting set of locations to those which support specific capability. |
11038
+ |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. |
10402
11039
  |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. |
10403
11040
  |config.type|"PUBLIC" &#124; "PRIVATE"|Filters the resulting set of locations to those of a specific type. |
10404
11041
 
@@ -10575,6 +11212,7 @@ Lists all synthetic nodes available in your environment
10575
11212
  | Name | Type | Description |
10576
11213
  | --- | --- | --- |
10577
11214
  |config.assignedToLocation|"TRUE" &#124; "FALSE"|Filters the resulting set of nodes to those which are assigned to a synthetic location or not. |
11215
+ |config.isContainerized|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If set to true, returns only containerized nodes. |
10578
11216
 
10579
11217
 
10580
11218
 
@@ -11583,10 +12221,10 @@ A credentials set of the `AWS_MONITORING_KEY_BASED` type.
11583
12221
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
11584
12222
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
11585
12223
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
11586
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
11587
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
12224
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
12225
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
11588
12226
  |secretKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Secret access key of the credential. |
11589
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
12227
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
11590
12228
 
11591
12229
  ### AWSRoleBasedCredentials
11592
12230
 
@@ -11602,9 +12240,9 @@ A credentials set of the `AWS_MONITORING_ROLE_BASED` type.
11602
12240
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
11603
12241
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
11604
12242
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
11605
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
11606
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
11607
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
12243
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
12244
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
12245
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
11608
12246
 
11609
12247
  ### AbstractCredentialsResponseElement
11610
12248
 
@@ -11619,7 +12257,7 @@ Credentials set.
11619
12257
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
11620
12258
  |owner<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the credential (user for which used API token was created). |
11621
12259
  |ownerAccessOnly<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Flag indicating that this credential is visible only to the owner. |
11622
- |scope|"UNKNOWN" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "ALL"|The scope of the credentials set. |
12260
+ |scope|"ALL" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "UNKNOWN"|The scope of the credentials set. |
11623
12261
  |type<sup>*required</sup>|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>USERNAME_PASSWORD</code> -&gt; CredentialsDetailsUsernamePasswordResponseElement</li> <li><code>CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> <li><code>TOKEN</code> -&gt; CredentialsDetailsTokenResponseElement</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> </ul> |
11624
12262
 
11625
12263
  ### AbstractSloAlertDto
@@ -11630,6 +12268,23 @@ Credentials set.
11630
12268
  |alertThreshold<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Threshold of the alert. Status alerts trigger if they fall below this value, burn rate alerts trigger if they exceed the value. |
11631
12269
  |alertType<sup>*required</sup>|"BURN_RATE" &#124; "STATUS"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>BURN_RATE</code> -&gt; BurnRateAlert</li> <li><code>STATUS</code> -&gt; StatusAlert</li> </ul> |
11632
12270
 
12271
+ ### AccessorPermissions
12272
+
12273
+ An accessor identity and it&apos;s associated permissions.
12274
+
12275
+ | Name | Type | Description |
12276
+ | --- | --- | --- |
12277
+ |accessor|<a href="#identity" target="_blank" rel="noopener noreferrer">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
12278
+ |permissions|Array&lt;"r" &#124; "w"&gt;|The permissions associated with the accessor. |
12279
+
12280
+ ### AccessorPermissionsList
12281
+
12282
+ All configured permissions of an object (excluding owner).
12283
+
12284
+ | Name | Type |
12285
+ | --- | --- |
12286
+ |accessors|Array&lt;<a href="#accessorpermissions">AccessorPermissions</a>&gt;|
12287
+
11633
12288
  ### ActiveGate
11634
12289
 
11635
12290
  Parameters of the ActiveGate.
@@ -11997,7 +12652,7 @@ Metadata for an extension asset.
11997
12652
  |assetSchemaDetails|<a href="#assetschemadetailsdto">AssetSchemaDetailsDto</a>|Settings schema details for asset |
11998
12653
  |displayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|User-friendly name of the asset. |
11999
12654
  |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). |
12000
- |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. |
12655
+ |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. |
12001
12656
 
12002
12657
  ### AssetSchemaDetailsDto
12003
12658
 
@@ -12134,7 +12789,7 @@ An entry of the audit log.
12134
12789
 
12135
12790
  | Name | Type | Description |
12136
12791
  | --- | --- | --- |
12137
- |category<sup>*required</sup>|"TOKEN" &#124; "ACTIVEGATE_TOKEN" &#124; "CONFIG" &#124; "MANUAL_TAGGING_SERVICE" &#124; "WEB_UI"|The category of the recorded operation. |
12792
+ |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. |
12138
12793
  |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>. |
12139
12794
  |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>. |
12140
12795
  |dt.settings.object_summary|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The value summary for entries of category <code>CONFIG</code>. |
@@ -12143,7 +12798,7 @@ An entry of the audit log.
12143
12798
  |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>. |
12144
12799
  |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> |
12145
12800
  |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. |
12146
- |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> |
12801
+ |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> |
12147
12802
  |logId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the log entry. |
12148
12803
  |message|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The logged message. |
12149
12804
  |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> |
@@ -12295,15 +12950,15 @@ A credentials set of the `CERTIFICATE` type.
12295
12950
  |allowContextlessRequests|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
12296
12951
  |allowedEntities|Array&lt;<a href="#credentialaccessdata" target="_blank" rel="noopener noreferrer">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
12297
12952
  |certificate|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The certificate in the string format. |
12298
- |certificateFormat|"PEM" &#124; "PKCS12" &#124; "UNKNOWN"|The certificate format. |
12953
+ |certificateFormat|"UNKNOWN" &#124; "PEM" &#124; "PKCS12"|The certificate format. |
12299
12954
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the credentials set. |
12300
12955
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
12301
12956
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
12302
12957
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
12303
12958
  |password|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The password of the credential (Base64 encoded). |
12304
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
12305
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
12306
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
12959
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
12960
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
12961
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
12307
12962
 
12308
12963
  ### CloudEvent
12309
12964
 
@@ -12468,9 +13123,9 @@ The actual set of fields depends on the type of credentials. Find the list of ac
12468
13123
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
12469
13124
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
12470
13125
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
12471
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
12472
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
12473
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
13126
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
13127
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
13128
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
12474
13129
 
12475
13130
  ### CredentialsDetailsCertificateResponseElement
12476
13131
 
@@ -12488,7 +13143,7 @@ Details of certificate credentials set.
12488
13143
  |owner<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the credential (user for which used API token was created). |
12489
13144
  |ownerAccessOnly<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Flag indicating that this credential is visible only to the owner. |
12490
13145
  |password|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Base64 encoded password |
12491
- |scope|"UNKNOWN" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "ALL"|The scope of the credentials set. |
13146
+ |scope|"ALL" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "UNKNOWN"|The scope of the credentials set. |
12492
13147
  |type<sup>*required</sup>|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>USERNAME_PASSWORD</code> -&gt; CredentialsDetailsUsernamePasswordResponseElement</li> <li><code>CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> <li><code>TOKEN</code> -&gt; CredentialsDetailsTokenResponseElement</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> </ul> |
12493
13148
 
12494
13149
  ### CredentialsDetailsTokenResponseElement
@@ -12504,7 +13159,7 @@ Details of the token credentials set.
12504
13159
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
12505
13160
  |owner<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the credential (user for which used API token was created). |
12506
13161
  |ownerAccessOnly<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Flag indicating that this credential is visible only to the owner. |
12507
- |scope|"UNKNOWN" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "ALL"|The scope of the credentials set. |
13162
+ |scope|"ALL" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "UNKNOWN"|The scope of the credentials set. |
12508
13163
  |token|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Plain text token value |
12509
13164
  |type<sup>*required</sup>|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>USERNAME_PASSWORD</code> -&gt; CredentialsDetailsUsernamePasswordResponseElement</li> <li><code>CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> <li><code>TOKEN</code> -&gt; CredentialsDetailsTokenResponseElement</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> </ul> |
12510
13165
 
@@ -12522,7 +13177,7 @@ Details of username and password credentials set.
12522
13177
  |owner<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the credential (user for which used API token was created). |
12523
13178
  |ownerAccessOnly<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Flag indicating that this credential is visible only to the owner. |
12524
13179
  |password|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Plain text password value |
12525
- |scope|"UNKNOWN" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "ALL"|The scope of the credentials set. |
13180
+ |scope|"ALL" &#124; "EXTENSION" &#124; "SYNTHETIC" &#124; "UNKNOWN"|The scope of the credentials set. |
12526
13181
  |type<sup>*required</sup>|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>USERNAME_PASSWORD</code> -&gt; CredentialsDetailsUsernamePasswordResponseElement</li> <li><code>CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> <li><code>TOKEN</code> -&gt; CredentialsDetailsTokenResponseElement</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; CredentialsDetailsCertificateResponseElement</li> </ul> |
12527
13182
  |username|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Plain text username value |
12528
13183
 
@@ -12560,9 +13215,9 @@ Metadata of the credentials set.
12560
13215
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
12561
13216
  |owner<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the credential (user for which used API token was created). |
12562
13217
  |ownerAccessOnly<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Flag indicating that this credential is visible only to the owner. |
12563
- |scope|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
12564
- |scopes|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|The set of scopes of the credentials set. |
12565
- |type<sup>*required</sup>|"UNKNOWN" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|The type of the credentials set. |
13218
+ |scope|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
13219
+ |scopes|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|The set of scopes of the credentials set. |
13220
+ |type<sup>*required</sup>|"UNKNOWN" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|The type of the credentials set. |
12566
13221
 
12567
13222
  ### CustomApplicationImpact
12568
13223
 
@@ -12763,8 +13418,8 @@ A constraint on the values that are going to be deleted.
12763
13418
  | Name | Type | Description |
12764
13419
  | --- | --- | --- |
12765
13420
  |context|<a href="#permissioncontext">PermissionContext</a>|Optional context data |
12766
- |granted|"condition" &#124; "false" &#124; "true"| |
12767
- |permission|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
13421
+ |granted<sup>*required</sup>|"condition" &#124; "false" &#124; "true"| |
13422
+ |permission<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
12768
13423
 
12769
13424
  ### EffectiveSettingsValue
12770
13425
 
@@ -13044,8 +13699,8 @@ The configuration of an event to be ingested.
13044
13699
  |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> |
13045
13700
  |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> |
13046
13701
  |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. |
13047
- |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> |
13048
- |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> |
13702
+ |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> |
13703
+ |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> |
13049
13704
  |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> |
13050
13705
  |title<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The title of the event. |
13051
13706
 
@@ -13053,11 +13708,11 @@ The configuration of an event to be ingested.
13053
13708
 
13054
13709
  A map of event properties.
13055
13710
 
13056
- 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.
13057
- `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.
13058
- All other keys are interpreted as user-defined event properties.
13711
+ * 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).
13712
+ * To attach entity information to an event, use `dt.entity.*` keys.
13713
+ * To provide additional info, you can use any key outside of the `dt.*` namespace.
13059
13714
 
13060
- Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.
13715
+ Values of event properties with predefined behavior must fulfill the requirements of the respective property.
13061
13716
 
13062
13717
  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.
13063
13718
 
@@ -13596,7 +14251,7 @@ An Identity describing either a user, a group, or the all-users group (applying
13596
14251
  | Name | Type | Description |
13597
14252
  | --- | --- | --- |
13598
14253
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The user id or user group id if type is 'user' or 'group', missing if type is 'all-users'. |
13599
- |type<sup>*required</sup>|"user" &#124; "group" &#124; "all-users"|The type of the identity. |
14254
+ |type<sup>*required</sup>|"all-users" &#124; "group" &#124; "user"|The type of the identity. |
13600
14255
 
13601
14256
  ### Impact
13602
14257
 
@@ -13682,6 +14337,7 @@ A synthetic location.
13682
14337
  | --- | --- | --- |
13683
14338
  |capabilities|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The list of location's capabilities. |
13684
14339
  |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> |
14340
+ |deploymentType|"UNKNOWN" &#124; "KUBERNETES" &#124; "OPENSHIFT" &#124; "STANDARD"|Location's deployment type |
13685
14341
  |entityId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The Dynatrace entity ID of the location. |
13686
14342
  |geoCity|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Location's city. |
13687
14343
  |geoContinent|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Location's continent. |
@@ -13690,6 +14346,7 @@ A synthetic location.
13690
14346
  |geoLocationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The Dynatrace GeoLocation ID of the location. |
13691
14347
  |geoLongitude|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Location's longitude. |
13692
14348
  |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> |
14349
+ |lastModificationTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the last modification of the location. |
13693
14350
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the location. |
13694
14351
  |stage|"BETA" &#124; "COMING_SOON" &#124; "DELETED" &#124; "GA"|The release stage of the location. |
13695
14352
  |status|"ENABLED" &#124; "DISABLED" &#124; "HIDDEN"|The status of the location. |
@@ -13798,7 +14455,7 @@ The default aggregation of a metric.
13798
14455
  | Name | Type | Description |
13799
14456
  | --- | --- | --- |
13800
14457
  |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> |
13801
- |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. |
14458
+ |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. |
13802
14459
 
13803
14460
  ### MetricDescriptor
13804
14461
 
@@ -13806,7 +14463,7 @@ The descriptor of a metric.
13806
14463
 
13807
14464
  | Name | Type | Description |
13808
14465
  | --- | --- | --- |
13809
- |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. |
14466
+ |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. |
13810
14467
  |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> |
13811
14468
  |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> |
13812
14469
  |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> |
@@ -13828,7 +14485,7 @@ The descriptor of a metric.
13828
14485
  |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> |
13829
14486
  |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> |
13830
14487
  |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> |
13831
- |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. |
14488
+ |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. |
13832
14489
  |unit|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unit of the metric. |
13833
14490
  |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> |
13834
14491
  |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. |
@@ -13921,7 +14578,7 @@ Metric query translation to DQL.
13921
14578
  | --- | --- | --- |
13922
14579
  |message|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Error message - only present if the status is <code>not supported</code> |
13923
14580
  |query|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The DQL query corresponding to the metric query |
13924
- |status|"success" &#124; "not supported"|The status of the DQL translation, either <code>success</code> or <code>not supported</code> |
14581
+ |status|"not supported" &#124; "success"|The status of the DQL translation, either <code>success</code> or <code>not supported</code> |
13925
14582
 
13926
14583
  ### MetricSeries
13927
14584
 
@@ -14091,7 +14748,7 @@ Monitoring state of the process group instance.
14091
14748
  |entityId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The Dynatrace entity ID of the process group instance. |
14092
14749
  |params|Array&lt;<a href="#monitoredentitystateparam" target="_blank" rel="noopener noreferrer">MonitoredEntityStateParam</a>&gt;|Additional parameters of the monitoring state. |
14093
14750
  |severity|"deep_monitoring_ok" &#124; "info" &#124; "ok" &#124; "warning"|The type of the monitoring state. |
14094
- |state|"ok" &#124; "agent_injection_status_go_dynamizer_failed" &#124; "agent_injection_status_go_pclntab_failed" &#124; "agent_injection_status_go_vertigo_support_added" &#124; "agent_injection_status_nginx_patched_binary_detected" &#124; "agent_injection_status_php_opcache_disabled" &#124; "agent_injection_status_php_stack_size_too_low" &#124; "agent_injection_suppression" &#124; "aix_enable_full_monitoring_needed" &#124; "bad_installer" &#124; "boshbpm_disabled" &#124; "container_injection_failed" &#124; "containerd_disabled" &#124; "crio_disabled" &#124; "custom_pg_rule_required" &#124; "deep_monitoring_successful" &#124; "deep_monitoring_unsuccessful" &#124; "docker_disabled" &#124; "garden_disabled" &#124; "host_infra_structure_only" &#124; "host_monitoring_disabled" &#124; "network_agent_inactive" &#124; "parent_process_restart_required" &#124; "podman_disabled" &#124; "process_group_different_id_due_to_declarative_grouping" &#124; "process_group_disabled" &#124; "process_group_disabled_via_container_injection_rule" &#124; "process_group_disabled_via_container_injection_rule_restart" &#124; "process_group_disabled_via_global_settings" &#124; "process_group_disabled_via_injection_rule" &#124; "process_group_disabled_via_injection_rule_restart" &#124; "restart_required" &#124; "restart_required_apache" &#124; "restart_required_docker_deamon" &#124; "restart_required_host_group_inconsistent" &#124; "restart_required_host_id_inconsistent" &#124; "restart_required_outdated_agent_apache_update" &#124; "restart_required_outdated_agent_injected" &#124; "restart_required_using_different_data_storage_dir" &#124; "restart_required_using_different_log_path" &#124; "restart_required_virtualized_container" &#124; "unsupported_state" &#124; "winc_disabled"|The name of the monitoring state. |
14751
+ |state|"ok" &#124; "agent_injection_status_go_dynamizer_failed" &#124; "agent_injection_status_go_fips_detected_but_feature_disabled" &#124; "agent_injection_status_go_pclntab_failed" &#124; "agent_injection_status_go_vertigo_support_added" &#124; "agent_injection_status_nginx_patched_binary_detected" &#124; "agent_injection_status_php_opcache_disabled" &#124; "agent_injection_status_php_stack_size_too_low" &#124; "agent_injection_suppression" &#124; "aix_enable_full_monitoring_needed" &#124; "bad_installer" &#124; "boshbpm_disabled" &#124; "container_injection_failed" &#124; "containerd_disabled" &#124; "crio_disabled" &#124; "custom_pg_rule_required" &#124; "deep_monitoring_successful" &#124; "deep_monitoring_unsuccessful" &#124; "docker_disabled" &#124; "garden_disabled" &#124; "host_infra_structure_only" &#124; "host_monitoring_disabled" &#124; "network_agent_inactive" &#124; "parent_process_restart_required" &#124; "podman_disabled" &#124; "process_group_different_id_due_to_declarative_grouping" &#124; "process_group_disabled" &#124; "process_group_disabled_via_container_injection_rule" &#124; "process_group_disabled_via_container_injection_rule_restart" &#124; "process_group_disabled_via_global_settings" &#124; "process_group_disabled_via_injection_rule" &#124; "process_group_disabled_via_injection_rule_restart" &#124; "restart_required" &#124; "restart_required_apache" &#124; "restart_required_docker_deamon" &#124; "restart_required_host_group_inconsistent" &#124; "restart_required_host_id_inconsistent" &#124; "restart_required_outdated_agent_apache_update" &#124; "restart_required_outdated_agent_injected" &#124; "restart_required_using_different_data_storage_dir" &#124; "restart_required_using_different_log_path" &#124; "restart_required_virtualized_container" &#124; "unsupported_state" &#124; "winc_disabled"|The name of the monitoring state. |
14095
14752
 
14096
14753
  ### MonitoredStates
14097
14754
 
@@ -14285,6 +14942,7 @@ Configuration of a private synthetic location.
14285
14942
  |longitude<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The longitude of the location in <code>DDD.dddd</code> format. |
14286
14943
  |namExecutionSupported|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Boolean value describes if icmp monitors will be executed on this location:</p> <ul> <li><code>false</code>: Icmp monitor executions disabled.</li> <li><code>true</code>: Icmp monitor executions enabled.</li> </ul> |
14287
14944
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the location. |
14945
+ |nodeNames|<a href="#privatesyntheticlocationnodenames">PrivateSyntheticLocationNodeNames</a>|A mapping id to name of the nodes belonging to the location. |
14288
14946
  |nodes<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>A list of synthetic nodes belonging to the location.</p> <p>You can retrieve the list of available nodes with the <a href="https://dt-url.net/miy3rpl" target="_blank" rel="noopener noreferrer" >GET all nodes</a> call.</p> |
14289
14947
  |regionCode|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The region code of the location.</p> <p>To fetch the list of available region codes, use the <a href="https://dt-url.net/az230x0" target="_blank" rel="noopener noreferrer" >GET regions of the country</a> request.</p> |
14290
14948
  |regionName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The region name of the location. |
@@ -14292,29 +14950,35 @@ Configuration of a private synthetic location.
14292
14950
  |type<sup>*required</sup>|"CLUSTER" &#124; "PUBLIC" &#124; "PRIVATE"| |
14293
14951
  |useNewKubernetesVersion|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Boolean value describes which kubernetes version will be used:</p> <ul> <li><code>false</code>: Version 1.23+ that is older than 1.26</li> <li><code>true</code>: Version 1.26+.</li> </ul> |
14294
14952
 
14953
+ ### PrivateSyntheticLocationNodeNames
14954
+
14955
+ A mapping id to name of the nodes belonging to the location.
14956
+
14957
+ **type**: Record&lt;string, string | undefined&gt;
14958
+
14295
14959
  ### Problem
14296
14960
 
14297
14961
  The properties of a problem.
14298
14962
 
14299
14963
  | Name | Type | Description |
14300
14964
  | --- | --- | --- |
14301
- |affectedEntities<sup>*required</sup>|Array&lt;<a href="#entitystub">EntityStub</a>&gt;|A list of all entities that are affected by the problem. |
14965
+ |affectedEntities<sup>*required</sup>|Array&lt;<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>&gt;|A list of all entities that are affected by the problem. |
14302
14966
  |displayId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display ID of the problem. |
14303
14967
  |endTime<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The end timestamp of the problem, in UTC milliseconds.</p> <p>Has <code>-1</code> value, if the problem is still open.</p> |
14304
- |entityTags|Array&lt;<a href="#metag" target="_blank" rel="noopener noreferrer">METag</a>&gt;|A list of all entity tags of the problem. |
14305
- |evidenceDetails|<a href="#evidencedetails">EvidenceDetails</a>|The evidence details of a problem. |
14306
- |impactAnalysis|<a href="#impactanalysis" target="_blank" rel="noopener noreferrer">ImpactAnalysis</a>|A list of all impacts of the problem. |
14307
- |impactLevel<sup>*required</sup>|"APPLICATION" &#124; "ENVIRONMENT" &#124; "INFRASTRUCTURE" &#124; "SERVICES"|The impact level of the problem. It shows what is affected by the problem. |
14308
- |impactedEntities<sup>*required</sup>|Array&lt;<a href="#entitystub">EntityStub</a>&gt;|A list of all entities that are impacted by the problem. |
14968
+ |entityTags|Array&lt;<a href="#metag">METag</a>&gt;|A list of all entity tags of the problem. |
14969
+ |evidenceDetails|<a href="#evidencedetails" target="_blank" rel="noopener noreferrer">EvidenceDetails</a>|The evidence details of a problem. |
14970
+ |impactAnalysis|<a href="#impactanalysis">ImpactAnalysis</a>|A list of all impacts of the problem. |
14971
+ |impactLevel<sup>*required</sup>|"ENVIRONMENT" &#124; "APPLICATION" &#124; "INFRASTRUCTURE" &#124; "SERVICES"|The impact level of the problem. It shows what is affected by the problem. |
14972
+ |impactedEntities<sup>*required</sup>|Array&lt;<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>&gt;|A list of all entities that are impacted by the problem. |
14309
14973
  |k8s.cluster.name|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The related Kubernetes cluster names. |
14310
14974
  |k8s.cluster.uid|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The related Kubernetes cluster UIDs. |
14311
14975
  |k8s.namespace.name|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The related Kubernetes namespace names. |
14312
- |linkedProblemInfo|<a href="#linkedproblem" target="_blank" rel="noopener noreferrer">LinkedProblem</a>|The properties of the linked problem. |
14313
- |managementZones<sup>*required</sup>|Array&lt;<a href="#managementzone">ManagementZone</a>&gt;|A list of all management zones that the problem belongs to. |
14314
- |problemFilters<sup>*required</sup>|Array&lt;<a href="#alertingprofilestub" target="_blank" rel="noopener noreferrer">AlertingProfileStub</a>&gt;|A list of alerting profiles that match the problem. |
14976
+ |linkedProblemInfo|<a href="#linkedproblem">LinkedProblem</a>|The properties of the linked problem. |
14977
+ |managementZones<sup>*required</sup>|Array&lt;<a href="#managementzone" target="_blank" rel="noopener noreferrer">ManagementZone</a>&gt;|A list of all management zones that the problem belongs to. |
14978
+ |problemFilters<sup>*required</sup>|Array&lt;<a href="#alertingprofilestub">AlertingProfileStub</a>&gt;|A list of alerting profiles that match the problem. |
14315
14979
  |problemId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the problem. |
14316
- |recentComments|<a href="#commentslist">CommentsList</a>|A list of comments. |
14317
- |rootCauseEntity|<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>|A short representation of a monitored entity. |
14980
+ |recentComments|<a href="#commentslist" target="_blank" rel="noopener noreferrer">CommentsList</a>|A list of comments. |
14981
+ |rootCauseEntity|<a href="#entitystub">EntityStub</a>|A short representation of a monitored entity. |
14318
14982
  |severityLevel<sup>*required</sup>|"CUSTOM_ALERT" &#124; "AVAILABILITY" &#124; "ERROR" &#124; "INFO" &#124; "MONITORING_UNAVAILABLE" &#124; "PERFORMANCE" &#124; "RESOURCE_CONTENTION"|The severity of the problem. |
14319
14983
  |startTime<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The start timestamp of the problem, in UTC milliseconds. |
14320
14984
  |status<sup>*required</sup>|"CLOSED" &#124; "OPEN"|The status of the problem. |
@@ -14334,7 +14998,7 @@ The result of closing a problem.
14334
14998
  | --- | --- | --- |
14335
14999
  |closeTimestamp<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the user triggered the closing. |
14336
15000
  |closing<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|True, if the problem is being closed. |
14337
- |comment|<a href="#comment">Comment</a>|The comment to a problem. |
15001
+ |comment|<a href="#comment" target="_blank" rel="noopener noreferrer">Comment</a>|The comment to a problem. |
14338
15002
  |problemId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the problem. |
14339
15003
 
14340
15004
  ### Problems
@@ -14345,7 +15009,7 @@ A list of problems.
14345
15009
  | --- | --- | --- |
14346
15010
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
14347
15011
  |pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
14348
- |problems<sup>*required</sup>|Array&lt;<a href="#problem" target="_blank" rel="noopener noreferrer">Problem</a>&gt;|The result entries. |
15012
+ |problems<sup>*required</sup>|Array&lt;<a href="#problem">Problem</a>&gt;|The result entries. |
14349
15013
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of entries in the result. |
14350
15014
  |warnings|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of warnings |
14351
15015
 
@@ -14355,9 +15019,9 @@ The vulnerable functions of a process group including their usage.
14355
15019
 
14356
15020
  | Name | Type | Description |
14357
15021
  | --- | --- | --- |
14358
- |functionsInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions in use. |
14359
- |functionsNotAvailable|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions with unknown state. |
14360
- |functionsNotInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions not in use. |
15022
+ |functionsInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions in use. |
15023
+ |functionsNotAvailable|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions with unknown state. |
15024
+ |functionsNotInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions not in use. |
14361
15025
  |processGroup|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The process group identifier. |
14362
15026
 
14363
15027
  ### PropertyDefinition
@@ -14366,25 +15030,25 @@ Configuration of a property in a settings schema.
14366
15030
 
14367
15031
  | Name | Type | Description |
14368
15032
  | --- | --- | --- |
14369
- |constraints|Array&lt;<a href="#constraint" target="_blank" rel="noopener noreferrer">Constraint</a>&gt;|A list of constraints limiting the values to be accepted. |
14370
- |datasource|<a href="#datasourcedefinition">DatasourceDefinition</a>|Configuration of a datasource for a property. |
15033
+ |constraints|Array&lt;<a href="#constraint">Constraint</a>&gt;|A list of constraints limiting the values to be accepted. |
15034
+ |datasource|<a href="#datasourcedefinition" target="_blank" rel="noopener noreferrer">DatasourceDefinition</a>|Configuration of a datasource for a property. |
14371
15035
  |default|AnyValue|<p>The default value to be used when no value is provided.</p> <p>If a non-singleton has the value of <code>null</code>, it means an empty collection.</p> |
14372
15036
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the property. |
14373
15037
  |displayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the property. |
14374
15038
  |documentation|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|An extended description and/or links to documentation. |
14375
15039
  |forceSecretResubmission|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Defines if value is allowed to be modified when secret properties are not |
14376
- |items|<a href="#item" target="_blank" rel="noopener noreferrer">Item</a>|An item of a collection property. |
15040
+ |items|<a href="#item">Item</a>|An item of a collection property. |
14377
15041
  |maxObjects<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The maximum number of <strong>objects</strong> in a collection property.</p> <p>Has the value of <code>1</code> for singletons.</p> |
14378
- |metadata|<a href="#propertydefinitionmetadata">PropertyDefinitionMetadata</a>|Metadata of the property. |
15042
+ |metadata|<a href="#propertydefinitionmetadata" target="_blank" rel="noopener noreferrer">PropertyDefinitionMetadata</a>|Metadata of the property. |
14379
15043
  |migrationPattern|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Pattern with references to properties to create a new value. |
14380
15044
  |minObjects|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The minimum number of <strong>objects</strong> in a collection property. |
14381
15045
  |modificationPolicy|"DEFAULT" &#124; "ALWAYS" &#124; "NEVER"|Modification policy of the property. |
14382
15046
  |nullable<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The value can (<code>true</code>) or can't (<code>false</code>) be <code>null</code>. |
14383
- |precondition|<a href="#precondition" target="_blank" rel="noopener noreferrer">Precondition</a>|A precondition for visibility of a property. |
15047
+ |precondition|<a href="#precondition">Precondition</a>|A precondition for visibility of a property. |
14384
15048
  |referencedType|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The type referenced by the property value |
14385
15049
  |subType|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The subtype of the property's value. |
14386
- |type<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String) &#124; <a href="#refpointer">RefPointer</a>|The type of the property's value. |
14387
- |uiCustomization|<a href="#uicustomization" target="_blank" rel="noopener noreferrer">UiCustomization</a>|Customization for UI elements |
15050
+ |type<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String) &#124; <a href="#refpointer" target="_blank" rel="noopener noreferrer">RefPointer</a>|The type of the property's value. |
15051
+ |uiCustomization|<a href="#uicustomization">UiCustomization</a>|Customization for UI elements |
14388
15052
 
14389
15053
  ### PropertyDefinitionMetadata
14390
15054
 
@@ -14398,7 +15062,7 @@ Details that are specific to the used protocol.
14398
15062
 
14399
15063
  | Name | Type | Description |
14400
15064
  | --- | --- | --- |
14401
- |http|<a href="#httpprotocoldetails">HttpProtocolDetails</a>|HTTP specific request details. |
15065
+ |http|<a href="#httpprotocoldetails" target="_blank" rel="noopener noreferrer">HttpProtocolDetails</a>|HTTP specific request details. |
14402
15066
 
14403
15067
  ### PublicCertificateCredentials
14404
15068
 
@@ -14407,17 +15071,17 @@ A credentials set of the `PUBLIC_CERTIFICATE` type.
14407
15071
  | Name | Type | Description |
14408
15072
  | --- | --- | --- |
14409
15073
  |allowContextlessRequests|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
14410
- |allowedEntities|Array&lt;<a href="#credentialaccessdata" target="_blank" rel="noopener noreferrer">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
15074
+ |allowedEntities|Array&lt;<a href="#credentialaccessdata">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
14411
15075
  |certificate|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The certificate in the string format. |
14412
- |certificateFormat|"PEM" &#124; "PKCS12" &#124; "UNKNOWN"|The certificate format. |
15076
+ |certificateFormat|"UNKNOWN" &#124; "PEM" &#124; "PKCS12"|The certificate format. |
14413
15077
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the credentials set. |
14414
15078
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
14415
15079
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
14416
15080
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
14417
15081
  |password|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The password of the credential (not supported). |
14418
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
14419
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
14420
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
15082
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
15083
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
15084
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
14421
15085
 
14422
15086
  ### PublicSyntheticLocation
14423
15087
 
@@ -14488,7 +15152,7 @@ A list of related container images.
14488
15152
 
14489
15153
  | Name | Type | Description |
14490
15154
  | --- | --- | --- |
14491
- |containerImages|Array&lt;<a href="#relatedcontainerimage">RelatedContainerImage</a>&gt;|A list of related container images. |
15155
+ |containerImages|Array&lt;<a href="#relatedcontainerimage" target="_blank" rel="noopener noreferrer">RelatedContainerImage</a>&gt;|A list of related container images. |
14492
15156
 
14493
15157
  ### RelatedEntitiesList
14494
15158
 
@@ -14500,12 +15164,12 @@ Each related entity contains a list of corresponding affected entities (for exam
14500
15164
 
14501
15165
  | Name | Type | Description |
14502
15166
  | --- | --- | --- |
14503
- |applications|Array&lt;<a href="#relatedentity" target="_blank" rel="noopener noreferrer">RelatedEntity</a>&gt;|A list of related applications. |
15167
+ |applications|Array&lt;<a href="#relatedentity">RelatedEntity</a>&gt;|A list of related applications. |
14504
15168
  |databases|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of related databases. |
14505
- |hosts|Array&lt;<a href="#relatedentity">RelatedEntity</a>&gt;|A list of related hosts. |
14506
- |kubernetesClusters|Array&lt;<a href="#relatedentity" target="_blank" rel="noopener noreferrer">RelatedEntity</a>&gt;|A list of related Kubernetes clusters. |
14507
- |kubernetesWorkloads|Array&lt;<a href="#relatedentity">RelatedEntity</a>&gt;|A list of related Kubernetes workloads. |
14508
- |services|Array&lt;<a href="#relatedservice" target="_blank" rel="noopener noreferrer">RelatedService</a>&gt;|A list of related services. |
15169
+ |hosts|Array&lt;<a href="#relatedentity" target="_blank" rel="noopener noreferrer">RelatedEntity</a>&gt;|A list of related hosts. |
15170
+ |kubernetesClusters|Array&lt;<a href="#relatedentity">RelatedEntity</a>&gt;|A list of related Kubernetes clusters. |
15171
+ |kubernetesWorkloads|Array&lt;<a href="#relatedentity" target="_blank" rel="noopener noreferrer">RelatedEntity</a>&gt;|A list of related Kubernetes workloads. |
15172
+ |services|Array&lt;<a href="#relatedservice">RelatedService</a>&gt;|A list of related services. |
14509
15173
 
14510
15174
  ### RelatedEntity
14511
15175
 
@@ -14541,7 +15205,7 @@ The tuple &amp;lt;name, product, stage, version&amp;gt; is always unique.
14541
15205
  | --- | --- | --- |
14542
15206
  |affectedByProblems|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The entity has one or more problems |
14543
15207
  |affectedBySecurityVulnerabilities|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The entity has one or more security vulnerabilities |
14544
- |instances|Array&lt;<a href="#releaseinstance">ReleaseInstance</a>&gt;|The instances entityIds included in this release |
15208
+ |instances|Array&lt;<a href="#releaseinstance" target="_blank" rel="noopener noreferrer">ReleaseInstance</a>&gt;|The instances entityIds included in this release |
14545
15209
  |name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The entity name |
14546
15210
  |problemCount|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of problems of the entity |
14547
15211
  |product|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The product name |
@@ -14549,7 +15213,7 @@ The tuple &amp;lt;name, product, stage, version&amp;gt; is always unique.
14549
15213
  |running|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The related PGI is still running/monitored |
14550
15214
  |securityVulnerabilitiesCount|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of security vulnerabilities of the entity |
14551
15215
  |securityVulnerabilitiesEnabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Indicates that the security vulnerabilities feature is enabled |
14552
- |softwareTechs|Array&lt;<a href="#softwaretechs" target="_blank" rel="noopener noreferrer">SoftwareTechs</a>&gt;|The software technologies of the release |
15216
+ |softwareTechs|Array&lt;<a href="#softwaretechs">SoftwareTechs</a>&gt;|The software technologies of the release |
14553
15217
  |stage|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The stage name |
14554
15218
  |throughput|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The count of bytes per second of the entity |
14555
15219
  |version|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The identified release version |
@@ -14574,7 +15238,7 @@ A list of releases.
14574
15238
  | --- | --- | --- |
14575
15239
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
14576
15240
  |pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
14577
- |releases|Array&lt;<a href="#release">Release</a>&gt;|A list of releases. |
15241
+ |releases|Array&lt;<a href="#release" target="_blank" rel="noopener noreferrer">Release</a>&gt;|A list of releases. |
14578
15242
  |releasesWithProblems|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Number of releases with problems. |
14579
15243
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of entries in the result. |
14580
15244
 
@@ -14585,15 +15249,15 @@ Assessment of the remediation item.
14585
15249
  | Name | Type | Description |
14586
15250
  | --- | --- | --- |
14587
15251
  |assessmentAccuracy|"NOT_AVAILABLE" &#124; "FULL" &#124; "REDUCED"|The accuracy of the assessment. |
14588
- |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails" target="_blank" rel="noopener noreferrer">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
15252
+ |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
14589
15253
  |dataAssets|"NOT_AVAILABLE" &#124; "NOT_DETECTED" &#124; "REACHABLE"|The reachability of related data assets by affected entities. |
14590
15254
  |exposure|"NOT_AVAILABLE" &#124; "NOT_DETECTED" &#124; "PUBLIC_NETWORK"|The level of exposure of affected entities. |
14591
15255
  |numberOfDataAssets|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of related data assets. |
14592
15256
  |vulnerableFunctionRestartRequired|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Whether a restart is required for the latest vulnerable function data. |
14593
15257
  |vulnerableFunctionUsage|"NOT_AVAILABLE" &#124; "IN_USE" &#124; "NOT_IN_USE"|The usage of vulnerable functions |
14594
- |vulnerableFunctionsInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are in use. |
14595
- |vulnerableFunctionsNotAvailable|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not available. |
14596
- |vulnerableFunctionsNotInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not in use. |
15258
+ |vulnerableFunctionsInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are in use. |
15259
+ |vulnerableFunctionsNotAvailable|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not available. |
15260
+ |vulnerableFunctionsNotInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not in use. |
14597
15261
 
14598
15262
  ### RemediationDetailsItem
14599
15263
 
@@ -14601,17 +15265,17 @@ Detailed information of a remediation item for a security problem.
14601
15265
 
14602
15266
  | Name | Type | Description |
14603
15267
  | --- | --- | --- |
14604
- |assessment|<a href="#remediationassessment" target="_blank" rel="noopener noreferrer">RemediationAssessment</a>|Assessment of the remediation item. |
15268
+ |assessment|<a href="#remediationassessment">RemediationAssessment</a>|Assessment of the remediation item. |
14605
15269
  |entityIds|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;| |
14606
15270
  |firstAffectedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)| |
14607
15271
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
14608
- |muteState|<a href="#remediationitemmutestate">RemediationItemMuteState</a>|The mute state of a remediation item of a security problem. |
15272
+ |muteState|<a href="#remediationitemmutestate" target="_blank" rel="noopener noreferrer">RemediationItemMuteState</a>|The mute state of a remediation item of a security problem. |
14609
15273
  |name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
14610
- |remediationProgress|<a href="#remediationprogress" target="_blank" rel="noopener noreferrer">RemediationProgress</a>|The progress of this remediation item. It contains affected and unaffected entities. |
15274
+ |remediationProgress|<a href="#remediationprogress">RemediationProgress</a>|The progress of this remediation item. It contains affected and unaffected entities. |
14611
15275
  |resolvedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)| |
14612
- |trackingLink|<a href="#trackinglink">TrackingLink</a>|External tracking link URL associated with the remediable entity of the security problem. |
15276
+ |trackingLink|<a href="#trackinglink" target="_blank" rel="noopener noreferrer">TrackingLink</a>|External tracking link URL associated with the remediable entity of the security problem. |
14613
15277
  |vulnerabilityState|"RESOLVED" &#124; "VULNERABLE"| |
14614
- |vulnerableComponents|Array&lt;<a href="#remediationitemdetailsvulnerablecomponent" target="_blank" rel="noopener noreferrer">RemediationItemDetailsVulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
15278
+ |vulnerableComponents|Array&lt;<a href="#remediationitemdetailsvulnerablecomponent">RemediationItemDetailsVulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
14615
15279
 
14616
15280
  ### RemediationItem
14617
15281
 
@@ -14619,17 +15283,17 @@ A possible remediation for a security problem.
14619
15283
 
14620
15284
  | Name | Type | Description |
14621
15285
  | --- | --- | --- |
14622
- |assessment|<a href="#remediationassessment">RemediationAssessment</a>|Assessment of the remediation item. |
15286
+ |assessment|<a href="#remediationassessment" target="_blank" rel="noopener noreferrer">RemediationAssessment</a>|Assessment of the remediation item. |
14623
15287
  |entityIds|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;| |
14624
15288
  |firstAffectedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)| |
14625
15289
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
14626
- |muteState|<a href="#remediationitemmutestate" target="_blank" rel="noopener noreferrer">RemediationItemMuteState</a>|The mute state of a remediation item of a security problem. |
15290
+ |muteState|<a href="#remediationitemmutestate">RemediationItemMuteState</a>|The mute state of a remediation item of a security problem. |
14627
15291
  |name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)| |
14628
- |remediationProgress|<a href="#remediationprogress">RemediationProgress</a>|The progress of this remediation item. It contains affected and unaffected entities. |
15292
+ |remediationProgress|<a href="#remediationprogress" target="_blank" rel="noopener noreferrer">RemediationProgress</a>|The progress of this remediation item. It contains affected and unaffected entities. |
14629
15293
  |resolvedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)| |
14630
- |trackingLink|<a href="#trackinglink" target="_blank" rel="noopener noreferrer">TrackingLink</a>|External tracking link URL associated with the remediable entity of the security problem. |
15294
+ |trackingLink|<a href="#trackinglink">TrackingLink</a>|External tracking link URL associated with the remediable entity of the security problem. |
14631
15295
  |vulnerabilityState|"RESOLVED" &#124; "VULNERABLE"| |
14632
- |vulnerableComponents|Array&lt;<a href="#vulnerablecomponent">VulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
15296
+ |vulnerableComponents|Array&lt;<a href="#vulnerablecomponent" target="_blank" rel="noopener noreferrer">VulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
14633
15297
 
14634
15298
  ### RemediationItemDetailsVulnerableComponent
14635
15299
 
@@ -14651,7 +15315,7 @@ A list of remediation items.
14651
15315
 
14652
15316
  | Name | Type | Description |
14653
15317
  | --- | --- | --- |
14654
- |remediationItems|Array&lt;<a href="#remediationitem" target="_blank" rel="noopener noreferrer">RemediationItem</a>&gt;|A list of remediation items. |
15318
+ |remediationItems|Array&lt;<a href="#remediationitem">RemediationItem</a>&gt;|A list of remediation items. |
14655
15319
 
14656
15320
  ### RemediationItemMuteState
14657
15321
 
@@ -14701,7 +15365,7 @@ Response of muting several remediation items.
14701
15365
 
14702
15366
  | Name | Type | Description |
14703
15367
  | --- | --- | --- |
14704
- |summary<sup>*required</sup>|Array&lt;<a href="#remediationitemmutingsummary">RemediationItemMutingSummary</a>&gt;|The summary of which remediation items were muted and which already were muted previously. |
15368
+ |summary<sup>*required</sup>|Array&lt;<a href="#remediationitemmutingsummary" target="_blank" rel="noopener noreferrer">RemediationItemMutingSummary</a>&gt;|The summary of which remediation items were muted and which already were muted previously. |
14705
15369
 
14706
15370
  ### RemediationItemsBulkUnmute
14707
15371
 
@@ -14719,7 +15383,7 @@ Response of un-muting several remediation items.
14719
15383
 
14720
15384
  | Name | Type | Description |
14721
15385
  | --- | --- | --- |
14722
- |summary<sup>*required</sup>|Array&lt;<a href="#remediationitemmutingsummary" target="_blank" rel="noopener noreferrer">RemediationItemMutingSummary</a>&gt;|The summary of which remediation items were un-muted and which already were un-muted previously. |
15386
+ |summary<sup>*required</sup>|Array&lt;<a href="#remediationitemmutingsummary">RemediationItemMutingSummary</a>&gt;|The summary of which remediation items were un-muted and which already were un-muted previously. |
14723
15387
 
14724
15388
  ### RemediationItemsBulkUpdateDeleteDto
14725
15389
 
@@ -14728,7 +15392,7 @@ Contains the external tracking link associations to be applied to the remediatio
14728
15392
  | Name | Type | Description |
14729
15393
  | --- | --- | --- |
14730
15394
  |deletes|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>Tracking links to remove from the security problem.</p> <p>List of remediation item IDs of the security problem for which to remove the tracking links.</p> |
14731
- |updates|<a href="#remediationitemsbulkupdatedeletedtoupdates">RemediationItemsBulkUpdateDeleteDtoUpdates</a>|<p>Tracking links to set for the security problem.</p> <p>Map of remediation item ID to tracking link objects.</p> <p>Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.</p> |
15395
+ |updates|<a href="#remediationitemsbulkupdatedeletedtoupdates" target="_blank" rel="noopener noreferrer">RemediationItemsBulkUpdateDeleteDtoUpdates</a>|<p>Tracking links to set for the security problem.</p> <p>Map of remediation item ID to tracking link objects.</p> <p>Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.</p> |
14732
15396
 
14733
15397
  ### RemediationItemsBulkUpdateDeleteDtoUpdates
14734
15398
 
@@ -14755,12 +15419,12 @@ An affected or unaffected entity of a remediation for a security problem.
14755
15419
 
14756
15420
  | Name | Type | Description |
14757
15421
  | --- | --- | --- |
14758
- |assessment|<a href="#remediationprogressentityassessment" target="_blank" rel="noopener noreferrer">RemediationProgressEntityAssessment</a>|Assessment of the remediation progress entity. |
15422
+ |assessment|<a href="#remediationprogressentityassessment">RemediationProgressEntityAssessment</a>|Assessment of the remediation progress entity. |
14759
15423
  |firstAffectedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the remediation progress entity has first been related to the vulnerability. |
14760
15424
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the remediation progress entity. |
14761
15425
  |name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the remediation progress entity. |
14762
15426
  |state|"AFFECTED" &#124; "UNAFFECTED"|The current state of the remediation progress entity. |
14763
- |vulnerableComponents|Array&lt;<a href="#remediationprogressvulnerablecomponent">RemediationProgressVulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
15427
+ |vulnerableComponents|Array&lt;<a href="#remediationprogressvulnerablecomponent" target="_blank" rel="noopener noreferrer">RemediationProgressVulnerableComponent</a>&gt;|<p>A list of vulnerable components of the remediation item.</p> <p>A vulnerable component is what causes the security problem.</p> |
14764
15428
 
14765
15429
  ### RemediationProgressEntityAssessment
14766
15430
 
@@ -14770,9 +15434,9 @@ Assessment of the remediation progress entity.
14770
15434
  | --- | --- | --- |
14771
15435
  |vulnerableFunctionRestartRequired|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Whether a restart is required for the latest vulnerable function data. |
14772
15436
  |vulnerableFunctionUsage|"NOT_AVAILABLE" &#124; "IN_USE" &#124; "NOT_IN_USE"|The usage of vulnerable functions |
14773
- |vulnerableFunctionsInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are in use. |
14774
- |vulnerableFunctionsNotAvailable|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not available. |
14775
- |vulnerableFunctionsNotInUse|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not in use. |
15437
+ |vulnerableFunctionsInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are in use. |
15438
+ |vulnerableFunctionsNotAvailable|Array&lt;<a href="#vulnerablefunction" target="_blank" rel="noopener noreferrer">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not available. |
15439
+ |vulnerableFunctionsNotInUse|Array&lt;<a href="#vulnerablefunction">VulnerableFunction</a>&gt;|A list of vulnerable functions that are not in use. |
14776
15440
 
14777
15441
  ### RemediationProgressEntityList
14778
15442
 
@@ -14780,7 +15444,7 @@ A list of remediation progress entities.
14780
15444
 
14781
15445
  | Name | Type | Description |
14782
15446
  | --- | --- | --- |
14783
- |remediationProgressEntities|Array&lt;<a href="#remediationprogressentity">RemediationProgressEntity</a>&gt;|A list of remediation progress entities. |
15447
+ |remediationProgressEntities|Array&lt;<a href="#remediationprogressentity" target="_blank" rel="noopener noreferrer">RemediationProgressEntity</a>&gt;|A list of remediation progress entities. |
14784
15448
 
14785
15449
  ### RemediationProgressVulnerableComponent
14786
15450
 
@@ -14802,14 +15466,14 @@ Describes the complete request information of an attack.
14802
15466
  | --- | --- | --- |
14803
15467
  |host|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The target host of the request. |
14804
15468
  |path|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The request path. |
14805
- |protocolDetails|<a href="#protocoldetails" target="_blank" rel="noopener noreferrer">ProtocolDetails</a>|Details that are specific to the used protocol. |
15469
+ |protocolDetails|<a href="#protocoldetails">ProtocolDetails</a>|Details that are specific to the used protocol. |
14806
15470
  |url|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The requested URL. |
14807
15471
 
14808
15472
  ### ResolutionRequest
14809
15473
 
14810
15474
  | Name | Type |
14811
15475
  | --- | --- |
14812
- |permissions|Array&lt;<a href="#singlepermissionrequest">SinglePermissionRequest</a>&gt;|
15476
+ |permissions<sup>*required</sup>|Array&lt;<a href="#singlepermissionrequest" target="_blank" rel="noopener noreferrer">SinglePermissionRequest</a>&gt;|
14813
15477
 
14814
15478
  ### ResourceContext
14815
15479
 
@@ -14817,7 +15481,7 @@ The resource context, which contains additional permission information about the
14817
15481
 
14818
15482
  | Name | Type | Description |
14819
15483
  | --- | --- | --- |
14820
- |modifications<sup>*required</sup>|<a href="#modification" target="_blank" rel="noopener noreferrer">Modification</a>|The additional modification details for this settings object. |
15484
+ |modifications<sup>*required</sup>|<a href="#modification">Modification</a>|The additional modification details for this settings object. |
14821
15485
  |operations<sup>*required</sup>|Array&lt;"delete" &#124; "read" &#124; "write"&gt;|The allowed operations on this settings object. |
14822
15486
 
14823
15487
  ### RevisionDiff
@@ -14826,14 +15490,19 @@ The diff between two revisions.
14826
15490
 
14827
15491
  | Name | Type | Description |
14828
15492
  | --- | --- | --- |
15493
+ |appId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The id of the app which changed the settings object |
14829
15494
  |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. |
14830
15495
  |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. |
14831
15496
  |jsonPatch|AnyValue|The JSON Patch for this value. May be null if the diff type is not UPDATE. |
14832
- |modificationInfo|<a href="#historymodificationinfo">HistoryModificationInfo</a>|Modification information about the setting. |
15497
+ |modificationInfo|<a href="#historymodificationinfo" target="_blank" rel="noopener noreferrer">HistoryModificationInfo</a>|Modification information about the setting. |
14833
15498
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the settings object. |
14834
15499
  |revision|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The revision of the change. |
14835
- |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema version the new value complies to |
14836
- |type|"CREATE" &#124; "DELETE" &#124; "UPDATE" &#124; "NO_CHANGE" &#124; "REORDER"|The type of the difference. |
15500
+ |schemaDisplayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the schema to which the revision belongs. |
15501
+ |schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Schema ID to which the revision belongs. |
15502
+ |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema version the new value complies to. |
15503
+ |source|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The source of the change. |
15504
+ |summary|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Summary of the object value corresponding to the summary pattern of the schema. |
15505
+ |type|"CREATE" &#124; "DELETE" &#124; "REORDER" &#124; "UPDATE" &#124; "NO_CHANGE"|The type of the difference. |
14837
15506
 
14838
15507
  ### RevisionDiffPage
14839
15508
 
@@ -14842,7 +15511,7 @@ The paged response payload for diff between revisions of settings.
14842
15511
  | Name | Type | Description |
14843
15512
  | --- | --- | --- |
14844
15513
  |endTime<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The 'to' time in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z') from the original request. |
14845
- |items<sup>*required</sup>|Array&lt;<a href="#revisiondiff" target="_blank" rel="noopener noreferrer">RevisionDiff</a>&gt;|The list of revisions changes in the current page. |
15514
+ |items<sup>*required</sup>|Array&lt;<a href="#revisiondiff">RevisionDiff</a>&gt;|The list of revisions changes in the current page. |
14846
15515
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
14847
15516
  |pageSize<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
14848
15517
  |startTime<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The 'from' time in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z') from the original request. |
@@ -14854,7 +15523,7 @@ Risk assessment of a security problem.
14854
15523
  | Name | Type | Description |
14855
15524
  | --- | --- | --- |
14856
15525
  |assessmentAccuracy|"NOT_AVAILABLE" &#124; "FULL" &#124; "REDUCED"|The accuracy of the assessment. |
14857
- |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
15526
+ |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails" target="_blank" rel="noopener noreferrer">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
14858
15527
  |baseRiskLevel|"NONE" &#124; "CRITICAL" &#124; "HIGH" &#124; "LOW" &#124; "MEDIUM"|The risk level from the CVSS score. |
14859
15528
  |baseRiskScore|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The risk score (1-10) from the CVSS score. |
14860
15529
  |baseRiskVector|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The original attack vector of the CVSS assessment. |
@@ -14889,7 +15558,7 @@ Risk assessment of a security problem.
14889
15558
  | Name | Type | Description |
14890
15559
  | --- | --- | --- |
14891
15560
  |assessmentAccuracy|"NOT_AVAILABLE" &#124; "FULL" &#124; "REDUCED"|The accuracy of the assessment. |
14892
- |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails" target="_blank" rel="noopener noreferrer">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
15561
+ |assessmentAccuracyDetails|<a href="#assessmentaccuracydetails">AssessmentAccuracyDetails</a>|The assessment accuracy details. |
14893
15562
  |baseRiskLevel|"NONE" &#124; "CRITICAL" &#124; "HIGH" &#124; "LOW" &#124; "MEDIUM"|The risk level from the CVSS score. |
14894
15563
  |baseRiskScore|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The risk score (1-10) from the CVSS score. |
14895
15564
  |baseRiskVector|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The original attack vector of the CVSS assessment. |
@@ -14909,7 +15578,7 @@ A snapshot of the risk assessment of a security problem.
14909
15578
  | Name | Type | Description |
14910
15579
  | --- | --- | --- |
14911
15580
  |baseRiskScore|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The risk score (1-10) from the CVSS score. |
14912
- |changes|<a href="#riskassessmentchanges">RiskAssessmentChanges</a>|All changes of the risk assessment. |
15581
+ |changes|<a href="#riskassessmentchanges" target="_blank" rel="noopener noreferrer">RiskAssessmentChanges</a>|All changes of the risk assessment. |
14913
15582
  |exposure|"NOT_AVAILABLE" &#124; "NOT_DETECTED" &#124; "PUBLIC_NETWORK"|The level of exposure of affected entities. |
14914
15583
  |numberOfAffectedEntities|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of currently affected entities. |
14915
15584
  |numberOfAffectedNodes|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of currently affected nodes. |
@@ -14942,7 +15611,7 @@ Parameters of a service-level objective (SLO).
14942
15611
  |enabled<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The SLO is enabled (<code>true</code>) or disabled (<code>false</code>). |
14943
15612
  |error<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The error of the SLO calculation.</p> <p>If the value differs from <code>NONE</code>, there is something wrong with the SLO calculation.</p> |
14944
15613
  |errorBudget<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The error budget of the calculated SLO.</p> <p>The error budget is the difference between the calculated and target values. A positive number means all is good; a negative number means trouble.</p> <p>Has the value of the evaluated error budget or the value of <code>-1</code>:</p> <ul> <li>If there is an error with the SLO calculation; in that case check the value of the <strong>error</strong> property.</li> <li>If the evaluate parameter has not been set to <code>true</code>; in that case the <strong>error</strong> property will contain no error.</li> </ul> |
14945
- |errorBudgetBurnRate<sup>*required</sup>|<a href="#sloburnrate" target="_blank" rel="noopener noreferrer">SloBurnRate</a>|Error budget burn rate evaluation of a service-level objective (SLO). |
15614
+ |errorBudgetBurnRate<sup>*required</sup>|<a href="#sloburnrate">SloBurnRate</a>|Error budget burn rate evaluation of a service-level objective (SLO). |
14946
15615
  |errorBudgetMetricKey<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The key for the SLO's error budget func metric. |
14947
15616
  |evaluatedPercentage<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The calculated status value of the SLO. Has the value of the evaluated SLO status or the value of <code>-1</code>:</p> <ul> <li>If there is an error with the SLO calculation; in that case check the value of the <strong>error</strong> property.</li> <li>If the evaluate parameter has not been set to <code>true</code>; in that case the <strong>error</strong> property will contain no error.</li> </ul> |
14948
15617
  |evaluationType<sup>*required</sup>|"AGGREGATE"|The evaluation type of the SLO. |
@@ -14951,6 +15620,7 @@ Parameters of a service-level objective (SLO).
14951
15620
  |~~metricDenominator~~<sup>**DEPRECATED**</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The total count metric (the denominator in rate calculation).</p> <p>Required when the <strong>useRateMetric</strong> is set to <code>false</code>.</p> |
14952
15621
  |metricExpression<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The percentage-based metric expression for the calculation of the SLO. |
14953
15622
  |metricKey<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The key for the SLO's status func metric. |
15623
+ |metricName<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name that is used to create SLO func metrics keys. Once created, metric name cannot be changed. |
14954
15624
  |~~metricNumerator~~<sup>**DEPRECATED**</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The metric for the count of successes (the numerator in rate calculation).</p> <p>Required when the <strong>useRateMetric</strong> is set to <code>false</code>.</p> |
14955
15625
  |~~metricRate~~<sup>**DEPRECATED**</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The percentage-based metric for the calculation of the SLO.</p> <p>Required when the <strong>useRateMetric</strong> is set to <code>true</code>.</p> |
14956
15626
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the SLO. |
@@ -14973,7 +15643,7 @@ Contains SLOs and paging information.
14973
15643
  | --- | --- | --- |
14974
15644
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
14975
15645
  |pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
14976
- |slo<sup>*required</sup>|Array&lt;<a href="#slo">SLO</a>&gt;|The list of SLOs. |
15646
+ |slo<sup>*required</sup>|Array&lt;<a href="#slo" target="_blank" rel="noopener noreferrer">SLO</a>&gt;|The list of SLOs. |
14977
15647
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of entries in the result. |
14978
15648
 
14979
15649
  ### SNMPV3Credentials
@@ -14983,7 +15653,7 @@ A credentials set of the `SNMPV3` type.
14983
15653
  | Name | Type | Description |
14984
15654
  | --- | --- | --- |
14985
15655
  |allowContextlessRequests|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
14986
- |allowedEntities|Array&lt;<a href="#credentialaccessdata" target="_blank" rel="noopener noreferrer">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
15656
+ |allowedEntities|Array&lt;<a href="#credentialaccessdata">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
14987
15657
  |authenticationPassword|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The authentication password in the string format (should not be empty for AUTH_PRIV and AUTH_NO_PRIV security levels) |
14988
15658
  |authenticationProtocol|"MD5" &#124; "SHA" &#124; "SHA224" &#124; "SHA256" &#124; "SHA384" &#124; "SHA512"|The authentication protocol, supported protocols: MD5, SHA, SHA224, SHA256, SHA384, SHA512 |
14989
15659
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the credentials set. |
@@ -14992,10 +15662,10 @@ A credentials set of the `SNMPV3` type.
14992
15662
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
14993
15663
  |privacyPassword|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The privacy password in the string format (should not be empty for AUTH_PRIV security level) |
14994
15664
  |privacyProtocol|"AES" &#124; "AES192" &#124; "AES192C" &#124; "AES256" &#124; "AES256C" &#124; "DES"|The privacy protocol |
14995
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
14996
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
15665
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
15666
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
14997
15667
  |securityLevel|"AUTH_NO_PRIV" &#124; "AUTH_PRIV" &#124; "NO_AUTH_NO_PRIV"|The security level, supported levels: AUTH_PRIV, NO_AUTH_NO_PRIV, AUTH_NO_PRIV |
14998
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
15668
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
14999
15669
  |username|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|User name value |
15000
15670
 
15001
15671
  ### SchemaConstraintRestDto
@@ -15013,25 +15683,25 @@ A credentials set of the `SNMPV3` type.
15013
15683
  | Name | Type | Description |
15014
15684
  | --- | --- | --- |
15015
15685
  |allowedScopes<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of scopes where the schema can be used. |
15016
- |constraints|Array&lt;<a href="#complexconstraint">ComplexConstraint</a>&gt;|A list of constrains limiting the values to be accepted by the schema. |
15017
- |deletionConstraints|Array&lt;<a href="#deletionconstraint" target="_blank" rel="noopener noreferrer">DeletionConstraint</a>&gt;|Constraints limiting the values to be deleted. |
15686
+ |constraints|Array&lt;<a href="#complexconstraint" target="_blank" rel="noopener noreferrer">ComplexConstraint</a>&gt;|A list of constrains limiting the values to be accepted by the schema. |
15687
+ |deletionConstraints|Array&lt;<a href="#deletionconstraint">DeletionConstraint</a>&gt;|Constraints limiting the values to be deleted. |
15018
15688
  |description<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the schema. |
15019
15689
  |displayName<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the schema. |
15020
15690
  |documentation|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|An extended description of the schema and/or links to documentation. |
15021
15691
  |dynatrace<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the data format. |
15022
- |enums<sup>*required</sup>|<a href="#schemadefinitionrestdtoenums">SchemaDefinitionRestDtoEnums</a>|A list of definitions of enum properties. |
15692
+ |enums<sup>*required</sup>|<a href="#schemadefinitionrestdtoenums" target="_blank" rel="noopener noreferrer">SchemaDefinitionRestDtoEnums</a>|A list of definitions of enum properties. |
15023
15693
  |keyProperty|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Name of the key property in this schema. |
15024
15694
  |maxObjects<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|<p>The maximum amount of objects per scope.</p> <p>Only applicable when <strong>multiObject</strong> is set to <code>true</code>.</p> |
15025
- |metadata|<a href="#schemadefinitionrestdtometadata" target="_blank" rel="noopener noreferrer">SchemaDefinitionRestDtoMetadata</a>|Metadata of the setting. |
15695
+ |metadata|<a href="#schemadefinitionrestdtometadata">SchemaDefinitionRestDtoMetadata</a>|Metadata of the setting. |
15026
15696
  |multiObject<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Multiple (<code>true</code>) objects per scope are permitted or a single (<code>false</code>) object per scope is permitted. |
15027
15697
  |ordered|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>If <code>true</code> the order of objects has semantic significance.</p> <p>Only applicable when <strong>multiObject</strong> is set to <code>true</code>.</p> |
15028
- |properties<sup>*required</sup>|<a href="#schemadefinitionrestdtoproperties">SchemaDefinitionRestDtoProperties</a>|A list of schema's properties. |
15029
- |schemaConstraints|Array&lt;<a href="#schemaconstraintrestdto" target="_blank" rel="noopener noreferrer">SchemaConstraintRestDto</a>&gt;|Constraints limiting the values as a whole to be accepted in this configuration element. |
15698
+ |properties<sup>*required</sup>|<a href="#schemadefinitionrestdtoproperties" target="_blank" rel="noopener noreferrer">SchemaDefinitionRestDtoProperties</a>|A list of schema's properties. |
15699
+ |schemaConstraints|Array&lt;<a href="#schemaconstraintrestdto">SchemaConstraintRestDto</a>&gt;|Constraints limiting the values as a whole to be accepted in this configuration element. |
15030
15700
  |schemaGroups|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|Names of the groups, which the schema belongs to. |
15031
15701
  |schemaId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the schema. |
15032
- |tableColumns|<a href="#schemadefinitionrestdtotablecolumns">SchemaDefinitionRestDtoTableColumns</a>|Table column definitions for use in the ui. |
15033
- |types<sup>*required</sup>|<a href="#schemadefinitionrestdtotypes" target="_blank" rel="noopener noreferrer">SchemaDefinitionRestDtoTypes</a>|<p>A list of definitions of types.</p> <p>A type is a complex property that contains its own set of subproperties.</p> |
15034
- |uiCustomization|<a href="#uicustomization">UiCustomization</a>|Customization for UI elements |
15702
+ |tableColumns|<a href="#schemadefinitionrestdtotablecolumns" target="_blank" rel="noopener noreferrer">SchemaDefinitionRestDtoTableColumns</a>|Table column definitions for use in the ui. |
15703
+ |types<sup>*required</sup>|<a href="#schemadefinitionrestdtotypes">SchemaDefinitionRestDtoTypes</a>|<p>A list of definitions of types.</p> <p>A type is a complex property that contains its own set of subproperties.</p> |
15704
+ |uiCustomization|<a href="#uicustomization" target="_blank" rel="noopener noreferrer">UiCustomization</a>|Customization for UI elements |
15035
15705
  |version<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the schema. |
15036
15706
 
15037
15707
  ### SchemaDefinitionRestDtoEnums
@@ -15078,7 +15748,7 @@ The list of available settings schemas.
15078
15748
 
15079
15749
  | Name | Type | Description |
15080
15750
  | --- | --- | --- |
15081
- |items<sup>*required</sup>|Array&lt;<a href="#schemastub" target="_blank" rel="noopener noreferrer">SchemaStub</a>&gt;|A list of settings schemas. |
15751
+ |items<sup>*required</sup>|Array&lt;<a href="#schemastub">SchemaStub</a>&gt;|A list of settings schemas. |
15082
15752
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of schemas in the list. |
15083
15753
 
15084
15754
  ### SchemaStub
@@ -15101,11 +15771,11 @@ A list of definitions of types.
15101
15771
 
15102
15772
  | Name | Type | Description |
15103
15773
  | --- | --- | --- |
15104
- |constraints|Array&lt;<a href="#complexconstraint">ComplexConstraint</a>&gt;|A list of constraints limiting the values to be accepted. |
15774
+ |constraints|Array&lt;<a href="#complexconstraint" target="_blank" rel="noopener noreferrer">ComplexConstraint</a>&gt;|A list of constraints limiting the values to be accepted. |
15105
15775
  |description<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the property. |
15106
15776
  |displayName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the property. |
15107
15777
  |documentation<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|An extended description and/or links to documentation. |
15108
- |properties<sup>*required</sup>|<a href="#schematypeproperties" target="_blank" rel="noopener noreferrer">SchemaTypeProperties</a>|Definition of properties that can be persisted. |
15778
+ |properties<sup>*required</sup>|<a href="#schematypeproperties">SchemaTypeProperties</a>|Definition of properties that can be persisted. |
15109
15779
  |searchPattern|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The pattern for the summary search(for example, &quot;Alert after <em>X</em> minutes.&quot;) of the configuration in the UI. |
15110
15780
  |summaryPattern<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The pattern for the summary (for example, &quot;Alert after <em>X</em> minutes.&quot;) of the configuration in the UI. |
15111
15781
  |type<sup>*required</sup>|"object"|Type of the reference type. |
@@ -15145,19 +15815,19 @@ Parameters of a security problem
15145
15815
 
15146
15816
  | Name | Type | Description |
15147
15817
  | --- | --- | --- |
15148
- |codeLevelVulnerabilityDetails|<a href="#codelevelvulnerabilitydetails">CodeLevelVulnerabilityDetails</a>|The details of a code-level vulnerability. |
15818
+ |codeLevelVulnerabilityDetails|<a href="#codelevelvulnerabilitydetails" target="_blank" rel="noopener noreferrer">CodeLevelVulnerabilityDetails</a>|The details of a code-level vulnerability. |
15149
15819
  |cveIds|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of CVE IDs of the security problem. |
15150
15820
  |displayId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display ID of the security problem. |
15151
15821
  |externalVulnerabilityId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The external vulnerability ID of the security problem. |
15152
15822
  |firstSeenTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the first occurrence of the security problem. |
15153
- |globalCounts|<a href="#globalcountsdto" target="_blank" rel="noopener noreferrer">GlobalCountsDto</a>|Globally calculated statistics about the security problem. No management zone information is taken into account. |
15823
+ |globalCounts|<a href="#globalcountsdto">GlobalCountsDto</a>|Globally calculated statistics about the security problem. No management zone information is taken into account. |
15154
15824
  |lastOpenedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the security problem was last opened. |
15155
15825
  |lastResolvedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the security problem was last resolved. |
15156
15826
  |lastUpdatedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the most recent security problem change. |
15157
- |managementZones|Array&lt;<a href="#managementzone">ManagementZone</a>&gt;|A list of management zones which the affected entities belong to. |
15827
+ |managementZones|Array&lt;<a href="#managementzone" target="_blank" rel="noopener noreferrer">ManagementZone</a>&gt;|A list of management zones which the affected entities belong to. |
15158
15828
  |muted|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The security problem is (<code>true</code>) or is not (<code>false</code>) muted. |
15159
15829
  |packageName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The package name of the security problem. |
15160
- |riskAssessment|<a href="#riskassessment" target="_blank" rel="noopener noreferrer">RiskAssessment</a>|Risk assessment of a security problem. |
15830
+ |riskAssessment|<a href="#riskassessment">RiskAssessment</a>|Risk assessment of a security problem. |
15161
15831
  |securityProblemId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the security problem. |
15162
15832
  |status|"OPEN" &#124; "RESOLVED"|The status of the security problem. |
15163
15833
  |technology|"KUBERNETES" &#124; "DOTNET" &#124; "GO" &#124; "JAVA" &#124; "NODE_JS" &#124; "PHP" &#124; "PYTHON"|The technology of the security problem. |
@@ -15182,37 +15852,37 @@ Parameters of a security problem
15182
15852
  | Name | Type | Description |
15183
15853
  | --- | --- | --- |
15184
15854
  |affectedEntities|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>A list of affected entities of the security problem.</p> <p>An affected entity is an entity where a vulnerable component runs.</p> |
15185
- |codeLevelVulnerabilityDetails|<a href="#codelevelvulnerabilitydetails">CodeLevelVulnerabilityDetails</a>|The details of a code-level vulnerability. |
15855
+ |codeLevelVulnerabilityDetails|<a href="#codelevelvulnerabilitydetails" target="_blank" rel="noopener noreferrer">CodeLevelVulnerabilityDetails</a>|The details of a code-level vulnerability. |
15186
15856
  |cveIds|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of CVE IDs of the security problem. |
15187
15857
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The description of the security problem. |
15188
15858
  |displayId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display ID of the security problem. |
15189
- |entryPoints|<a href="#entrypoints" target="_blank" rel="noopener noreferrer">EntryPoints</a>|A list of entry points and a flag which indicates whether this list was truncated or not. |
15190
- |events|Array&lt;<a href="#securityproblemevent">SecurityProblemEvent</a>&gt;|An ordered (newest first) list of events of the security problem. |
15859
+ |entryPoints|<a href="#entrypoints">EntryPoints</a>|A list of entry points and a flag which indicates whether this list was truncated or not. |
15860
+ |events|Array&lt;<a href="#securityproblemevent" target="_blank" rel="noopener noreferrer">SecurityProblemEvent</a>&gt;|An ordered (newest first) list of events of the security problem. |
15191
15861
  |exposedEntities|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>A list of exposed entities of the security problem.</p> <p>An exposed entity is an affected entity that is exposed to the internet.</p> |
15192
15862
  |externalVulnerabilityId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The external vulnerability ID of the security problem. |
15193
- |filteredCounts|<a href="#filteredcountsdto" target="_blank" rel="noopener noreferrer">FilteredCountsDto</a>|Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters. |
15863
+ |filteredCounts|<a href="#filteredcountsdto">FilteredCountsDto</a>|Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters. |
15194
15864
  |firstSeenTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the first occurrence of the security problem. |
15195
- |globalCounts|<a href="#globalcountsdto">GlobalCountsDto</a>|Globally calculated statistics about the security problem. No management zone information is taken into account. |
15865
+ |globalCounts|<a href="#globalcountsdto" target="_blank" rel="noopener noreferrer">GlobalCountsDto</a>|Globally calculated statistics about the security problem. No management zone information is taken into account. |
15196
15866
  |lastOpenedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the security problem was last opened. |
15197
15867
  |lastResolvedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the security problem was last resolved. |
15198
15868
  |lastUpdatedTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the most recent security problem change. |
15199
- |managementZones|Array&lt;<a href="#managementzone" target="_blank" rel="noopener noreferrer">ManagementZone</a>&gt;|A list of management zones which the affected entities belong to. |
15869
+ |managementZones|Array&lt;<a href="#managementzone">ManagementZone</a>&gt;|A list of management zones which the affected entities belong to. |
15200
15870
  |muteStateChangeInProgress|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If <code>true</code> a change of the mute state is in progress. |
15201
15871
  |muted|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The security problem is (<code>true</code>) or is not (<code>false</code>) muted. |
15202
15872
  |packageName|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The package name of the security problem. |
15203
15873
  |reachableDataAssets|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>A list of data assets reachable by affected entities of the security problem.</p> <p>A data asset is a service that has database access.</p> |
15204
- |relatedAttacks|<a href="#relatedattackslist">RelatedAttacksList</a>|<p>A list of related attacks of the security problem.</p> <p>Related attacks are attacks on the exposed security problem.</p> |
15205
- |relatedContainerImages|<a href="#relatedcontainerlist" target="_blank" rel="noopener noreferrer">RelatedContainerList</a>|A list of related container images. |
15206
- |relatedEntities|<a href="#relatedentitieslist">RelatedEntitiesList</a>|<p>A list of related entities of the security problem.</p> <p>A related entity is a monitored entity that is directly or indirectly related to an <em>affected entity</em> (for example, it could be a host where an affected process runs).</p> <p>Each related entity contains a list of corresponding affected entities (for example, an affected process running on this host).</p> |
15874
+ |relatedAttacks|<a href="#relatedattackslist" target="_blank" rel="noopener noreferrer">RelatedAttacksList</a>|<p>A list of related attacks of the security problem.</p> <p>Related attacks are attacks on the exposed security problem.</p> |
15875
+ |relatedContainerImages|<a href="#relatedcontainerlist">RelatedContainerList</a>|A list of related container images. |
15876
+ |relatedEntities|<a href="#relatedentitieslist" target="_blank" rel="noopener noreferrer">RelatedEntitiesList</a>|<p>A list of related entities of the security problem.</p> <p>A related entity is a monitored entity that is directly or indirectly related to an <em>affected entity</em> (for example, it could be a host where an affected process runs).</p> <p>Each related entity contains a list of corresponding affected entities (for example, an affected process running on this host).</p> |
15207
15877
  |remediationDescription|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Description of how to remediate the vulnerability. |
15208
- |riskAssessment|<a href="#riskassessmentdetails" target="_blank" rel="noopener noreferrer">RiskAssessmentDetails</a>|Risk assessment of a security problem. |
15878
+ |riskAssessment|<a href="#riskassessmentdetails">RiskAssessmentDetails</a>|Risk assessment of a security problem. |
15209
15879
  |securityProblemId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the security problem. |
15210
15880
  |status|"OPEN" &#124; "RESOLVED"|The status of the security problem. |
15211
15881
  |technology|"KUBERNETES" &#124; "DOTNET" &#124; "GO" &#124; "JAVA" &#124; "NODE_JS" &#124; "PHP" &#124; "PYTHON"|The technology of the security problem. |
15212
15882
  |title|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The title of the security problem. |
15213
15883
  |url|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The URL to the security problem details page. |
15214
15884
  |vulnerabilityType|"CODE_LEVEL" &#124; "RUNTIME" &#124; "THIRD_PARTY"|The type of the vulnerability. |
15215
- |vulnerableComponents|Array&lt;<a href="#vulnerablecomponent">VulnerableComponent</a>&gt;|<p>A list of vulnerable components of the security problem.</p> <p>A vulnerable component is what causes the security problem.</p> |
15885
+ |vulnerableComponents|Array&lt;<a href="#vulnerablecomponent" target="_blank" rel="noopener noreferrer">VulnerableComponent</a>&gt;|<p>A list of vulnerable components of the security problem.</p> <p>A vulnerable component is what causes the security problem.</p> |
15216
15886
 
15217
15887
  ### SecurityProblemEvent
15218
15888
 
@@ -15220,9 +15890,9 @@ The event of a security problem.
15220
15890
 
15221
15891
  | Name | Type | Description |
15222
15892
  | --- | --- | --- |
15223
- |muteState|<a href="#mutestate" target="_blank" rel="noopener noreferrer">MuteState</a>|Metadata of the muted state of a security problem in relation to an event. |
15893
+ |muteState|<a href="#mutestate">MuteState</a>|Metadata of the muted state of a security problem in relation to an event. |
15224
15894
  |reason|"ASSESSMENT_CHANGED" &#124; "SECURITY_PROBLEM_CREATED" &#124; "SECURITY_PROBLEM_MUTED" &#124; "SECURITY_PROBLEM_REOPENED" &#124; "SECURITY_PROBLEM_RESOLVED" &#124; "SECURITY_PROBLEM_UNMUTED"|The reason of the event creation. |
15225
- |riskAssessmentSnapshot|<a href="#riskassessmentsnapshot">RiskAssessmentSnapshot</a>|A snapshot of the risk assessment of a security problem. |
15895
+ |riskAssessmentSnapshot|<a href="#riskassessmentsnapshot" target="_blank" rel="noopener noreferrer">RiskAssessmentSnapshot</a>|A snapshot of the risk assessment of a security problem. |
15226
15896
  |timestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when the event occurred. |
15227
15897
 
15228
15898
  ### SecurityProblemEventsList
@@ -15231,7 +15901,7 @@ A list of events for a security problem.
15231
15901
 
15232
15902
  | Name | Type | Description |
15233
15903
  | --- | --- | --- |
15234
- |events|Array&lt;<a href="#securityproblemevent" target="_blank" rel="noopener noreferrer">SecurityProblemEvent</a>&gt;|A list of events for a security problem. |
15904
+ |events|Array&lt;<a href="#securityproblemevent">SecurityProblemEvent</a>&gt;|A list of events for a security problem. |
15235
15905
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
15236
15906
  |pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
15237
15907
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of entries in the result. |
@@ -15244,7 +15914,7 @@ A list of security problems.
15244
15914
  | --- | --- | --- |
15245
15915
  |nextPageKey|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The cursor for the next page of results. Has the value of <code>null</code> on the last page.</p> <p>Use it in the <strong>nextPageKey</strong> query parameter to obtain subsequent pages of the result.</p> |
15246
15916
  |pageSize|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of entries per page. |
15247
- |securityProblems|Array&lt;<a href="#securityproblem">SecurityProblem</a>&gt;|A list of security problems. |
15917
+ |securityProblems|Array&lt;<a href="#securityproblem" target="_blank" rel="noopener noreferrer">SecurityProblem</a>&gt;|A list of security problems. |
15248
15918
  |totalCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of entries in the result. |
15249
15919
 
15250
15920
  ### SecurityProblemMute
@@ -15281,7 +15951,7 @@ Response of muting several security problems.
15281
15951
 
15282
15952
  | Name | Type | Description |
15283
15953
  | --- | --- | --- |
15284
- |summary<sup>*required</sup>|Array&lt;<a href="#securityproblembulkmutingsummary" target="_blank" rel="noopener noreferrer">SecurityProblemBulkMutingSummary</a>&gt;|The summary of which security problems were muted and which already were muted previously. |
15954
+ |summary<sup>*required</sup>|Array&lt;<a href="#securityproblembulkmutingsummary">SecurityProblemBulkMutingSummary</a>&gt;|The summary of which security problems were muted and which already were muted previously. |
15285
15955
 
15286
15956
  ### SecurityProblemsBulkUnmute
15287
15957
 
@@ -15299,7 +15969,7 @@ Response of un-muting several security problems.
15299
15969
 
15300
15970
  | Name | Type | Description |
15301
15971
  | --- | --- | --- |
15302
- |summary<sup>*required</sup>|Array&lt;<a href="#securityproblembulkmutingsummary">SecurityProblemBulkMutingSummary</a>&gt;|The summary of which security problems were un-muted and which already were un-muted previously. |
15972
+ |summary<sup>*required</sup>|Array&lt;<a href="#securityproblembulkmutingsummary" target="_blank" rel="noopener noreferrer">SecurityProblemBulkMutingSummary</a>&gt;|The summary of which security problems were un-muted and which already were un-muted previously. |
15303
15973
 
15304
15974
  ### ServiceImpact
15305
15975
 
@@ -15309,7 +15979,7 @@ Analysis of problem impact to a service.
15309
15979
  | --- | --- | --- |
15310
15980
  |estimatedAffectedUsers<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The estimated number of affected users. |
15311
15981
  |impactType<sup>*required</sup>|"APPLICATION" &#124; "CUSTOM_APPLICATION" &#124; "MOBILE" &#124; "SERVICE"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>SERVICE</code> -&gt; ServiceImpact</li> <li><code>APPLICATION</code> -&gt; ApplicationImpact</li> <li><code>MOBILE</code> -&gt; MobileImpact</li> <li><code>CUSTOM_APPLICATION</code> -&gt; CustomApplicationImpact</li> </ul> |
15312
- |impactedEntity<sup>*required</sup>|<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>|A short representation of a monitored entity. |
15982
+ |impactedEntity<sup>*required</sup>|<a href="#entitystub">EntityStub</a>|A short representation of a monitored entity. |
15313
15983
  |numberOfPotentiallyAffectedServiceCalls|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of potentially impacted services. |
15314
15984
 
15315
15985
  ### SettingsObject
@@ -15322,12 +15992,12 @@ A settings object.
15322
15992
  |created|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the creation. |
15323
15993
  |createdBy|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unique identifier of the user who created the settings object. |
15324
15994
  |externalId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The external identifier of the settings object. |
15325
- |~~modificationInfo~~<sup>**DEPRECATED**</sup>|<a href="#modificationinfo">ModificationInfo</a>|The modification info for a single updatable setting. Replaced by <code>resourceContext</code>. |
15995
+ |~~modificationInfo~~<sup>**DEPRECATED**</sup>|<a href="#modificationinfo" target="_blank" rel="noopener noreferrer">ModificationInfo</a>|The modification info for a single updatable setting. Replaced by <code>resourceContext</code>. |
15326
15996
  |modified|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the last modification. |
15327
15997
  |modifiedBy|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unique identifier of the user who performed the most recent modification. |
15328
15998
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the settings object. |
15329
- |owner|<a href="#identity" target="_blank" rel="noopener noreferrer">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
15330
- |resourceContext|<a href="#resourcecontext">ResourceContext</a>|The resource context, which contains additional permission information about the object. |
15999
+ |owner|<a href="#identity">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
16000
+ |resourceContext|<a href="#resourcecontext" target="_blank" rel="noopener noreferrer">ResourceContext</a>|The resource context, which contains additional permission information about the object. |
15331
16001
  |schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema on which the object is based. |
15332
16002
  |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the schema on which the object is based. |
15333
16003
  |scope|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The scope that the object targets. For more details, please see <a href="https://dt-url.net/ky03459" target="_blank" rel="noopener noreferrer" >Dynatrace Documentation</a>. |
@@ -15349,8 +16019,8 @@ The response to a get by objectId request.
15349
16019
  |modified|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the last modification. |
15350
16020
  |modifiedBy|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unique identifier of the user who performed the most recent modification. |
15351
16021
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the settings object. |
15352
- |owner|<a href="#identity" target="_blank" rel="noopener noreferrer">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
15353
- |resourceContext|<a href="#resourcecontext">ResourceContext</a>|The resource context, which contains additional permission information about the object. |
16022
+ |owner|<a href="#identity">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
16023
+ |resourceContext|<a href="#resourcecontext" target="_blank" rel="noopener noreferrer">ResourceContext</a>|The resource context, which contains additional permission information about the object. |
15354
16024
  |schemaId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema on which the object is based. |
15355
16025
  |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the schema on which the object is based. |
15356
16026
  |scope|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The scope that the object targets. For more details, please see <a href="https://dt-url.net/ky03459" target="_blank" rel="noopener noreferrer" >Dynatrace Documentation</a>. |
@@ -15366,7 +16036,7 @@ Configuration of a new settings object.
15366
16036
  | Name | Type | Description |
15367
16037
  | --- | --- | --- |
15368
16038
  |externalId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|External identifier for the object being created |
15369
- |insertAfter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the new object. The new object will be added after the specified one.</p> <p>If <code>null</code>, the new object will be placed in the last position.</p> <p>If set to empty string, the new object will be placed in the first position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <code>ordered</code> parameter is set to <code>true</code>).</p> |
16039
+ |insertAfter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the new object. The new object will be added after the specified one.</p> <p>If <code>null</code> (or unset), the new object will be placed in the last position.</p> <p>If set to an empty string, the new object will be placed in the first position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <code>ordered</code> parameter is set to <code>true</code>).</p> |
15370
16040
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The ID of the settings object that should be replaced.</p> <p>Only applicable if an external identifier is provided.</p> |
15371
16041
  |schemaId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The schema on which the object is based. |
15372
16042
  |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the schema on which the object is based. |
@@ -15380,7 +16050,7 @@ The response to a creation- or update-request.
15380
16050
  | Name | Type | Description |
15381
16051
  | --- | --- | --- |
15382
16052
  |code<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The HTTP status code for the object. |
15383
- |error|<a href="#error" target="_blank" rel="noopener noreferrer">Error</a>| |
16053
+ |error|<a href="#error">Error</a>| |
15384
16054
  |invalidValue|AnyValue|<p>The value of the setting.</p> <p>It defines the actual values of settings' parameters.</p> <p>The actual content depends on the object's schema.</p> |
15385
16055
  |objectId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|For a successful request, the ID of the created or modified settings object. |
15386
16056
 
@@ -15390,8 +16060,8 @@ An update of a settings object.
15390
16060
 
15391
16061
  | Name | Type | Description |
15392
16062
  | --- | --- | --- |
15393
- |insertAfter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the updated object. The new object will be moved behind the specified one.</p> <p><strong>insertAfter</strong> and <strong>insertBefore</strong> are evaluated together and only one of both can be set.</p> <p>If <code>null</code> and <strong>insertBefore</strong> 'null', the existing object keeps the current position.</p> <p>If set to empty string, the updated object will be placed in the first position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <strong>ordered</strong> parameter is set to <code>true</code>).</p> |
15394
- |insertBefore|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the updated object. The new object will be moved in front of the specified one.</p> <p><strong>insertAfter</strong> and <strong>insertBefore</strong> are evaluated together and only one of both can be set.</p> <p>If <code>null</code> and <strong>insertAfter</strong> 'null', the existing object keeps the current position.</p> <p>If set to empty string, the updated object will be placed in the last position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <strong>ordered</strong> parameter is set to <code>true</code>).</p> |
16063
+ |insertAfter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the updated object. The new object will be moved behind the specified one.</p> <p><strong>insertAfter</strong> and <strong>insertBefore</strong> are evaluated together and only one of both can be set (and be non <code>null</code>).</p> <p>If <code>null</code> (or unset) and <strong>insertBefore</strong> is <code>null</code> (or unset), the existing object keeps the current position.</p> <p>If set to an empty string, the updated object will be placed in the first position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <strong>ordered</strong> parameter is set to <code>true</code>).</p> |
16064
+ |insertBefore|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The position of the updated object. The new object will be moved in front of the specified one.</p> <p><strong>insertAfter</strong> and <strong>insertBefore</strong> are evaluated together and only one of both can be set (and be non <code>null</code>).</p> <p>If <code>null</code> (or unset) and <strong>insertAfter</strong> is <code>null</code> (or unset), the existing object keeps the current position.</p> <p>If set to an empty string, the updated object will be placed in the last position.</p> <p>Only applicable for objects based on schemas with ordered objects (schema's <strong>ordered</strong> parameter is set to <code>true</code>).</p> |
15395
16065
  |schemaVersion|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The version of the schema on which the object is based. |
15396
16066
  |updateToken|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The update token of the object. You can use it to detect simultaneous modifications by different users.</p> <p>It is generated upon retrieval (GET requests). If set on update (PUT request) or deletion, the update/deletion will be allowed only if there wasn't any change between the retrieval and the update.</p> <p>If omitted on update/deletion, the operation overrides the current value or deletes it without any checks.</p> |
15397
16067
  |value<sup>*required</sup>|AnyValue|<p>The value of the setting.</p> <p>It defines the actual values of settings' parameters.</p> <p>The actual content depends on the object's schema.</p> |
@@ -15402,7 +16072,7 @@ A list of permissions.
15402
16072
 
15403
16073
  | Name | Type | Description |
15404
16074
  | --- | --- | --- |
15405
- |context|<a href="#permissioncontext">PermissionContext</a>|Optional context data |
16075
+ |context|<a href="#permissioncontext" target="_blank" rel="noopener noreferrer">PermissionContext</a>|Optional context data |
15406
16076
  |permission<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Permission to be probed |
15407
16077
 
15408
16078
  ### SloBurnRate
@@ -15433,7 +16103,7 @@ Error budget burn rate configuration of a service-level objective (SLO).
15433
16103
  | --- | --- | --- |
15434
16104
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The description of the SLO. |
15435
16105
  |enabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>The SLO is enabled (<code>true</code>) or disabled (<code>false</code>).</p> <p>If not defined, the SLO is disabled by default.</p> |
15436
- |errorBudgetBurnRate|<a href="#sloburnrateconfig" target="_blank" rel="noopener noreferrer">SloBurnRateConfig</a>|Error budget burn rate configuration of a service-level objective (SLO). |
16106
+ |errorBudgetBurnRate|<a href="#sloburnrateconfig">SloBurnRateConfig</a>|Error budget burn rate configuration of a service-level objective (SLO). |
15437
16107
  |evaluationType<sup>*required</sup>|"AGGREGATE"|The evaluation type of the SLO. |
15438
16108
  |filter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The entity filter for the SLO evaluation. The total length of the entitySelector string in SLOs is limited to 1,000 characters. Use the <a href="https://dt-url.net/entityselector" target="_blank" rel="noopener noreferrer" >syntax of entity selector</a>. |
15439
16109
  |~~metricDenominator~~<sup>**DEPRECATED**</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The total count metric (the denominator in rate calculation).</p> <p>Required when the <strong>useRateMetric</strong> is set to <code>false</code>.</p> |
@@ -15479,7 +16149,7 @@ Parameters of a status alert.
15479
16149
 
15480
16150
  | Name | Type |
15481
16151
  | --- | --- |
15482
- |details|<a href="#success">Success</a>|
16152
+ |details|<a href="#success" target="_blank" rel="noopener noreferrer">Success</a>|
15483
16153
 
15484
16154
  ### SyntheticConfigDto
15485
16155
 
@@ -15536,7 +16206,7 @@ A list of synthetic locations.
15536
16206
 
15537
16207
  | Name | Type | Description |
15538
16208
  | --- | --- | --- |
15539
- |locations<sup>*required</sup>|Array&lt;<a href="#locationcollectionelement" target="_blank" rel="noopener noreferrer">LocationCollectionElement</a>&gt;|A list of synthetic locations. |
16209
+ |locations<sup>*required</sup>|Array&lt;<a href="#locationcollectionelement">LocationCollectionElement</a>&gt;|A list of synthetic locations. |
15540
16210
 
15541
16211
  ### SyntheticMonitorListDto
15542
16212
 
@@ -15544,7 +16214,7 @@ List of available synthetic monitors.
15544
16214
 
15545
16215
  | Name | Type | Description |
15546
16216
  | --- | --- | --- |
15547
- |monitors|Array&lt;<a href="#syntheticmonitorsummarydto">SyntheticMonitorSummaryDto</a>&gt;|List of monitors. |
16217
+ |monitors|Array&lt;<a href="#syntheticmonitorsummarydto" target="_blank" rel="noopener noreferrer">SyntheticMonitorSummaryDto</a>&gt;|List of monitors. |
15548
16218
 
15549
16219
  ### SyntheticMonitorOutageHandlingSettingsDto
15550
16220
 
@@ -15578,7 +16248,7 @@ Performance thresholds configuration.
15578
16248
  | Name | Type | Description |
15579
16249
  | --- | --- | --- |
15580
16250
  |enabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Performance threshold is enabled (<code>true</code>) or disabled (<code>false</code>). |
15581
- |thresholds|Array&lt;<a href="#syntheticmonitorperformancethresholddto" target="_blank" rel="noopener noreferrer">SyntheticMonitorPerformanceThresholdDto</a>&gt;|The list of performance threshold rules. |
16251
+ |thresholds|Array&lt;<a href="#syntheticmonitorperformancethresholddto">SyntheticMonitorPerformanceThresholdDto</a>&gt;|The list of performance threshold rules. |
15582
16252
 
15583
16253
  ### SyntheticMonitorSummaryDto
15584
16254
 
@@ -15597,7 +16267,7 @@ The network availability monitor constraint.
15597
16267
 
15598
16268
  | Name | Type | Description |
15599
16269
  | --- | --- | --- |
15600
- |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorconstraintdtoproperties">SyntheticMultiProtocolMonitorConstraintDtoProperties</a>|The properties of the constraint. |
16270
+ |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorconstraintdtoproperties" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorConstraintDtoProperties</a>|The properties of the constraint. |
15601
16271
  |type<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Constraint type. |
15602
16272
 
15603
16273
  ### SyntheticMultiProtocolMonitorConstraintDtoProperties
@@ -15619,10 +16289,10 @@ Network Availability monitor.
15619
16289
  |locations<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The locations to which the monitor is assigned. |
15620
16290
  |modificationTimestamp|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp of the last modification |
15621
16291
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the monitor. |
15622
- |performanceThresholds|<a href="#syntheticmonitorperformancethresholdsdto" target="_blank" rel="noopener noreferrer">SyntheticMonitorPerformanceThresholdsDto</a>|Performance thresholds configuration. |
15623
- |steps<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorstepdto">SyntheticMultiProtocolMonitorStepDto</a>&gt;|The steps of the monitor. |
15624
- |syntheticMonitorOutageHandlingSettings|<a href="#syntheticmonitoroutagehandlingsettingsdto" target="_blank" rel="noopener noreferrer">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
15625
- |tags|Array&lt;<a href="#synthetictagwithsourcedto">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> |
16292
+ |performanceThresholds|<a href="#syntheticmonitorperformancethresholdsdto">SyntheticMonitorPerformanceThresholdsDto</a>|Performance thresholds configuration. |
16293
+ |steps<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorstepdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorStepDto</a>&gt;|The steps of the monitor. |
16294
+ |syntheticMonitorOutageHandlingSettings|<a href="#syntheticmonitoroutagehandlingsettingsdto">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
16295
+ |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> |
15626
16296
  |type<sup>*required</sup>|"BROWSER" &#124; "HTTP" &#124; "THIRD_PARTY" &#124; "MULTI_PROTOCOL"| |
15627
16297
 
15628
16298
  ### SyntheticMultiProtocolMonitorStepDto
@@ -15631,10 +16301,10 @@ The step of a network availability monitor.
15631
16301
 
15632
16302
  | Name | Type | Description |
15633
16303
  | --- | --- | --- |
15634
- |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|The list of constraints which apply to all requests in the step. |
16304
+ |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|The list of constraints which apply to all requests in the step. |
15635
16305
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Step name. |
15636
- |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorstepdtoproperties">SyntheticMultiProtocolMonitorStepDtoProperties</a>|The properties which apply to all requests in the step. |
15637
- |requestConfigurations<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolrequestconfigurationdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolRequestConfigurationDto</a>&gt;|Request configurations. |
16306
+ |properties<sup>*required</sup>|<a href="#syntheticmultiprotocolmonitorstepdtoproperties" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorStepDtoProperties</a>|The properties which apply to all requests in the step. |
16307
+ |requestConfigurations<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolrequestconfigurationdto">SyntheticMultiProtocolRequestConfigurationDto</a>&gt;|Request configurations. |
15638
16308
  |requestType<sup>*required</sup>|"ICMP" &#124; "TCP" &#124; "DNS"|Request type. |
15639
16309
  |targetFilter|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Target filter. |
15640
16310
  |targetList<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|Target list. |
@@ -15656,10 +16326,10 @@ Network availability monitor.
15656
16326
  |frequencyMin|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The frequency of the monitor, in minutes. |
15657
16327
  |locations<sup>*required</sup>|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|The locations to which the monitor is assigned. |
15658
16328
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the monitor. |
15659
- |performanceThresholds|<a href="#syntheticmonitorperformancethresholdsdto">SyntheticMonitorPerformanceThresholdsDto</a>|Performance thresholds configuration. |
15660
- |steps<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorstepdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorStepDto</a>&gt;|The steps of the monitor. |
15661
- |syntheticMonitorOutageHandlingSettings|<a href="#syntheticmonitoroutagehandlingsettingsdto">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
15662
- |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> |
16329
+ |performanceThresholds|<a href="#syntheticmonitorperformancethresholdsdto" target="_blank" rel="noopener noreferrer">SyntheticMonitorPerformanceThresholdsDto</a>|Performance thresholds configuration. |
16330
+ |steps<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorstepdto">SyntheticMultiProtocolMonitorStepDto</a>&gt;|The steps of the monitor. |
16331
+ |syntheticMonitorOutageHandlingSettings|<a href="#syntheticmonitoroutagehandlingsettingsdto" target="_blank" rel="noopener noreferrer">SyntheticMonitorOutageHandlingSettingsDto</a>|Outage handling configuration. |
16332
+ |tags|Array&lt;<a href="#synthetictagwithsourcedto">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> |
15663
16333
  |type<sup>*required</sup>|"MULTI_PROTOCOL"|Monitor type. |
15664
16334
 
15665
16335
  ### SyntheticMultiProtocolRequestConfigurationDto
@@ -15668,7 +16338,7 @@ The configuration of a network availability monitor request.
15668
16338
 
15669
16339
  | Name | Type | Description |
15670
16340
  | --- | --- | --- |
15671
- |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|Request constraints. |
16341
+ |constraints<sup>*required</sup>|Array&lt;<a href="#syntheticmultiprotocolmonitorconstraintdto" target="_blank" rel="noopener noreferrer">SyntheticMultiProtocolMonitorConstraintDto</a>&gt;|Request constraints. |
15672
16342
 
15673
16343
  ### SyntheticOnDemandBatchStatus
15674
16344
 
@@ -15677,15 +16347,15 @@ Contains information about on-demand executions triggered within the batch.
15677
16347
  | Name | Type | Description |
15678
16348
  | --- | --- | --- |
15679
16349
  |batchId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The identifier of the batch. |
15680
- |batchStatus<sup>*required</sup>|"SUCCESS" &#124; "FAILED" &#124; "FAILED_TO_EXECUTE" &#124; "NOT_TRIGGERED" &#124; "RUNNING"|The status of the batch. |
16350
+ |batchStatus<sup>*required</sup>|"SUCCESS" &#124; "FAILED" &#124; "NOT_TRIGGERED" &#124; "FAILED_TO_EXECUTE" &#124; "RUNNING"|The status of the batch. |
15681
16351
  |executedCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of triggered executions with the result SUCCESS or FAILED. |
15682
16352
  |failedCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of triggered executions with the result FAILED. |
15683
- |failedExecutions|Array&lt;<a href="#syntheticondemandfailedexecutionstatus" target="_blank" rel="noopener noreferrer">SyntheticOnDemandFailedExecutionStatus</a>&gt;| |
15684
- |failedToExecute|Array&lt;<a href="#syntheticondemandfailedexecutionstatus">SyntheticOnDemandFailedExecutionStatus</a>&gt;| |
16353
+ |failedExecutions|Array&lt;<a href="#syntheticondemandfailedexecutionstatus">SyntheticOnDemandFailedExecutionStatus</a>&gt;| |
16354
+ |failedToExecute|Array&lt;<a href="#syntheticondemandfailedexecutionstatus" target="_blank" rel="noopener noreferrer">SyntheticOnDemandFailedExecutionStatus</a>&gt;| |
15685
16355
  |failedToExecuteCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of executions that were triggered and timed out because of a problem with the Synthetic engine. |
15686
- |metadata|<a href="#syntheticondemandbatchstatusmetadata" target="_blank" rel="noopener noreferrer">SyntheticOnDemandBatchStatusMetadata</a>|String to string map of metadata properties for batch |
16356
+ |metadata|<a href="#syntheticondemandbatchstatusmetadata">SyntheticOnDemandBatchStatusMetadata</a>|String to string map of metadata properties for batch |
15687
16357
  |triggeredCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of triggered executions within the batch. |
15688
- |triggeringProblems|Array&lt;<a href="#syntheticondemandtriggeringproblemdetails">SyntheticOnDemandTriggeringProblemDetails</a>&gt;| |
16358
+ |triggeringProblems|Array&lt;<a href="#syntheticondemandtriggeringproblemdetails" target="_blank" rel="noopener noreferrer">SyntheticOnDemandTriggeringProblemDetails</a>&gt;| |
15689
16359
  |triggeringProblemsCount|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The number of executions that were not triggered due to some problems. |
15690
16360
  |userId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the user who triggered execution of the batch. |
15691
16361
 
@@ -15707,14 +16377,14 @@ Describes the status of an on-demand execution.
15707
16377
  |executionId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The identifier of the execution. |
15708
16378
  |executionStage<sup>*required</sup>|"TRIGGERED" &#124; "EXECUTED" &#124; "DATA_RETRIEVED" &#124; "NOT_TRIGGERED" &#124; "TIMED_OUT" &#124; "WAITING"|Execution stage. |
15709
16379
  |executionTimestamp<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The timestamp when execution was finished, in UTC milliseconds. |
15710
- |fullResults|<a href="#executionfullresults" target="_blank" rel="noopener noreferrer">ExecutionFullResults</a>|Contains extended monitor's execution details. |
16380
+ |fullResults|<a href="#executionfullresults">ExecutionFullResults</a>|Contains extended monitor's execution details. |
15711
16381
  |locationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The identifier of the location from where the monitor is to be executed. |
15712
- |metadata|<a href="#syntheticondemandexecutionmetadata">SyntheticOnDemandExecutionMetadata</a>|Metadata map for the execution batch. |
16382
+ |metadata|<a href="#syntheticondemandexecutionmetadata" target="_blank" rel="noopener noreferrer">SyntheticOnDemandExecutionMetadata</a>|Metadata map for the execution batch. |
15713
16383
  |monitorId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The identifier of the monitor. |
15714
16384
  |nextExecutionId|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|Next execution id for sequential mode. |
15715
16385
  |processingMode<sup>*required</sup>|"UNKNOWN" &#124; "NONE" &#124; "STANDARD" &#124; "DISABLE_PROBLEM_DETECTION" &#124; "EXECUTIONS_DETAILS_ONLY"|The processing mode of the execution. |
15716
16386
  |schedulingTimestamp<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The scheduling timestamp, in UTC milliseconds. |
15717
- |simpleResults|<a href="#executionsimpleresults" target="_blank" rel="noopener noreferrer">ExecutionSimpleResults</a>|Contains basic results of the monitor's on-demand execution. |
16387
+ |simpleResults|<a href="#executionsimpleresults">ExecutionSimpleResults</a>|Contains basic results of the monitor's on-demand execution. |
15718
16388
  |source<sup>*required</sup>|"API" &#124; "UI"|The source of the triggering request. |
15719
16389
  |userId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the user who triggered the on-demand execution. |
15720
16390
 
@@ -15732,9 +16402,9 @@ Contains parameters for the on-demand execution of monitors identified by tags,
15732
16402
  | --- | --- | --- |
15733
16403
  |failOnPerformanceIssue|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If true, the execution will fail in case of performance issue. <i>default:</i> <code>true</code>|
15734
16404
  |failOnSslWarning|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Applies to HTTP monitors only. If true, the execution will fail in case of an SSL certificate expiration warning or if the certificate is missing. <i>default:</i> <code>true</code>|
15735
- |group|<a href="#syntheticondemandexecutionrequestgroup">SyntheticOnDemandExecutionRequestGroup</a>|Contains parameters for the on-demand execution of monitors identified by tags, applications, or services. |
15736
- |metadata|<a href="#syntheticondemandexecutionrequestmetadata" target="_blank" rel="noopener noreferrer">SyntheticOnDemandExecutionRequestMetadata</a>|String to string map of metadata properties for execution |
15737
- |monitors|Array&lt;<a href="#syntheticondemandexecutionrequestmonitor">SyntheticOnDemandExecutionRequestMonitor</a>&gt;|List of monitors to be triggered. |
16405
+ |group|<a href="#syntheticondemandexecutionrequestgroup" target="_blank" rel="noopener noreferrer">SyntheticOnDemandExecutionRequestGroup</a>|Contains parameters for the on-demand execution of monitors identified by tags, applications, or services. |
16406
+ |metadata|<a href="#syntheticondemandexecutionrequestmetadata">SyntheticOnDemandExecutionRequestMetadata</a>|String to string map of metadata properties for execution |
16407
+ |monitors|Array&lt;<a href="#syntheticondemandexecutionrequestmonitor" target="_blank" rel="noopener noreferrer">SyntheticOnDemandExecutionRequestMonitor</a>&gt;|List of monitors to be triggered. |
15738
16408
  |processingMode|"STANDARD" &#124; "DISABLE_PROBLEM_DETECTION" &#124; "EXECUTIONS_DETAILS_ONLY"|The execution's processing mode <i>default:</i> <code>"STANDARD"</code>|
15739
16409
  |stopOnProblem|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If true, no executions will be scheduled if a problem occurs. <i>default:</i> <code>false</code>|
15740
16410
  |takeScreenshotsOnSuccess|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|If true, the screenshots will be taken during the execution of a browser monitor. <i>default:</i> <code>false</code>|
@@ -15775,10 +16445,10 @@ The result of on-demand synthetic monitor execution.
15775
16445
  | Name | Type | Description |
15776
16446
  | --- | --- | --- |
15777
16447
  |batchId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The batch identifier of the triggered executions. |
15778
- |triggered|Array&lt;<a href="#syntheticondemandtriggeredmonitor" target="_blank" rel="noopener noreferrer">SyntheticOnDemandTriggeredMonitor</a>&gt;|Monitors for which on-demand executions were triggered. |
16448
+ |triggered|Array&lt;<a href="#syntheticondemandtriggeredmonitor">SyntheticOnDemandTriggeredMonitor</a>&gt;|Monitors for which on-demand executions were triggered. |
15779
16449
  |triggeredCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of the triggered executions within the batch. |
15780
16450
  |triggeringProblemsCount<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The total number of problems within the batch. |
15781
- |triggeringProblemsDetails|Array&lt;<a href="#syntheticondemandtriggeringproblemdetails">SyntheticOnDemandTriggeringProblemDetails</a>&gt;|List with the entities for which triggering problems occurred. |
16451
+ |triggeringProblemsDetails|Array&lt;<a href="#syntheticondemandtriggeringproblemdetails" target="_blank" rel="noopener noreferrer">SyntheticOnDemandTriggeringProblemDetails</a>&gt;|List with the entities for which triggering problems occurred. |
15782
16452
 
15783
16453
  ### SyntheticOnDemandExecutions
15784
16454
 
@@ -15786,7 +16456,7 @@ Contains a list of synthetic on-demand executions.
15786
16456
 
15787
16457
  | Name | Type | Description |
15788
16458
  | --- | --- | --- |
15789
- |executions<sup>*required</sup>|Array&lt;<a href="#syntheticondemandexecution" target="_blank" rel="noopener noreferrer">SyntheticOnDemandExecution</a>&gt;|The list of executions. |
16459
+ |executions<sup>*required</sup>|Array&lt;<a href="#syntheticondemandexecution">SyntheticOnDemandExecution</a>&gt;|The list of executions. |
15790
16460
 
15791
16461
  ### SyntheticOnDemandFailedExecutionStatus
15792
16462
 
@@ -15817,7 +16487,7 @@ Contains the list of on-demand executions of the monitor.
15817
16487
 
15818
16488
  | Name | Type | Description |
15819
16489
  | --- | --- | --- |
15820
- |executions<sup>*required</sup>|Array&lt;<a href="#syntheticondemandtriggeredexecutiondetails">SyntheticOnDemandTriggeredExecutionDetails</a>&gt;|The list of triggered executions. |
16490
+ |executions<sup>*required</sup>|Array&lt;<a href="#syntheticondemandtriggeredexecutiondetails" target="_blank" rel="noopener noreferrer">SyntheticOnDemandTriggeredExecutionDetails</a>&gt;|The list of triggered executions. |
15821
16491
  |monitorId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The monitor identifier. |
15822
16492
 
15823
16493
  ### SyntheticOnDemandTriggeringProblemDetails
@@ -15881,7 +16551,7 @@ The tag with source of a monitored entity.
15881
16551
  | --- | --- | --- |
15882
16552
  |context|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The origin of the tag, such as AWS or Cloud Foundry.</p> <p>Custom tags use the <code>CONTEXTLESS</code> value.</p> |
15883
16553
  |key<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The key of the tag. |
15884
- |source|"USER" &#124; "AUTO" &#124; "RULE_BASED"|The source of the tag, such as USER, RULE_BASED or AUTO. |
16554
+ |source|"AUTO" &#124; "USER" &#124; "RULE_BASED"|The source of the tag, such as USER, RULE_BASED or AUTO. |
15885
16555
  |value|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The value of the tag. |
15886
16556
 
15887
16557
  ### TableColumn
@@ -15906,8 +16576,8 @@ Configuration of a [tenant token](https://dt-url.net/b403ss9).
15906
16576
 
15907
16577
  | Name | Type | Description |
15908
16578
  | --- | --- | --- |
15909
- |active|<a href="#tenanttoken" target="_blank" rel="noopener noreferrer">TenantToken</a>|Tenant token |
15910
- |old|<a href="#tenanttoken">TenantToken</a>|Tenant token |
16579
+ |active|<a href="#tenanttoken">TenantToken</a>|Tenant token |
16580
+ |old|<a href="#tenanttoken" target="_blank" rel="noopener noreferrer">TenantToken</a>|Tenant token |
15911
16581
 
15912
16582
  ### ToPosition
15913
16583
 
@@ -15925,16 +16595,16 @@ A credentials set of the `TOKEN` type.
15925
16595
  | Name | Type | Description |
15926
16596
  | --- | --- | --- |
15927
16597
  |allowContextlessRequests|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
15928
- |allowedEntities|Array&lt;<a href="#credentialaccessdata" target="_blank" rel="noopener noreferrer">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
16598
+ |allowedEntities|Array&lt;<a href="#credentialaccessdata">CredentialAccessData</a>&gt;|The set of entities allowed to use the credential. |
15929
16599
  |description|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A short description of the credentials set. |
15930
- |externalVault|<a href="#externalvault">ExternalVault</a>|Information for synchronization credentials with external vault |
16600
+ |externalVault|<a href="#externalvault" target="_blank" rel="noopener noreferrer">ExternalVault</a>|Information for synchronization credentials with external vault |
15931
16601
  |id|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the credentials set. |
15932
16602
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
15933
16603
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
15934
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
15935
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
16604
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
16605
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
15936
16606
  |token|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|Token in the string format. |
15937
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
16607
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
15938
16608
 
15939
16609
  ### TrackingLink
15940
16610
 
@@ -15966,15 +16636,23 @@ A behavior of a metric in an transaction that indicates the problem and/or is it
15966
16636
  | --- | --- | --- |
15967
16637
  |displayName<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The display name of the evidence. |
15968
16638
  |endTime|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The end time of the evidence, in UTC milliseconds |
15969
- |entity<sup>*required</sup>|<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>|A short representation of a monitored entity. |
16639
+ |entity<sup>*required</sup>|<a href="#entitystub">EntityStub</a>|A short representation of a monitored entity. |
15970
16640
  |evidenceType<sup>*required</sup>|"AVAILABILITY_EVIDENCE" &#124; "EVENT" &#124; "MAINTENANCE_WINDOW" &#124; "METRIC" &#124; "TRANSACTIONAL"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>EVENT</code> -&gt; EventEvidence</li> <li><code>METRIC</code> -&gt; MetricEvidence</li> <li><code>TRANSACTIONAL</code> -&gt; TransactionalEvidence</li> <li><code>MAINTENANCE_WINDOW</code> -&gt; MaintenanceWindowEvidence</li> <li><code>AVAILABILITY_EVIDENCE</code> -&gt; AvailabilityEvidence</li> </ul> |
15971
- |groupingEntity|<a href="#entitystub">EntityStub</a>|A short representation of a monitored entity. |
16641
+ |groupingEntity|<a href="#entitystub" target="_blank" rel="noopener noreferrer">EntityStub</a>|A short representation of a monitored entity. |
15972
16642
  |rootCauseRelevant<sup>*required</sup>|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The evidence is (<code>true</code>) or is not (<code>false</code>) a part of the root cause. |
15973
16643
  |startTime<sup>*required</sup>|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The start time of the evidence, in UTC milliseconds. |
15974
16644
  |unit|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unit of the metric. |
15975
16645
  |valueAfterChangePoint|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The metric's value after the problem start. |
15976
16646
  |valueBeforeChangePoint|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The metric's value before the problem start. |
15977
16647
 
16648
+ ### TransferOwnershipRequest
16649
+
16650
+ The request to change ownership of an object.
16651
+
16652
+ | Name | Type | Description |
16653
+ | --- | --- | --- |
16654
+ |newOwner|<a href="#identity">Identity</a>|An Identity describing either a user, a group, or the all-users group (applying to all users). |
16655
+
15978
16656
  ### TruncatableListAttackRequestHeader
15979
16657
 
15980
16658
  A list of values that has possibly been truncated.
@@ -16187,6 +16865,14 @@ A list of ActiveGates with update jobs.
16187
16865
  | --- | --- | --- |
16188
16866
  |allUpdateJobs|Array&lt;<a href="#updatejoblist" target="_blank" rel="noopener noreferrer">UpdateJobList</a>&gt;|A list of ActiveGates with update jobs. |
16189
16867
 
16868
+ ### UpdatePermissionsRequest
16869
+
16870
+ The request to update the permissions of a specific accessor.
16871
+
16872
+ | Name | Type | Description |
16873
+ | --- | --- | --- |
16874
+ |permissions|Array&lt;"r" &#124; "w"&gt;|The permissions to assign to the specified accessor. |
16875
+
16190
16876
  ### UserPasswordCredentials
16191
16877
 
16192
16878
  A credentials set of the `USERNAME_PASSWORD` type.
@@ -16201,9 +16887,9 @@ A credentials set of the `USERNAME_PASSWORD` type.
16201
16887
  |name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the credentials set. |
16202
16888
  |ownerAccessOnly|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The credentials set is available to every user (<code>false</code>) or to owner only (<code>true</code>). |
16203
16889
  |password|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The password of the credential. |
16204
- |~~scope~~<sup>**DEPRECATED**</sup>|"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"|The scope of the credentials set. |
16205
- |scopes<sup>*required</sup>|Array&lt;"APP_ENGINE" &#124; "EXTENSION" &#124; "SYNTHETIC"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
16206
- |type|"AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "SNMPV3" &#124; "TOKEN" &#124; "USERNAME_PASSWORD"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
16890
+ |~~scope~~<sup>**DEPRECATED**</sup>|"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"|The scope of the credentials set. |
16891
+ |scopes<sup>*required</sup>|Array&lt;"EXTENSION" &#124; "SYNTHETIC" &#124; "APP_ENGINE"&gt;|<p>The set of scopes of the credentials set.</p> <p>Limitations: <code>CredentialsScope.APP_ENGINE</code> is only available on the new Dynatrace SaaS platform - it's not available on managed or non-Grail SaaS environments.</p> |
16892
+ |type|"CERTIFICATE" &#124; "PUBLIC_CERTIFICATE" &#124; "TOKEN" &#124; "USERNAME_PASSWORD" &#124; "AWS_MONITORING_KEY_BASED" &#124; "AWS_MONITORING_ROLE_BASED" &#124; "SNMPV3"|<p>Defines the actual set of fields depending on the value. See one of the following objects:</p> <ul> <li><code>CERTIFICATE</code> -&gt; CertificateCredentials</li> <li><code>PUBLIC_CERTIFICATE</code> -&gt; PublicCertificateCredentials</li> <li><code>USERNAME_PASSWORD</code> -&gt; UserPasswordCredentials</li> <li><code>TOKEN</code> -&gt; TokenCredentials</li> <li><code>SNMPV3</code> -&gt; SNMPV3Credentials</li> <li><code>AWS_MONITORING_KEY_BASED</code> -&gt; AWSKeyBasedCredentialsDto</li> <li><code>AWS_MONITORING_ROLE_BASED</code> -&gt; AWSRoleBasedCredentials</li> </ul> |
16207
16893
  |user|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The username of the credentials set. |
16208
16894
 
16209
16895
  ### ValidationResponse
@@ -16366,6 +17052,24 @@ Defines the actual set of fields depending on the value. See one of the followin
16366
17052
  </div>
16367
17053
 
16368
17054
 
17055
+ </div>
17056
+
17057
+ <a name="accessorpermissionspermissionsitem"></a>
17058
+ ### AccessorPermissionsPermissionsItem
17059
+
17060
+ <div class="padding-left--md">
17061
+
17062
+ r = read, w = write
17063
+
17064
+ #### Enum keys
17065
+
17066
+ <div class="padding-left--md">
17067
+
17068
+ `R` | `W`
17069
+
17070
+ </div>
17071
+
17072
+
16369
17073
  </div>
16370
17074
 
16371
17075
  <a name="activegateautoupdateconfigeffectivesetting"></a>
@@ -16673,7 +17377,7 @@ The type of the asset.
16673
17377
 
16674
17378
  <div class="padding-left--md">
16675
17379
 
16676
- `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`
17380
+ `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`
16677
17381
 
16678
17382
  </div>
16679
17383
 
@@ -16781,7 +17485,7 @@ The category of the recorded operation.
16781
17485
 
16782
17486
  <div class="padding-left--md">
16783
17487
 
16784
- `ActivegateToken` | `Config` | `ManualTaggingService` | `Token` | `WebUi`
17488
+ `ActivegateToken` | `BuildUnitV2` | `Config` | `ManualTaggingService` | `TenantLifecycle` | `Token` | `WebUi`
16785
17489
 
16786
17490
  </div>
16787
17491
 
@@ -16810,7 +17514,7 @@ The type of the recorded operation.
16810
17514
 
16811
17515
  <div class="padding-left--md">
16812
17516
 
16813
- `Create` | `Delete` | `Login` | `Logout` | `Revoke` | `TagAdd` | `TagRemove` | `TagUpdate` | `Update`
17517
+ `Create` | `Delete` | `Login` | `Logout` | `Reorder` | `Revoke` | `TagAdd` | `TagRemove` | `TagUpdate` | `Update`
16814
17518
 
16815
17519
  </div>
16816
17520
 
@@ -17799,7 +18503,7 @@ Type of this filter, determines which other fields are present.Can be any of:
17799
18503
 
17800
18504
  <div class="padding-left--md">
17801
18505
 
17802
- `Browser` | `Dns` | `Http` | `Icmp` | `Tcp`
18506
+ `Browser` | `Dns` | `Http` | `HttpHighResource` | `Icmp` | `Tcp`
17803
18507
 
17804
18508
  </div>
17805
18509
 
@@ -17858,6 +18562,24 @@ Type of this filter, determines which other fields are present.Can be any of:
17858
18562
  </div>
17859
18563
 
17860
18564
 
18565
+ </div>
18566
+
18567
+ <a name="getpermissionpathaccessortype"></a>
18568
+ ### GetPermissionPathAccessorType
18569
+
18570
+ <div class="padding-left--md">
18571
+
18572
+
18573
+
18574
+ #### Enum keys
18575
+
18576
+ <div class="padding-left--md">
18577
+
18578
+ `Group` | `User`
18579
+
18580
+ </div>
18581
+
18582
+
17861
18583
  </div>
17862
18584
 
17863
18585
  <a name="getslobyidquerytimeframe"></a>
@@ -18063,6 +18785,24 @@ The cloud provider where the location is hosted.
18063
18785
  </div>
18064
18786
 
18065
18787
 
18788
+ </div>
18789
+
18790
+ <a name="locationcollectionelementdeploymenttype"></a>
18791
+ ### LocationCollectionElementDeploymentType
18792
+
18793
+ <div class="padding-left--md">
18794
+
18795
+ Location&apos;s deployment type
18796
+
18797
+ #### Enum keys
18798
+
18799
+ <div class="padding-left--md">
18800
+
18801
+ `Kubernetes` | `Openshift` | `Standard` | `Unknown`
18802
+
18803
+ </div>
18804
+
18805
+
18066
18806
  </div>
18067
18807
 
18068
18808
  <a name="locationcollectionelementstage"></a>
@@ -18318,7 +19058,7 @@ The name of the monitoring state.
18318
19058
 
18319
19059
  <div class="padding-left--md">
18320
19060
 
18321
- `AgentInjectionStatusGoDynamizerFailed` | `AgentInjectionStatusGoPclntabFailed` | `AgentInjectionStatusGoVertigoSupportAdded` | `AgentInjectionStatusNginxPatchedBinaryDetected` | `AgentInjectionStatusPhpOpcacheDisabled` | `AgentInjectionStatusPhpStackSizeTooLow` | `AgentInjectionSuppression` | `AixEnableFullMonitoringNeeded` | `BadInstaller` | `BoshbpmDisabled` | `ContainerInjectionFailed` | `ContainerdDisabled` | `CrioDisabled` | `CustomPgRuleRequired` | `DeepMonitoringSuccessful` | `DeepMonitoringUnsuccessful` | `DockerDisabled` | `GardenDisabled` | `HostInfraStructureOnly` | `HostMonitoringDisabled` | `NetworkAgentInactive` | `Ok` | `ParentProcessRestartRequired` | `PodmanDisabled` | `ProcessGroupDifferentIdDueToDeclarativeGrouping` | `ProcessGroupDisabled` | `ProcessGroupDisabledViaContainerInjectionRule` | `ProcessGroupDisabledViaContainerInjectionRuleRestart` | `ProcessGroupDisabledViaGlobalSettings` | `ProcessGroupDisabledViaInjectionRule` | `ProcessGroupDisabledViaInjectionRuleRestart` | `RestartRequired` | `RestartRequiredApache` | `RestartRequiredDockerDeamon` | `RestartRequiredHostGroupInconsistent` | `RestartRequiredHostIdInconsistent` | `RestartRequiredOutdatedAgentApacheUpdate` | `RestartRequiredOutdatedAgentInjected` | `RestartRequiredUsingDifferentDataStorageDir` | `RestartRequiredUsingDifferentLogPath` | `RestartRequiredVirtualizedContainer` | `UnsupportedState` | `WincDisabled`
19061
+ `AgentInjectionStatusGoDynamizerFailed` | `AgentInjectionStatusGoFipsDetectedButFeatureDisabled` | `AgentInjectionStatusGoPclntabFailed` | `AgentInjectionStatusGoVertigoSupportAdded` | `AgentInjectionStatusNginxPatchedBinaryDetected` | `AgentInjectionStatusPhpOpcacheDisabled` | `AgentInjectionStatusPhpStackSizeTooLow` | `AgentInjectionSuppression` | `AixEnableFullMonitoringNeeded` | `BadInstaller` | `BoshbpmDisabled` | `ContainerInjectionFailed` | `ContainerdDisabled` | `CrioDisabled` | `CustomPgRuleRequired` | `DeepMonitoringSuccessful` | `DeepMonitoringUnsuccessful` | `DockerDisabled` | `GardenDisabled` | `HostInfraStructureOnly` | `HostMonitoringDisabled` | `NetworkAgentInactive` | `Ok` | `ParentProcessRestartRequired` | `PodmanDisabled` | `ProcessGroupDifferentIdDueToDeclarativeGrouping` | `ProcessGroupDisabled` | `ProcessGroupDisabledViaContainerInjectionRule` | `ProcessGroupDisabledViaContainerInjectionRuleRestart` | `ProcessGroupDisabledViaGlobalSettings` | `ProcessGroupDisabledViaInjectionRule` | `ProcessGroupDisabledViaInjectionRuleRestart` | `RestartRequired` | `RestartRequiredApache` | `RestartRequiredDockerDeamon` | `RestartRequiredHostGroupInconsistent` | `RestartRequiredHostIdInconsistent` | `RestartRequiredOutdatedAgentApacheUpdate` | `RestartRequiredOutdatedAgentInjected` | `RestartRequiredUsingDifferentDataStorageDir` | `RestartRequiredUsingDifferentLogPath` | `RestartRequiredVirtualizedContainer` | `UnsupportedState` | `WincDisabled`
18322
19062
 
18323
19063
  </div>
18324
19064
 
@@ -18762,6 +19502,24 @@ The current state of the remediation progress entity.
18762
19502
  </div>
18763
19503
 
18764
19504
 
19505
+ </div>
19506
+
19507
+ <a name="removepermissionpathaccessortype"></a>
19508
+ ### RemovePermissionPathAccessorType
19509
+
19510
+ <div class="padding-left--md">
19511
+
19512
+
19513
+
19514
+ #### Enum keys
19515
+
19516
+ <div class="padding-left--md">
19517
+
19518
+ `Group` | `User`
19519
+
19520
+ </div>
19521
+
19522
+
18765
19523
  </div>
18766
19524
 
18767
19525
  <a name="resourcecontextoperationsitem"></a>
@@ -19200,42 +19958,6 @@ The state of vulnerable code execution.
19200
19958
  </div>
19201
19959
 
19202
19960
 
19203
- </div>
19204
-
19205
- <a name="sloevaluationtype"></a>
19206
- ### SLOEvaluationType
19207
-
19208
- <div class="padding-left--md">
19209
-
19210
- The evaluation type of the SLO.
19211
-
19212
- #### Enum keys
19213
-
19214
- <div class="padding-left--md">
19215
-
19216
- `Aggregate`
19217
-
19218
- </div>
19219
-
19220
-
19221
- </div>
19222
-
19223
- <a name="slostatus"></a>
19224
- ### SLOStatus
19225
-
19226
- <div class="padding-left--md">
19227
-
19228
- The status of the calculated SLO.
19229
-
19230
- #### Enum keys
19231
-
19232
- <div class="padding-left--md">
19233
-
19234
- `Failure` | `Success` | `Warning`
19235
-
19236
- </div>
19237
-
19238
-
19239
19961
  </div>
19240
19962
 
19241
19963
  <a name="schemaconstraintrestdtotype"></a>
@@ -19526,6 +20248,42 @@ The evaluation type of the SLO.
19526
20248
  </div>
19527
20249
 
19528
20250
 
20251
+ </div>
20252
+
20253
+ <a name="sloevaluationtype"></a>
20254
+ ### SLOEvaluationType
20255
+
20256
+ <div class="padding-left--md">
20257
+
20258
+ The evaluation type of the SLO.
20259
+
20260
+ #### Enum keys
20261
+
20262
+ <div class="padding-left--md">
20263
+
20264
+ `Aggregate`
20265
+
20266
+ </div>
20267
+
20268
+
20269
+ </div>
20270
+
20271
+ <a name="slostatus"></a>
20272
+ ### SLOStatus
20273
+
20274
+ <div class="padding-left--md">
20275
+
20276
+ The status of the calculated SLO.
20277
+
20278
+ #### Enum keys
20279
+
20280
+ <div class="padding-left--md">
20281
+
20282
+ `Failure` | `Success` | `Warning`
20283
+
20284
+ </div>
20285
+
20286
+
19529
20287
  </div>
19530
20288
 
19531
20289
  <a name="syntheticlocationstatus"></a>
@@ -19897,6 +20655,42 @@ The component to be updated.
19897
20655
  </div>
19898
20656
 
19899
20657
 
20658
+ </div>
20659
+
20660
+ <a name="updatepermissionpathaccessortype"></a>
20661
+ ### UpdatePermissionPathAccessorType
20662
+
20663
+ <div class="padding-left--md">
20664
+
20665
+
20666
+
20667
+ #### Enum keys
20668
+
20669
+ <div class="padding-left--md">
20670
+
20671
+ `Group` | `User`
20672
+
20673
+ </div>
20674
+
20675
+
20676
+ </div>
20677
+
20678
+ <a name="updatepermissionsrequestpermissionsitem"></a>
20679
+ ### UpdatePermissionsRequestPermissionsItem
20680
+
20681
+ <div class="padding-left--md">
20682
+
20683
+ r = read, w = write
20684
+
20685
+ #### Enum keys
20686
+
20687
+ <div class="padding-left--md">
20688
+
20689
+ `R` | `W`
20690
+
20691
+ </div>
20692
+
20693
+
19900
20694
  </div>
19901
20695
 
19902
20696
  <a name="vulnerablefunctioninputsegmenttype"></a>