@dynatrace-sdk/client-classic-environment-v2 0.6.4 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +39 -0
  3. package/cjs/index.js +3626 -814
  4. package/docs/DOCS.md +9170 -4780
  5. package/dynatrace-metadata.json +2 -2
  6. package/esm/index.js +3626 -814
  7. package/package.json +2 -2
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +5 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +8 -7
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +14 -10
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +17 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/hub-items-api.d.ts +162 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +2 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +4 -4
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +8 -7
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +25 -11
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +21 -21
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +59 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +6 -6
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +77 -12
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +4 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +4 -4
  24. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +3 -3
  25. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +0 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +5 -6
  27. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-created.d.ts +5 -5
  28. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +5 -5
  29. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +0 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +0 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +5 -6
  32. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +13 -13
  33. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +35 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +28 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/asset-schema-details-dto.d.ts +27 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/category-list.d.ts +15 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/models/category.d.ts +27 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +5 -5
  39. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +5 -5
  40. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +1 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +13 -13
  42. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-id.d.ts +17 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-config.d.ts +22 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-dto.d.ts +38 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password-config.d.ts +24 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +43 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +2 -2
  48. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +22 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/description-block-type.d.ts +13 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/description-block.d.ts +36 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +20 -15
  52. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +5 -5
  53. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +8 -8
  54. package/types/packages/client/classic-environment-v2/src/lib/models/entity-type.d.ts +5 -5
  55. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +5 -5
  56. package/types/packages/client/classic-environment-v2/src/lib/models/enum-value.d.ts +2 -2
  57. package/types/packages/client/classic-environment-v2/src/lib/models/error.d.ts +5 -5
  58. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +2 -2
  59. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +5 -5
  60. package/types/packages/client/classic-environment-v2/src/lib/models/event-properties-list.d.ts +35 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +13 -16
  62. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +5 -5
  63. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +5 -5
  64. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +23 -23
  65. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +10 -10
  66. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +5 -5
  67. package/types/packages/client/classic-environment-v2/src/lib/models/extension-assets-dto.d.ts +28 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-feature-sets.d.ts +15 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/extension-release-notes.d.ts +17 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/extension-release.d.ts +69 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/extension1-details.d.ts +18 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/extension1-release.d.ts +32 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/extension2-details.d.ts +28 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +4 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +2 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +4 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +4 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +4 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +2 -2
  80. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-counts-dto.d.ts +77 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/global-counts-dto.d.ts +72 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/image.d.ts +27 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +57 -1
  84. package/types/packages/client/classic-environment-v2/src/lib/models/invocation.d.ts +5 -5
  85. package/types/packages/client/classic-environment-v2/src/lib/models/item-details-type.d.ts +14 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/item-details.d.ts +98 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/item-list.d.ts +32 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/item-overview-type.d.ts +14 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/item-overview.d.ts +82 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +12 -12
  91. package/types/packages/client/classic-environment-v2/src/lib/models/list-items-query-item-type.d.ts +11 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +4 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +4 -4
  94. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +2 -2
  95. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +2 -2
  96. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +45 -45
  97. package/types/packages/client/classic-environment-v2/src/lib/models/metric-ingest-error.d.ts +2 -2
  98. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +5 -5
  99. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +22 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +14 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +48 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +29 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +23 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +6 -6
  105. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +5 -5
  106. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +13 -13
  107. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +23 -23
  108. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -18
  109. package/types/packages/client/classic-environment-v2/src/lib/models/registered-extension-result-dto.d.ts +19 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/related-item-type.d.ts +14 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/related-item.d.ts +33 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/release-instance.d.ts +5 -5
  113. package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +15 -15
  114. package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +10 -10
  115. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.d.ts +14 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +25 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.d.ts +16 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-response.d.ts +18 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +25 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.d.ts +12 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-response.d.ts +18 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +25 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +2 -2
  124. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +11 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +2 -2
  126. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.d.ts +13 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +25 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +6 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +5 -5
  130. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +2 -2
  131. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +2 -2
  132. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +3 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.d.ts +16 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-response.d.ts +18 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +25 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.d.ts +12 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-response.d.ts +18 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +25 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +24 -17
  140. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +14 -14
  141. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +27 -22
  142. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +5 -5
  143. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +7 -7
  144. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +47 -47
  145. package/types/packages/client/classic-environment-v2/src/lib/models/software-techs.d.ts +5 -5
  146. package/types/packages/client/classic-environment-v2/src/lib/models/success.d.ts +5 -5
  147. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.d.ts +16 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +1 -1
  149. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +3 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/technology-details.d.ts +17 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +2 -2
  152. package/types/packages/client/classic-environment-v2/src/lib/models/ui-expandable-section-customization.d.ts +5 -5
  153. package/types/packages/client/classic-environment-v2/src/lib/models/ui-tab-group-customization.d.ts +5 -5
  154. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +15 -15
  155. package/types/packages/client/classic-environment-v2/src/lib/models/upload-metadata-for-extension-body.d.ts +25 -0
  156. package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +0 -1
  157. package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +1 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +0 -32
@@ -17,7 +17,7 @@ export declare class MonitoredEntitiesCustomTagsClient {
17
17
  /**
18
18
  * Gets a list of custom tags applied to the specified entities
19
19
  *
20
- * **Required scope:** environment-api<br/><br/>Automatically applied tags and imported tags are not included.
20
+ * **Required scope:** environment-api:entities:read<br/><br/>Automatically applied tags and imported tags are not included.
21
21
  * @returns Success
22
22
  */
23
23
  getTags(config: {
@@ -29,16 +29,16 @@ export declare class MonitoredEntitiesCustomTagsClient {
29
29
  * * Entity type: `type("TYPE")`
30
30
  * * Dynatrace entity ID: `entityId("id")`. You can specify several IDs, separated by a comma (`entityId("id-1","id-2")`). All requested entities must be of the same type.
31
31
  *
32
- * You can add one or several of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
32
+ * You can add one or more of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
33
33
  *
34
- * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`), otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
34
+ * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`). Otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
35
35
  * * Management zone ID: `mzId(123)`
36
36
  * * Management zone name: `mzName("value")`
37
37
  * * Entity name:
38
38
  * * `entityName.equals`: performs a non-casesensitive `EQUALS` query.
39
39
  * * `entityName.startsWith`: changes the operator to `BEGINS WITH`.
40
40
  * * `entityName.in`: enables you to provide multiple values. The `EQUALS` operator applies.
41
- * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an arguments and makes the value case-sensitive.
41
+ * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an argument and makes the value case-sensitive.
42
42
  * * Health state (HEALTHY,UNHEALTHY): `healthState("HEALTHY")`
43
43
  * * First seen timestamp: `firstSeenTms.<operator>(now-3h)`. Use any timestamp format from the **from** /**to** parameters.
44
44
  * The following operators are available:
@@ -47,14 +47,14 @@ export declare class MonitoredEntitiesCustomTagsClient {
47
47
  * * `gte`: later than or at the specified time
48
48
  * * `gt`: later than the specified time
49
49
  * * Entity attribute: `<attribute>("value1","value2")` and `<attribute>.exists()`. To fetch the list of available attributes, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **properties** field of the response.
50
- * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. The criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
50
+ * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. This criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
51
51
  * * Negation: `not(<criterion>)`. Inverts any criterion except for **type**.
52
52
  *
53
53
  * For more information, see [Entity selector](https://dt-url.net/apientityselector) in Dynatrace Documentation.
54
54
  *
55
- * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in response.
55
+ * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in the response.
56
56
  *
57
- * Supported string length is 2,000 characters.
57
+ * The maximum string length is 2,000 characters.
58
58
  */ entitySelector: string;
59
59
  /**
60
60
  * The start of the requested timeframe.
@@ -97,7 +97,7 @@ export declare class MonitoredEntitiesCustomTagsClient {
97
97
  /**
98
98
  * Adds custom tags to the specified entities
99
99
  *
100
- * **Required scope:** environment-api<br/><br/>All existing tags remain unaffected.
100
+ * **Required scope:** environment-api:entities:write<br/><br/>All existing tags remain unaffected.
101
101
  * @returns Success
102
102
  */
103
103
  postTags(config: {
@@ -110,16 +110,16 @@ export declare class MonitoredEntitiesCustomTagsClient {
110
110
  * * Entity type: `type("TYPE")`
111
111
  * * Dynatrace entity ID: `entityId("id")`. You can specify several IDs, separated by a comma (`entityId("id-1","id-2")`). All requested entities must be of the same type.
112
112
  *
113
- * You can add one or several of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
113
+ * You can add one or more of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
114
114
  *
115
- * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`), otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
115
+ * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`). Otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
116
116
  * * Management zone ID: `mzId(123)`
117
117
  * * Management zone name: `mzName("value")`
118
118
  * * Entity name:
119
119
  * * `entityName.equals`: performs a non-casesensitive `EQUALS` query.
120
120
  * * `entityName.startsWith`: changes the operator to `BEGINS WITH`.
121
121
  * * `entityName.in`: enables you to provide multiple values. The `EQUALS` operator applies.
122
- * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an arguments and makes the value case-sensitive.
122
+ * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an argument and makes the value case-sensitive.
123
123
  * * Health state (HEALTHY,UNHEALTHY): `healthState("HEALTHY")`
124
124
  * * First seen timestamp: `firstSeenTms.<operator>(now-3h)`. Use any timestamp format from the **from** /**to** parameters.
125
125
  * The following operators are available:
@@ -128,14 +128,14 @@ export declare class MonitoredEntitiesCustomTagsClient {
128
128
  * * `gte`: later than or at the specified time
129
129
  * * `gt`: later than the specified time
130
130
  * * Entity attribute: `<attribute>("value1","value2")` and `<attribute>.exists()`. To fetch the list of available attributes, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **properties** field of the response.
131
- * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. The criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
131
+ * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. This criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
132
132
  * * Negation: `not(<criterion>)`. Inverts any criterion except for **type**.
133
133
  *
134
134
  * For more information, see [Entity selector](https://dt-url.net/apientityselector) in Dynatrace Documentation.
135
135
  *
136
- * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in response.
136
+ * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in the response.
137
137
  *
138
- * Supported string length is 2,000 characters.
138
+ * The maximum string length is 2,000 characters.
139
139
  */ entitySelector: string;
140
140
  /**
141
141
  * The start of the requested timeframe.
@@ -178,7 +178,7 @@ export declare class MonitoredEntitiesCustomTagsClient {
178
178
  /**
179
179
  * Deletes the specified tag from the specified entities
180
180
  *
181
- * **Required scope:** environment-api
181
+ * **Required scope:** environment-api:entities:write
182
182
  * @returns Success
183
183
  */
184
184
  deleteTags(config: {
@@ -208,16 +208,16 @@ export declare class MonitoredEntitiesCustomTagsClient {
208
208
  * * Entity type: `type("TYPE")`
209
209
  * * Dynatrace entity ID: `entityId("id")`. You can specify several IDs, separated by a comma (`entityId("id-1","id-2")`). All requested entities must be of the same type.
210
210
  *
211
- * You can add one or several of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
211
+ * You can add one or more of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
212
212
  *
213
- * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`), otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
213
+ * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`). Otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
214
214
  * * Management zone ID: `mzId(123)`
215
215
  * * Management zone name: `mzName("value")`
216
216
  * * Entity name:
217
217
  * * `entityName.equals`: performs a non-casesensitive `EQUALS` query.
218
218
  * * `entityName.startsWith`: changes the operator to `BEGINS WITH`.
219
219
  * * `entityName.in`: enables you to provide multiple values. The `EQUALS` operator applies.
220
- * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an arguments and makes the value case-sensitive.
220
+ * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an argument and makes the value case-sensitive.
221
221
  * * Health state (HEALTHY,UNHEALTHY): `healthState("HEALTHY")`
222
222
  * * First seen timestamp: `firstSeenTms.<operator>(now-3h)`. Use any timestamp format from the **from** /**to** parameters.
223
223
  * The following operators are available:
@@ -226,14 +226,14 @@ export declare class MonitoredEntitiesCustomTagsClient {
226
226
  * * `gte`: later than or at the specified time
227
227
  * * `gt`: later than the specified time
228
228
  * * Entity attribute: `<attribute>("value1","value2")` and `<attribute>.exists()`. To fetch the list of available attributes, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **properties** field of the response.
229
- * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. The criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
229
+ * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. This criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
230
230
  * * Negation: `not(<criterion>)`. Inverts any criterion except for **type**.
231
231
  *
232
232
  * For more information, see [Entity selector](https://dt-url.net/apientityselector) in Dynatrace Documentation.
233
233
  *
234
- * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in response.
234
+ * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in the response.
235
235
  *
236
- * Supported string length is 2,000 characters.
236
+ * The maximum string length is 2,000 characters.
237
237
  */ entitySelector: string;
238
238
  /**
239
239
  * The start of the requested timeframe.
@@ -0,0 +1,59 @@
1
+ import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
+ import { MonitoredStates } from '../models/monitored-states';
3
+ /**
4
+ * Read state of monitored entities
5
+ */
6
+ export declare class MonitoredEntitiesMonitoringStateClient {
7
+ private httpClient;
8
+ /**
9
+ * @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MonitoredEntitiesMonitoringStateClient. Custom http client should implement {HttpClient} interface.
10
+ * @example
11
+ * const queryClientNodeJs = new QueryClient(yourCustomImplementation);
12
+ */
13
+ constructor(httpClientImplementation: HttpClient);
14
+ /**
15
+ * Lists monitoring states of entities
16
+ *
17
+ * **Required scope:** environment-api:entities:read<br/><br/>Only porcess group instances are supported.
18
+ * @returns Success
19
+ */
20
+ getStates(config: {
21
+ /**
22
+ * Specifies the process group instances where you're querying the state. Use the `PROCESS_GROUP_INSTANCE` entity type.
23
+ *
24
+ * You must set one of these criteria:
25
+ *
26
+ * * Entity type: `type("TYPE")`
27
+ * * Dynatrace entity ID: `entityId("id")`. You can specify several IDs, separated by a comma (`entityId("id-1","id-2")`). All requested entities must be of the same type.
28
+ *
29
+ * You can add one or more of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
30
+ *
31
+ * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`). Otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
32
+ * * Management zone ID: `mzId(123)`
33
+ * * Management zone name: `mzName("value")`
34
+ * * Entity name:
35
+ * * `entityName.equals`: performs a non-casesensitive `EQUALS` query.
36
+ * * `entityName.startsWith`: changes the operator to `BEGINS WITH`.
37
+ * * `entityName.in`: enables you to provide multiple values. The `EQUALS` operator applies.
38
+ * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an argument and makes the value case-sensitive.
39
+ * * Health state (HEALTHY,UNHEALTHY): `healthState("HEALTHY")`
40
+ * * First seen timestamp: `firstSeenTms.<operator>(now-3h)`. Use any timestamp format from the **from** /**to** parameters.
41
+ * The following operators are available:
42
+ * * `lte`: earlier than or at the specified time
43
+ * * `lt`: earlier than the specified time
44
+ * * `gte`: later than or at the specified time
45
+ * * `gt`: later than the specified time
46
+ * * Entity attribute: `<attribute>("value1","value2")` and `<attribute>.exists()`. To fetch the list of available attributes, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **properties** field of the response.
47
+ * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. This criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
48
+ * * Negation: `not(<criterion>)`. Inverts any criterion except for **type**.
49
+ *
50
+ * For more information, see [Entity selector](https://dt-url.net/apientityselector) in Dynatrace Documentation.
51
+ *
52
+ * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in the response.
53
+ *
54
+ * The maximum string length is 2,000 characters.
55
+ */ entitySelector: string;
56
+ abortSignal?: AbortSignal;
57
+ }): Promise<MonitoredStates>;
58
+ }
59
+ export declare const monitoredEntitiesMonitoringStateClient: MonitoredEntitiesMonitoringStateClient;
@@ -215,16 +215,16 @@ export declare class ProblemsClient {
215
215
  * * Entity type: `type("TYPE")`
216
216
  * * Dynatrace entity ID: `entityId("id")`. You can specify several IDs, separated by a comma (`entityId("id-1","id-2")`). All requested entities must be of the same type.
217
217
  *
218
- * You can add one or several of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
218
+ * You can add one or more of the following criteria. Values are case-sensitive and the `EQUALS` operator is used unless otherwise specified.
219
219
  *
220
- * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`), otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
220
+ * * Tag: `tag("value")`. Tags in `[context]key:value`, `key:value`, and `value` formats are detected and parsed automatically. Any colons (`:`) that are part of the key or value must be escaped with a backslash(`\`). Otherwise, it will be interpreted as the separator between the key and the value. All tag values are case-sensitive.
221
221
  * * Management zone ID: `mzId(123)`
222
222
  * * Management zone name: `mzName("value")`
223
223
  * * Entity name:
224
224
  * * `entityName.equals`: performs a non-casesensitive `EQUALS` query.
225
225
  * * `entityName.startsWith`: changes the operator to `BEGINS WITH`.
226
226
  * * `entityName.in`: enables you to provide multiple values. The `EQUALS` operator applies.
227
- * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an arguments and makes the value case-sensitive.
227
+ * * `caseSensitive(entityName.equals("value"))`: takes any entity name criterion as an argument and makes the value case-sensitive.
228
228
  * * Health state (HEALTHY,UNHEALTHY): `healthState("HEALTHY")`
229
229
  * * First seen timestamp: `firstSeenTms.<operator>(now-3h)`. Use any timestamp format from the **from** /**to** parameters.
230
230
  * The following operators are available:
@@ -233,14 +233,14 @@ export declare class ProblemsClient {
233
233
  * * `gte`: later than or at the specified time
234
234
  * * `gt`: later than the specified time
235
235
  * * Entity attribute: `<attribute>("value1","value2")` and `<attribute>.exists()`. To fetch the list of available attributes, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **properties** field of the response.
236
- * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. The criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
236
+ * * Relationships: `fromRelationships.<relationshipName>()` and `toRelationships.<relationshipName>()`. This criterion takes an entity selector as an attribute. To fetch the list of available relationships, execute the [GET entity type](https://dt-url.net/2ka3ivt) request and check the **fromRelationships** and **toRelationships** fields.
237
237
  * * Negation: `not(<criterion>)`. Inverts any criterion except for **type**.
238
238
  *
239
239
  * For more information, see [Entity selector](https://dt-url.net/apientityselector) in Dynatrace Documentation.
240
240
  *
241
- * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in response.
241
+ * To set several criteria, separate them with a comma (`,`). For example, `type("HOST"),healthState("HEALTHY")`. Only results matching **all** criteria are included in the response.
242
242
  *
243
- * Supported string length is 2,000 characters.
243
+ * The maximum string length is 2,000 characters.
244
244
  *
245
245
  * The maximum number of entities that may be selected is limited to 10000.
246
246
  */ entitySelector?: string;
@@ -1,11 +1,19 @@
1
1
  import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
2
2
  import { RemediationItemList } from '../models/remediation-item-list';
3
3
  import { RemediationItemMuteStateChange } from '../models/remediation-item-mute-state-change';
4
+ import { RemediationItemsBulkMute } from '../models/remediation-items-bulk-mute';
5
+ import { RemediationItemsBulkMuteResponse } from '../models/remediation-items-bulk-mute-response';
6
+ import { RemediationItemsBulkUnmute } from '../models/remediation-items-bulk-unmute';
7
+ import { RemediationItemsBulkUnmuteResponse } from '../models/remediation-items-bulk-unmute-response';
4
8
  import { SecurityProblemDetails } from '../models/security-problem-details';
5
9
  import { SecurityProblemEventsList } from '../models/security-problem-events-list';
6
10
  import { SecurityProblemList } from '../models/security-problem-list';
7
11
  import { SecurityProblemMute } from '../models/security-problem-mute';
8
12
  import { SecurityProblemUnmute } from '../models/security-problem-unmute';
13
+ import { SecurityProblemsBulkMute } from '../models/security-problems-bulk-mute';
14
+ import { SecurityProblemsBulkMuteResponse } from '../models/security-problems-bulk-mute-response';
15
+ import { SecurityProblemsBulkUnmute } from '../models/security-problems-bulk-unmute';
16
+ import { SecurityProblemsBulkUnmuteResponse } from '../models/security-problems-bulk-unmute-response';
9
17
  import { VulnerableFunctionsContainer } from '../models/vulnerable-functions-container';
10
18
  /**
11
19
  * Manage security problems
@@ -19,7 +27,49 @@ export declare class SecurityProblemsClient {
19
27
  */
20
28
  constructor(httpClientImplementation: HttpClient);
21
29
  /**
22
- * Lists all events of a security problem | maturity=EARLY_ADOPTER
30
+ * Mutes several remediation items | maturity=EARLY_ADOPTER
31
+ *
32
+ * **Required scope:** environment-api:security-problems:write
33
+ * @returns Success. The remediation item(s) have been muted.
34
+ */
35
+ bulkMuteRemediationItems(config: {
36
+ body: RemediationItemsBulkMute;
37
+ /** The ID of the required third-party security problem. */ id: string;
38
+ abortSignal?: AbortSignal;
39
+ }): Promise<RemediationItemsBulkMuteResponse>;
40
+ /**
41
+ * Mutes several security problems | maturity=EARLY_ADOPTER
42
+ *
43
+ * **Required scope:** environment-api:security-problems:write
44
+ * @returns Success. The security problem(s) have been muted.
45
+ */
46
+ bulkMuteSecurityProblems(config: {
47
+ body: SecurityProblemsBulkMute;
48
+ abortSignal?: AbortSignal;
49
+ }): Promise<SecurityProblemsBulkMuteResponse>;
50
+ /**
51
+ * Un-mutes several remediation items | maturity=EARLY_ADOPTER
52
+ *
53
+ * **Required scope:** environment-api:security-problems:write
54
+ * @returns Success. The remediation item(s) have been un-muted.
55
+ */
56
+ bulkUnmuteRemediationItems(config: {
57
+ body: RemediationItemsBulkUnmute;
58
+ /** The ID of the required third-party security problem. */ id: string;
59
+ abortSignal?: AbortSignal;
60
+ }): Promise<RemediationItemsBulkUnmuteResponse>;
61
+ /**
62
+ * Un-mutes several security problems | maturity=EARLY_ADOPTER
63
+ *
64
+ * **Required scope:** environment-api:security-problems:write
65
+ * @returns Success. The security problem(s) have been un-muted.
66
+ */
67
+ bulkUnmuteSecurityProblems(config: {
68
+ body: SecurityProblemsBulkUnmute;
69
+ abortSignal?: AbortSignal;
70
+ }): Promise<SecurityProblemsBulkUnmuteResponse>;
71
+ /**
72
+ * Lists all events of a security problem
23
73
  *
24
74
  * **Required scope:** environment-api:security-problems:read
25
75
  * @returns Success. The response contains the list of security problem events.
@@ -110,6 +160,8 @@ export declare class SecurityProblemsClient {
110
160
  * * `riskAssessment`: A risk assessment of the security problem.
111
161
  * * `managementZones`: The management zone where the security problem occurred.
112
162
  * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
163
+ * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
164
+ * * `filteredCounts`: Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters.
113
165
  * * `description`: The description of the vulnerability.
114
166
  * * `events`: The security problem's last 10 events within the last 365 days, sorted from newest to oldest.
115
167
  * * `vulnerableComponents`: A list of vulnerable components of the security problem within the provided filter range.
@@ -178,9 +230,9 @@ export declare class SecurityProblemsClient {
178
230
  * * Minimum base risk score: `minBaseRiskScore("5.5")`. The minimum base risk score from the CVSS. The `GREATER THAN OR EQUAL TO` operator is used. Specify a number between `1.0` and `10.0`.
179
231
  * * Maximum base risk score: `maxBaseRiskScore("5.5")`. The maximum base risk score from the CVSS. The `LESS THAN` operator is used. Specify a number between `1.0` and `10.0`.
180
232
  * * External vulnerability ID contains: `externalVulnerabilityIdContains("id-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
181
- * * External vulnerability ID: `externalVulnerabilityId("id-1","id-2")`.
233
+ * * External vulnerability ID: `externalVulnerabilityId("id-1", "id-2")`.
182
234
  * * CVE ID: `cveId("id")`.
183
- * * Risk assessment `riskAssessment("value-1","value-2")` Possible values are `EXPOSED`, `SENSITIVE`, `EXPLOIT`, `VULNERABLE_FUNCTION_IN_USE` and `ACCURACY_REDUCED`.
235
+ * * Risk assessment `riskAssessment("value-1", "value-2")` Possible values are `EXPOSED`, `SENSITIVE`, `EXPLOIT`, `VULNERABLE_FUNCTION_IN_USE` and `ACCURACY_REDUCED`.
184
236
  * * Related host ID: `relatedHostIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
185
237
  * * Related host name: `relatedHostNames("value-1", "value-2")`. Values are case-sensitive.
186
238
  * * Related host name contains: `relatedHostNameContains("value-1")`. The `CONTAINS` operator is used.
@@ -190,8 +242,8 @@ export declare class SecurityProblemsClient {
190
242
  * * Related Kubernetes workload ID: `relatedKubernetesWorkloadIds("value-1", "value-2")`. Specify Dynatrace entity IDs here.
191
243
  * * Related Kubernetes workload name: `relatedKubernetesWorkloadNames("value-1", "value-2")`. Values are case-sensitive.
192
244
  * * Related Kubernetes workload name contains: `relatedKubernetesWorkloadNameContains("value-1")`. The `CONTAINS` operator is used.
193
- * * Management zone ID: `managementZoneIds("mzId-1","mzId-2")`.
194
- * * Management zone name: `managementZones("name-1","name-2")`. Values are case-sensitive.
245
+ * * Management zone ID: `managementZoneIds("mzId-1", "mzId-2")`.
246
+ * * Management zone name: `managementZones("name-1", "name-2")`. Values are case-sensitive.
195
247
  * * Affected process group instance ID: `affectedPgiIds("pgiId-1", "pgiId-2")`. Specify Dynatrace entity IDs here.
196
248
  * * Affected process group ID: `affectedPgIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
197
249
  * * Affected process group name: `affectedPgNames("name-1", "name-2")`. Values are case-sensitive.
@@ -203,10 +255,10 @@ export declare class SecurityProblemsClient {
203
255
  * * Process group tags: `pgTags("pgTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
204
256
  * * Process group instance tags: `pgiTags("pgiTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
205
257
  * * Tags: `tags("tag-1")`. The `CONTAINS` operator is used. This selector picks hosts, process groups, and process group instances at the same time. Maximum value length is 48 characters.
206
- * * Display ID: `displayIds("S-1234","S-5678")`. The `EQUALS` operator is used.
207
- * * Security problem ID: `securityProblemIds("12544152654387159360","5904857564184044850")`. The `EQUALS` operator is used.
208
- * * Technology: `technology("technology-1","technology-2")`. Find the possible values in the description of the **technology** field of the response. The `EQUALS` operator is used.
209
- * * Vulnerability type: `vulnerabilityType("type-1","type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
258
+ * * Display ID: `displayIds("S-1234", "S-5678")`. The `EQUALS` operator is used.
259
+ * * Security problem ID: `securityProblemIds("12544152654387159360", "5904857564184044850")`. The `EQUALS` operator is used.
260
+ * * Technology: `technology("technology-1", "technology-2")`. Find the possible values in the description of the **technology** field of the response. The `EQUALS` operator is used.
261
+ * * Vulnerability type: `vulnerabilityType("type-1", "type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
210
262
  *
211
263
  * Risk score and risk category are mutually exclusive (cannot be used at the same time).
212
264
  *
@@ -235,6 +287,18 @@ export declare class SecurityProblemsClient {
235
287
  * * `riskAssessment.dataAssets`: Whether data assets are affected
236
288
  * * `riskAssessment.vulnerableFunctionUsage`: Whether vulnerable functions are used
237
289
  * * `riskAssessment.assessmentAccuracy`: The assessments accuracy (`+` less accuracy first or `-` more accuracy first)
290
+ * * `globalCounts.affectedNodes`: Number of affected nodes (`+` lower number first or `-` higher number first)
291
+ * * `globalCounts.affectedProcessGroupInstances`: Number of affected process group instances (`+` lower number first or `-` higher number first)
292
+ * * `globalCounts.affectedProcessGroups`: Number of affected process groups (`+` lower number first or `-` higher number first)
293
+ * * `globalCounts.exposedProcessGroups`: Number of exposed process groups (`+` lower number first or `-` higher number first)
294
+ * * `globalCounts.reachableDataAssets`: Number of reachable data assets (`+` lower number first or `-` higher number first)
295
+ * * `globalCounts.relatedApplications`: Number of related applications (`+` lower number first or `-` higher number first)
296
+ * * `globalCounts.relatedAttacks`: Number of attacks on the security problem (`+` lower number first or `-` higher number first)
297
+ * * `globalCounts.relatedHosts`: Number of related hosts (`+` lower number first or `-` higher number first)
298
+ * * `globalCounts.relatedKubernetesClusters`: Number of related Kubernetes cluster (`+` lower number first or `-` higher number first)
299
+ * * `globalCounts.relatedKubernetesWorkloads`: Number of related Kubernetes workloads (`+` lower number first or `-` higher number first)
300
+ * * `globalCounts.relatedServices`: Number of related services (`+` lower number first or `-` higher number first)
301
+ * * `globalCounts.vulnerableComponents`: Number of vulnerable components (`+` lower number first or `-` higher number first)
238
302
  *
239
303
  * If no prefix is set, `+` is used.
240
304
  */ sort?: string;
@@ -246,6 +310,7 @@ export declare class SecurityProblemsClient {
246
310
  * * `riskAssessment`: A risk assessment of the security problem.
247
311
  * * `managementZones`: The management zone where the security problem occurred.
248
312
  * * `codeLevelVulnerabilityDetails`: Details of the code-level vulnerability.
313
+ * * `globalCounts`: Globally calculated statistics about the security problem. No management zone information is taken into account.
249
314
  *
250
315
  * To add properties, specify them in a comma-separated list and prefix each property with a plus (for example, `+riskAssessment,+managementZones`).
251
316
  */ fields?: string;
@@ -302,8 +367,8 @@ export declare class SecurityProblemsClient {
302
367
  *
303
368
  * You can add the following criteria. Values are *not* case sensitive and the `EQUALS` operator is used unless otherwise specified.
304
369
  *
305
- * * Management zone ID: `managementZoneIds("mzId-1","mzId-2")`.
306
- * * Management zone name: `managementZones("name-1","name-2")`. Values are case sensitive.
370
+ * * Management zone ID: `managementZoneIds("mzId-1", "mzId-2")`.
371
+ * * Management zone name: `managementZones("name-1", "name-2")`. Values are case sensitive.
307
372
  * * Process group ID: `processGroupIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
308
373
  * * Process group name: `processGroupNames("name-1", "name-2")`. Values are case sensitive.
309
374
  * * Process group name contains: `processGroupNameContains("name-1")`. The `CONTAINS` operator is used.
@@ -339,7 +404,7 @@ export declare class SecurityProblemsClient {
339
404
  setRemediationItemMuteState(config: {
340
405
  body: RemediationItemMuteStateChange;
341
406
  /** The ID of the required third-party security problem. */ id: string;
342
- /** The ID of the remediation item. */ itemId: string;
407
+ /** The ID of the remediation item. */ remediationItemId: string;
343
408
  abortSignal?: AbortSignal;
344
409
  }): Promise<void>;
345
410
  /**
@@ -80,6 +80,8 @@ export declare class SettingsObjectsClient {
80
80
  * A list of fields to be included to the response. The provided set of fields replaces the default set.
81
81
  *
82
82
  * Specify the required top-level fields, separated by commas (for example, `origin,value`).
83
+ *
84
+ * Supported fields: `summary`, `searchSummary`, `created`, `modified`, `author`, `origin`, `schemaId`, `schemaVersion`, `value`, `externalId`.
83
85
  */ fields?: string;
84
86
  /**
85
87
  * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
@@ -128,6 +130,8 @@ export declare class SettingsObjectsClient {
128
130
  * A list of fields to be included to the response. The provided set of fields replaces the default set.
129
131
  *
130
132
  * Specify the required top-level fields, separated by commas (for example, `objectId,value`).
133
+ *
134
+ * Supported fields: `objectId`, `summary`, `searchSummary`, `created`, `modified`, `author`, `updateToken`, `scope`, `schemaId`, `schemaVersion`, `value`, `externalId`.
131
135
  */ fields?: string;
132
136
  /**
133
137
  * The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
@@ -1,6 +1,6 @@
1
1
  export { isClientRequestError } from './client-request-error';
2
2
  export { isApiClientError } from './api-client-error';
3
- export { isErrorEnvelopeError, ErrorEnvelopeError } from './error-envelope-error';
4
- export { isValidationResponseError, ValidationResponseError } from './validation-response-error';
5
- export { isSettingsObjectResponseError, SettingsObjectResponseError } from './settings-object-response-error';
6
- export { isSettingsObjectResponseArrayError, SettingsObjectResponseArrayError, } from './settings-object-response-array-error';
3
+ export { isErrorEnvelopeError } from './error-envelope-error';
4
+ export { isValidationResponseError } from './validation-response-error';
5
+ export { isSettingsObjectResponseError } from './settings-object-response-error';
6
+ export { isSettingsObjectResponseArrayError } from './settings-object-response-array-error';
@@ -12,21 +12,21 @@ export interface ActiveGateModule {
12
12
  * The version of the ActiveGate module.
13
13
  */
14
14
  version?: string;
15
- type?: ActiveGateModuleType;
16
- attributes?: ActiveGateModuleAttributes;
17
15
  /**
18
16
  * The module is enabled (`true`) or disabled (`false`).
19
17
  */
20
18
  enabled?: boolean;
19
+ type?: ActiveGateModuleType;
20
+ attributes?: ActiveGateModuleAttributes;
21
21
  }
22
22
  /** @ignore */
23
23
  export declare namespace _ActiveGateModuleTransformation {
24
24
  interface AsJson {
25
25
  misconfigured?: boolean;
26
26
  version?: string;
27
+ enabled?: boolean;
27
28
  type?: _ActiveGateModuleTypeTransformation.AsJson;
28
29
  attributes?: _ActiveGateModuleAttributesTransformation.AsJson;
29
- enabled?: boolean;
30
30
  }
31
31
  function fromJson(model: AsJson): ActiveGateModule;
32
32
  function toJson(model: ActiveGateModule): AsJson;
@@ -5,7 +5,6 @@ export declare enum ApiTokenCreateScopesItem {
5
5
  SupportAlert = "SupportAlert",
6
6
  AdvancedSyntheticIntegration = "AdvancedSyntheticIntegration",
7
7
  ExternalSyntheticIntegration = "ExternalSyntheticIntegration",
8
- AppMonIntegration = "AppMonIntegration",
9
8
  RumBrowserExtension = "RumBrowserExtension",
10
9
  LogExport = "LogExport",
11
10
  ReadConfig = "ReadConfig",
@@ -28,10 +28,6 @@ export interface ApiTokenCreate {
28
28
  * If not set, the token never expires.
29
29
  */
30
30
  expirationDate?: string;
31
- /**
32
- * The name of the token.
33
- */
34
- name: string;
35
31
  /**
36
32
  * A list of the scopes to be assigned to the token.
37
33
  *
@@ -41,7 +37,6 @@ export interface ApiTokenCreate {
41
37
  * * `SupportAlert`: PaaS integration - Support alert.
42
38
  * * `AdvancedSyntheticIntegration`: Dynatrace module integration - Synthetic Classic.
43
39
  * * `ExternalSyntheticIntegration`: Create and read synthetic monitors, locations, and nodes.
44
- * * `AppMonIntegration`: Dynatrace module integration - AppMon.
45
40
  * * `RumBrowserExtension`: RUM Browser Extension.
46
41
  * * `LogExport`: Read logs.
47
42
  * * `ReadConfig`: Read configuration.
@@ -108,14 +103,18 @@ export interface ApiTokenCreate {
108
103
  * * `hub.write`: Write Hub related data.
109
104
  */
110
105
  scopes: ApiTokenCreateScopesItem[];
106
+ /**
107
+ * The name of the token.
108
+ */
109
+ name: string;
111
110
  }
112
111
  /** @ignore */
113
112
  export declare namespace _ApiTokenCreateTransformation {
114
113
  interface AsJson {
115
114
  personalAccessToken?: boolean;
116
115
  expirationDate?: string;
117
- name: string;
118
116
  scopes: _ApiTokenCreateScopesItemTransformation.AsJson[];
117
+ name: string;
119
118
  }
120
119
  function fromJson(model: AsJson): ApiTokenCreate;
121
120
  function toJson(model: ApiTokenCreate): AsJson;
@@ -6,21 +6,21 @@ export interface ApiTokenCreated {
6
6
  * The token expiration date in ISO 8601 format (`yyyy-MM-dd'T'HH:mm:ss.SSS'Z'`).
7
7
  */
8
8
  expirationDate?: string;
9
- /**
10
- * The ID of the token, consisting of prefix and public part of the token.
11
- */
12
- id?: string;
13
9
  /**
14
10
  * The secret of the token.
15
11
  */
16
12
  token?: string;
13
+ /**
14
+ * The ID of the token, consisting of prefix and public part of the token.
15
+ */
16
+ id?: string;
17
17
  }
18
18
  /** @ignore */
19
19
  export declare namespace _ApiTokenCreatedTransformation {
20
20
  interface AsJson {
21
21
  expirationDate?: string;
22
- id?: string;
23
22
  token?: string;
23
+ id?: string;
24
24
  }
25
25
  function fromJson(model: AsJson): ApiTokenCreated;
26
26
  function toJson(model: ApiTokenCreated): AsJson;
@@ -11,24 +11,24 @@ export interface ApiTokenList {
11
11
  * The total number of entries in the result.
12
12
  */
13
13
  totalCount: number;
14
+ /**
15
+ * The number of entries per page.
16
+ */
17
+ pageSize?: number;
14
18
  /**
15
19
  * The cursor for the next page of results. Has the value of `null` on the last page.
16
20
  *
17
21
  * Use it in the **nextPageKey** query parameter to obtain subsequent pages of the result.
18
22
  */
19
23
  nextPageKey?: string;
20
- /**
21
- * The number of entries per page.
22
- */
23
- pageSize?: number;
24
24
  }
25
25
  /** @ignore */
26
26
  export declare namespace _ApiTokenListTransformation {
27
27
  interface AsJson {
28
28
  apiTokens?: _ApiTokenTransformation.AsJson[];
29
29
  totalCount: number;
30
- nextPageKey?: string;
31
30
  pageSize?: number;
31
+ nextPageKey?: string;
32
32
  }
33
33
  function fromJson(model: AsJson): ApiTokenList;
34
34
  function toJson(model: ApiTokenList): AsJson;
@@ -1,7 +1,6 @@
1
1
  export declare enum ApiTokenScopesItem {
2
2
  ActiveGateCertManagement = "ActiveGateCertManagement",
3
3
  AdvancedSyntheticIntegration = "AdvancedSyntheticIntegration",
4
- AppMonIntegration = "AppMonIntegration",
5
4
  CaptureRequestData = "CaptureRequestData",
6
5
  DtaqlAccess = "DTAQLAccess",
7
6
  DataExport = "DataExport",
@@ -5,7 +5,6 @@ export declare enum ApiTokenUpdateScopesItem {
5
5
  SupportAlert = "SupportAlert",
6
6
  AdvancedSyntheticIntegration = "AdvancedSyntheticIntegration",
7
7
  ExternalSyntheticIntegration = "ExternalSyntheticIntegration",
8
- AppMonIntegration = "AppMonIntegration",
9
8
  RumBrowserExtension = "RumBrowserExtension",
10
9
  LogExport = "LogExport",
11
10
  ReadConfig = "ReadConfig",
@@ -3,10 +3,6 @@ import { ApiTokenUpdateScopesItem, _ApiTokenUpdateScopesItemTransformation } fro
3
3
  * The update of the API token.
4
4
  */
5
5
  export interface ApiTokenUpdate {
6
- /**
7
- * The name of the token.
8
- */
9
- name?: string;
10
6
  /**
11
7
  * The token is enabled (`true`) or disabled (`false`)
12
8
  */
@@ -22,7 +18,6 @@ export interface ApiTokenUpdate {
22
18
  * * `SupportAlert`: PaaS integration - Support alert.
23
19
  * * `AdvancedSyntheticIntegration`: Dynatrace module integration - Synthetic Classic.
24
20
  * * `ExternalSyntheticIntegration`: Create and read synthetic monitors, locations, and nodes.
25
- * * `AppMonIntegration`: Dynatrace module integration - AppMon.
26
21
  * * `RumBrowserExtension`: RUM Browser Extension.
27
22
  * * `LogExport`: Read logs.
28
23
  * * `ReadConfig`: Read configuration.
@@ -89,13 +84,17 @@ export interface ApiTokenUpdate {
89
84
  * * `hub.write`: Write Hub related data.
90
85
  */
91
86
  scopes?: ApiTokenUpdateScopesItem[];
87
+ /**
88
+ * The name of the token.
89
+ */
90
+ name?: string;
92
91
  }
93
92
  /** @ignore */
94
93
  export declare namespace _ApiTokenUpdateTransformation {
95
94
  interface AsJson {
96
- name?: string;
97
95
  enabled?: boolean;
98
96
  scopes?: _ApiTokenUpdateScopesItemTransformation.AsJson[];
97
+ name?: string;
99
98
  }
100
99
  function fromJson(model: AsJson): ApiTokenUpdate;
101
100
  function toJson(model: ApiTokenUpdate): AsJson;