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

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 (110) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +9 -7
  3. package/cjs/index.js +4558 -1077
  4. package/docs/DOCS.md +3626 -420
  5. package/dynatrace-metadata.json +2 -2
  6. package/esm/index.js +4558 -1077
  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 +1 -4
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +2 -7
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +2 -7
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +2 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +7 -23
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +2 -2
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +3 -6
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -4
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +5 -17
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +5 -17
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -3
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +2 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +6 -20
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +7 -22
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +2 -6
  23. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-client-error.d.ts +2 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-serializer.d.ts +3 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +4 -4
  26. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/invalid-response-error.d.ts +8 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-list.d.ts +6 -6
  28. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +5 -5
  29. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +2 -2
  30. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.d.ts +14 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +21 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/models/comments-list.d.ts +6 -6
  33. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +6 -6
  34. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +5 -5
  35. package/types/packages/client/classic-environment-v2/src/lib/models/custom-entity-tags.d.ts +5 -5
  36. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +2 -2
  37. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-value.d.ts +14 -14
  38. package/types/packages/client/classic-environment-v2/src/lib/models/effective-settings-values-list.d.ts +8 -8
  39. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +2 -2
  40. package/types/packages/client/classic-environment-v2/src/lib/models/entity-icon.d.ts +7 -7
  41. package/types/packages/client/classic-environment-v2/src/lib/models/entity-properties.d.ts +2 -2
  42. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +2 -2
  43. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +5 -5
  44. package/types/packages/client/classic-environment-v2/src/lib/models/event-list.d.ts +6 -6
  45. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-detail.d.ts +5 -5
  46. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +6 -6
  47. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-list.d.ts +6 -6
  48. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +7 -7
  49. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +6 -6
  50. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +2 -2
  51. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration-value.d.ts +12 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -5
  53. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +2 -2
  54. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +5 -5
  56. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -1
  57. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.d.ts +1 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/metric-data.d.ts +5 -5
  59. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-collection.d.ts +5 -5
  60. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +27 -27
  61. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-cardinality.d.ts +5 -5
  62. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +5 -5
  63. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -2
  64. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +1 -1
  65. package/types/packages/client/classic-environment-v2/src/lib/models/objects-list.d.ts +8 -8
  66. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +11 -11
  67. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +2 -2
  68. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +13 -13
  69. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +7 -7
  70. package/types/packages/client/classic-environment-v2/src/lib/models/release.d.ts +15 -15
  71. package/types/packages/client/classic-environment-v2/src/lib/models/releases.d.ts +6 -6
  72. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +2 -2
  73. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +2 -2
  74. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +2 -2
  75. package/types/packages/client/classic-environment-v2/src/lib/models/schema-list.d.ts +5 -5
  76. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +5 -5
  77. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +2 -2
  78. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +5 -5
  79. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-events-list.d.ts +6 -6
  80. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +5 -5
  81. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-response.d.ts +5 -5
  82. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +25 -25
  83. package/types/packages/client/classic-environment-v2/src/lib/models/sl-os.d.ts +6 -6
  84. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +10 -10
  85. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +24 -24
  86. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +37 -37
  87. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +2 -2
  88. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +6 -1
  89. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +5 -5
  90. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization-insert.d.ts +12 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/ui-button-customization.d.ts +6 -8
  92. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +2 -2
  93. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +16 -16
  94. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-component.d.ts +5 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.d.ts +14 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +20 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-type.d.ts +14 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +21 -0
  99. package/types/packages/platform/error-handlers/src/index.d.ts +2 -0
  100. package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +14 -0
  101. package/types/packages/platform/error-handlers/src/lib/types/common-serialized-error.d.ts +10 -0
  102. package/types/packages/platform/error-handlers/src/lib/types/dt-runtime-error-handlers.d.ts +5 -0
  103. package/types/packages/platform/error-handlers/src/lib/types/error-type.d.ts +9 -0
  104. package/types/packages/platform/error-handlers/src/lib/types/global-dt-runtime-with-error-handlers.d.ts +7 -0
  105. package/types/packages/platform/error-handlers/src/lib/types/global-error-serializer.d.ts +10 -0
  106. package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +11 -0
  107. package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +5 -0
  108. package/types/packages/platform/error-handlers/src/lib/types/serialized-error.d.ts +8 -0
  109. package/types/packages/platform/shared/index.d.ts +1 -0
  110. package/types/packages/platform/shared/utils/get-global-with-dt-runtime.d.ts +1 -0
package/docs/DOCS.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # Classic Environment V2
2
2
 
3
- SDK package version **0.6.1**
3
+ SDK package version **0.6.4**
4
4
 
5
5
  ```bash
6
6
  npm install @dynatrace-sdk/client-classic-environment-v2
7
7
  ```
8
8
 
9
9
 
10
+ Documentation of the Dynatrace Environment API v2. Resources here generally supersede those in v1. Migration of resources from v1 is in progress.
11
+
12
+ If you miss a resource, consider using the Dynatrace Environment API v1. To read about use cases and examples, see [Dynatrace Documentation](https://dt-url.net/2u23k1k) .
13
+
14
+ Notes about compatibility:
15
+ * Operations marked as early adopter or preview may be changed in non-compatible ways, although we try to avoid this.
16
+ * We may add new enum constants without incrementing the API version; thus, clients need to handle unknown enum constants gracefully.
10
17
 
11
18
  ## accessTokensActiveGateTokensClient
12
19
 
@@ -24,10 +31,7 @@ import { accessTokensActiveGateTokensClient } from '@dynatrace-sdk/client-classi
24
31
 
25
32
  Creates a new ActiveGate token | maturity=EARLY_ADOPTER
26
33
 
27
- **One of the following scopes is required:**
28
- + environment-api:activegate-tokens:create
29
- + environment-api:activegate-tokens:write
30
-
34
+ **Required scope:** environment-api:activegate-tokens:create environment-api:activegate-tokens:write
31
35
 
32
36
  The newly created token will be owned by the same user who owns the token used for authentication of the call.
33
37
 
@@ -2208,10 +2212,7 @@ import { activeGatesClient } from '@dynatrace-sdk/client-classic-environment-v2'
2208
2212
 
2209
2213
  Lists all available ActiveGates
2210
2214
 
2211
- **One of the following scopes is required:**
2212
- + environment-api
2213
- + environment-api:activegates:read
2214
-
2215
+ **Required scope:** environment-api:activegates:read
2215
2216
 
2216
2217
  The response includes all ActiveGates that are currently connected to the environment or have been connected during last 2 hours.
2217
2218
 
@@ -2489,9 +2490,7 @@ Success
2489
2490
 
2490
2491
  Gets the details of the specified ActiveGate
2491
2492
 
2492
- **One of the following scopes is required:**
2493
- + environment-api
2494
- + environment-api:activegates:read
2493
+ **Required scope:** environment-api:activegates:read
2495
2494
 
2496
2495
 
2497
2496
  **Parameters**
@@ -2570,9 +2569,7 @@ import { auditLogsClient } from '@dynatrace-sdk/client-classic-environment-v2';
2570
2569
 
2571
2570
  Gets the specified entry of the audit log | maturity=EARLY_ADOPTER
2572
2571
 
2573
- **One of the following scopes is required:**
2574
- + environment-api
2575
- + environment-api:audit-logs:read
2572
+ **Required scope:** environment-api:audit-logs:read
2576
2573
 
2577
2574
 
2578
2575
  **Parameters**
@@ -2642,10 +2639,7 @@ Success
2642
2639
 
2643
2640
  Gets the audit log of your Dynatrace environment | maturity=EARLY_ADOPTER
2644
2641
 
2645
- **One of the following scopes is required:**
2646
- + environment-api
2647
- + environment-api:audit-logs:read
2648
-
2642
+ **Required scope:** environment-api:audit-logs:read
2649
2643
 
2650
2644
  You can limit the output by using pagination:
2651
2645
  1. Specify the number of results per page in the **pageSize** query parameter.
@@ -2984,7 +2978,7 @@ Success. The response contains the metadata of the credentials set.
2984
2978
 
2985
2979
  <div class="padding-left--md">
2986
2980
 
2987
- Gets the details of the specified credentials set
2981
+ Gets the details of the specified credentials set.
2988
2982
 
2989
2983
  **Required scope:** environment-api:credentials:read
2990
2984
 
@@ -3134,240 +3128,10 @@ If not set, 100 is used.
3134
3128
  </div>
3135
3129
 
3136
3130
  <div class="padding-left--md padding-bottom--md">
3137
- <strong>config.type</strong>: <a href="#listcredentialsquerytype">ListCredentialsQueryType</a>
3138
- <div class="padding-left--md">
3139
-
3140
- Filters the result by the specified credentials type.
3141
-
3142
- </div>
3143
-
3144
-
3145
-
3146
- </div>
3147
-
3148
- <div class="padding-left--md padding-bottom--md">
3149
- <strong>config.user</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3150
- <div class="padding-left--md">
3151
-
3152
- Filters credentials accessible to the user (owned by the user or the ones that are accessible for all).
3153
-
3154
- </div>
3155
-
3156
-
3157
-
3158
- </div>
3159
-
3160
-
3161
-
3162
- #### Returns
3163
-
3164
- <div class="padding-left--md">
3165
- Success
3166
-
3167
- </div>
3168
-
3169
-
3170
-
3171
-
3172
-
3173
- </div>
3174
-
3175
-
3176
-
3177
- </div>
3178
-
3179
-
3180
- ### removeCredentials
3181
-
3182
- <div class="padding-bottom--md">
3183
- <strong>credentialVaultClient.removeCredentials(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;void&gt;</strong>
3184
-
3185
- <div class="padding-left--md">
3186
-
3187
- Deletes the specified credentials set
3188
-
3189
- **Required scope:** environment-api:credentials:write
3190
-
3191
- Provide credential ID in the path.
3192
-
3193
-
3194
- **Parameters**
3195
-
3196
- <div class="padding-left--md padding-bottom--md">
3197
- <strong>config</strong>: Object
3198
- <div class="padding-left--md">
3199
-
3200
-
3201
-
3202
- </div>
3203
-
3204
-
3205
-
3206
- </div>
3207
-
3208
- <div class="padding-left--md padding-bottom--md">
3209
- <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3210
- <div class="padding-left--md">
3211
-
3212
-
3213
-
3214
- </div>
3215
-
3216
-
3217
-
3218
- </div>
3219
-
3220
- <div class="padding-left--md padding-bottom--md">
3221
- <strong>config.id</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3222
- <div class="padding-left--md">
3223
-
3224
- The ID of the credentials set to be deleted.
3225
-
3226
- </div>
3227
-
3228
-
3229
-
3230
- </div>
3231
-
3232
-
3233
-
3234
- <!-- no returns -->
3235
-
3236
-
3237
-
3238
- </div>
3239
-
3240
-
3241
-
3242
- </div>
3243
-
3244
-
3245
- ### updateCredentials
3246
-
3247
- <div class="padding-bottom--md">
3248
- <strong>credentialVaultClient.updateCredentials(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;void | <a href="#credentialsresponseelement">CredentialsResponseElement</a>&gt;</strong>
3249
-
3250
- <div class="padding-left--md">
3251
-
3252
- Updates the specified credentials set
3253
-
3254
- **Required scope:** environment-api:credentials:write
3255
-
3256
- The body must not provide an ID. The ID should be provided in the path
3257
-
3258
-
3259
- **Parameters**
3260
-
3261
- <div class="padding-left--md padding-bottom--md">
3262
- <strong>config</strong>: Object
3263
- <div class="padding-left--md">
3264
-
3265
-
3266
-
3267
- </div>
3268
-
3269
-
3270
-
3271
- </div>
3272
-
3273
- <div class="padding-left--md padding-bottom--md">
3274
- <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3275
- <div class="padding-left--md">
3276
-
3277
-
3278
-
3279
- </div>
3280
-
3281
-
3282
-
3283
- </div>
3284
-
3285
- <div class="padding-left--md padding-bottom--md">
3286
- <strong>config.body</strong>: <a href="#credentials">Credentials</a>
3287
- <div class="padding-left--md">
3288
-
3289
-
3290
-
3291
- </div>
3292
-
3293
-
3294
-
3295
- </div>
3296
-
3297
- <div class="padding-left--md padding-bottom--md">
3298
- <strong>config.id</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3299
- <div class="padding-left--md">
3300
-
3301
- The Dynatrace entity ID of the credentials set to be updated.
3302
-
3303
- </div>
3304
-
3305
-
3306
-
3307
- </div>
3308
-
3309
-
3310
-
3311
- #### Returns
3312
-
3313
- <div class="padding-left--md">
3314
- Success. The new credentials set has been created. The response contains the ID of the set.
3315
-
3316
- </div>
3317
-
3318
-
3319
-
3320
-
3321
-
3322
- </div>
3323
-
3324
-
3325
-
3326
- </div>
3327
-
3328
-
3329
-
3330
-
3331
- ## davisSecurityAdvisorClient
3332
-
3333
- ```js
3334
- import { davisSecurityAdvisorClient } from '@dynatrace-sdk/client-classic-environment-v2';
3335
- ```
3336
-
3337
-
3338
- ### getAdviceForSecurityProblems
3339
-
3340
- <div class="padding-bottom--md">
3341
- <strong>davisSecurityAdvisorClient.getAdviceForSecurityProblems(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;<a href="#davissecurityadvicelist">DavisSecurityAdviceList</a>&gt;</strong>
3342
-
3343
- <div class="padding-left--md">
3344
-
3345
- Provides advice for security problems. | maturity=EARLY_ADOPTER
3346
-
3347
- **Required scope:** environment-api:security-problems:read
3348
-
3349
- You can narrow down the output by providing the management zone and pagination. If you specify a management zone, only problems originating from that zone are included to the request.
3350
-
3351
-
3352
- **Parameters**
3353
-
3354
- <div class="padding-left--md padding-bottom--md">
3355
- <strong>config</strong>: Object
3356
- <div class="padding-left--md">
3357
-
3358
-
3359
-
3360
- </div>
3361
-
3362
-
3363
-
3364
- </div>
3365
-
3366
- <div class="padding-left--md padding-bottom--md">
3367
- <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3131
+ <strong>config.scope</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3368
3132
  <div class="padding-left--md">
3369
3133
 
3370
-
3134
+ Filters credentials with specified scope.
3371
3135
 
3372
3136
  </div>
3373
3137
 
@@ -3376,31 +3140,10 @@ You can narrow down the output by providing the management zone and pagination.
3376
3140
  </div>
3377
3141
 
3378
3142
  <div class="padding-left--md padding-bottom--md">
3379
- <strong>config.managementZoneFilter</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3380
- <div class="padding-left--md">
3381
-
3382
- To specify management zones, use one of the options listed below. For each option you can specify multiple comma-separated values. If several values are specified, the **OR** logic applies. All values are case-sensitive and must be quoted.
3383
-
3384
- * Management zone ID: ids("mzId-1", "mzId-2").
3385
- * Management zone names: names("mz-1", "mz-2").
3386
-
3387
- You can specify several comma-separated criteria (for example, `names("myMz"),ids("9130632296508575249")`).
3388
-
3389
- </div>
3390
-
3391
-
3392
-
3393
- </div>
3394
-
3395
- <div class="padding-left--md padding-bottom--md">
3396
- <strong>config.nextPageKey</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3143
+ <strong>config.type</strong>: <a href="#listcredentialsquerytype">ListCredentialsQueryType</a>
3397
3144
  <div class="padding-left--md">
3398
3145
 
3399
- The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
3400
-
3401
- The first page is always returned if you don't specify the **nextPageKey** query parameter.
3402
-
3403
- When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
3146
+ Filters the result by the specified credentials type.
3404
3147
 
3405
3148
  </div>
3406
3149
 
@@ -3409,14 +3152,10 @@ When the **nextPageKey** is set to obtain subsequent pages, you must omit all ot
3409
3152
  </div>
3410
3153
 
3411
3154
  <div class="padding-left--md padding-bottom--md">
3412
- <strong>config.pageSize</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
3155
+ <strong>config.user</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3413
3156
  <div class="padding-left--md">
3414
3157
 
3415
- The amount of security advices in a single response payload.
3416
-
3417
- The maximal allowed page size is 500.
3418
-
3419
- If not set, 5 is used.
3158
+ Filters credentials accessible to the user (owned by the user or the ones that are accessible for all).
3420
3159
 
3421
3160
  </div>
3422
3161
 
@@ -3444,31 +3183,294 @@ Success
3444
3183
  </div>
3445
3184
 
3446
3185
 
3447
-
3448
-
3449
- ## eventsClient
3450
-
3451
- ```js
3452
- import { eventsClient } from '@dynatrace-sdk/client-classic-environment-v2';
3453
- ```
3454
-
3455
-
3456
- ### createEvent
3186
+ ### removeCredentials
3457
3187
 
3458
3188
  <div class="padding-bottom--md">
3459
- <strong>eventsClient.createEvent(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;<a href="#eventingestresults">EventIngestResults</a>&gt;</strong>
3189
+ <strong>credentialVaultClient.removeCredentials(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;void&gt;</strong>
3460
3190
 
3461
3191
  <div class="padding-left--md">
3462
3192
 
3463
- Ingests a custom event
3464
-
3465
- **One of the following scopes is required:**
3466
- + environment-api
3467
- + storage:events:write
3468
- + environment-api:events:write
3193
+ Deletes the specified credentials set
3469
3194
 
3195
+ **Required scope:** environment-api:credentials:write
3470
3196
 
3471
- The ingestion of custom events consumes [Davis Data Units](https://dt-url.net/ddu) (DDUs) from the events pool.
3197
+ Provide credential ID in the path.
3198
+
3199
+
3200
+ **Parameters**
3201
+
3202
+ <div class="padding-left--md padding-bottom--md">
3203
+ <strong>config</strong>: Object
3204
+ <div class="padding-left--md">
3205
+
3206
+
3207
+
3208
+ </div>
3209
+
3210
+
3211
+
3212
+ </div>
3213
+
3214
+ <div class="padding-left--md padding-bottom--md">
3215
+ <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3216
+ <div class="padding-left--md">
3217
+
3218
+
3219
+
3220
+ </div>
3221
+
3222
+
3223
+
3224
+ </div>
3225
+
3226
+ <div class="padding-left--md padding-bottom--md">
3227
+ <strong>config.id</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3228
+ <div class="padding-left--md">
3229
+
3230
+ The ID of the credentials set to be deleted.
3231
+
3232
+ </div>
3233
+
3234
+
3235
+
3236
+ </div>
3237
+
3238
+
3239
+
3240
+ <!-- no returns -->
3241
+
3242
+
3243
+
3244
+ </div>
3245
+
3246
+
3247
+
3248
+ </div>
3249
+
3250
+
3251
+ ### updateCredentials
3252
+
3253
+ <div class="padding-bottom--md">
3254
+ <strong>credentialVaultClient.updateCredentials(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;void | <a href="#credentialsresponseelement">CredentialsResponseElement</a>&gt;</strong>
3255
+
3256
+ <div class="padding-left--md">
3257
+
3258
+ Updates the specified credentials set
3259
+
3260
+ **Required scope:** environment-api:credentials:write
3261
+
3262
+ The body must not provide an ID. The ID should be provided in the path
3263
+
3264
+
3265
+ **Parameters**
3266
+
3267
+ <div class="padding-left--md padding-bottom--md">
3268
+ <strong>config</strong>: Object
3269
+ <div class="padding-left--md">
3270
+
3271
+
3272
+
3273
+ </div>
3274
+
3275
+
3276
+
3277
+ </div>
3278
+
3279
+ <div class="padding-left--md padding-bottom--md">
3280
+ <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3281
+ <div class="padding-left--md">
3282
+
3283
+
3284
+
3285
+ </div>
3286
+
3287
+
3288
+
3289
+ </div>
3290
+
3291
+ <div class="padding-left--md padding-bottom--md">
3292
+ <strong>config.body</strong>: <a href="#credentials">Credentials</a>
3293
+ <div class="padding-left--md">
3294
+
3295
+
3296
+
3297
+ </div>
3298
+
3299
+
3300
+
3301
+ </div>
3302
+
3303
+ <div class="padding-left--md padding-bottom--md">
3304
+ <strong>config.id</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3305
+ <div class="padding-left--md">
3306
+
3307
+ The Dynatrace entity ID of the credentials set to be updated.
3308
+
3309
+ </div>
3310
+
3311
+
3312
+
3313
+ </div>
3314
+
3315
+
3316
+
3317
+ #### Returns
3318
+
3319
+ <div class="padding-left--md">
3320
+ Success. The new credentials set has been created. The response contains the ID of the set.
3321
+
3322
+ </div>
3323
+
3324
+
3325
+
3326
+
3327
+
3328
+ </div>
3329
+
3330
+
3331
+
3332
+ </div>
3333
+
3334
+
3335
+
3336
+
3337
+ ## davisSecurityAdvisorClient
3338
+
3339
+ ```js
3340
+ import { davisSecurityAdvisorClient } from '@dynatrace-sdk/client-classic-environment-v2';
3341
+ ```
3342
+
3343
+
3344
+ ### getAdviceForSecurityProblems
3345
+
3346
+ <div class="padding-bottom--md">
3347
+ <strong>davisSecurityAdvisorClient.getAdviceForSecurityProblems(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;<a href="#davissecurityadvicelist">DavisSecurityAdviceList</a>&gt;</strong>
3348
+
3349
+ <div class="padding-left--md">
3350
+
3351
+ Provides advice for security problems. | maturity=EARLY_ADOPTER
3352
+
3353
+ **Required scope:** environment-api:security-problems:read
3354
+
3355
+ You can narrow down the output by providing the management zone and pagination. If you specify a management zone, only problems originating from that zone are included to the request.
3356
+
3357
+
3358
+ **Parameters**
3359
+
3360
+ <div class="padding-left--md padding-bottom--md">
3361
+ <strong>config</strong>: Object
3362
+ <div class="padding-left--md">
3363
+
3364
+
3365
+
3366
+ </div>
3367
+
3368
+
3369
+
3370
+ </div>
3371
+
3372
+ <div class="padding-left--md padding-bottom--md">
3373
+ <strong>config.abortSignal</strong>: <a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal">AbortSignal</a>
3374
+ <div class="padding-left--md">
3375
+
3376
+
3377
+
3378
+ </div>
3379
+
3380
+
3381
+
3382
+ </div>
3383
+
3384
+ <div class="padding-left--md padding-bottom--md">
3385
+ <strong>config.managementZoneFilter</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3386
+ <div class="padding-left--md">
3387
+
3388
+ To specify management zones, use one of the options listed below. For each option you can specify multiple comma-separated values. If several values are specified, the **OR** logic applies. All values are case-sensitive and must be quoted.
3389
+
3390
+ * Management zone ID: ids("mzId-1", "mzId-2").
3391
+ * Management zone names: names("mz-1", "mz-2").
3392
+
3393
+ You can specify several comma-separated criteria (for example, `names("myMz"),ids("9130632296508575249")`).
3394
+
3395
+ </div>
3396
+
3397
+
3398
+
3399
+ </div>
3400
+
3401
+ <div class="padding-left--md padding-bottom--md">
3402
+ <strong>config.nextPageKey</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
3403
+ <div class="padding-left--md">
3404
+
3405
+ The cursor for the next page of results. You can find it in the **nextPageKey** field of the previous response.
3406
+
3407
+ The first page is always returned if you don't specify the **nextPageKey** query parameter.
3408
+
3409
+ When the **nextPageKey** is set to obtain subsequent pages, you must omit all other query parameters.
3410
+
3411
+ </div>
3412
+
3413
+
3414
+
3415
+ </div>
3416
+
3417
+ <div class="padding-left--md padding-bottom--md">
3418
+ <strong>config.pageSize</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
3419
+ <div class="padding-left--md">
3420
+
3421
+ The amount of security advices in a single response payload.
3422
+
3423
+ The maximal allowed page size is 500.
3424
+
3425
+ If not set, 5 is used.
3426
+
3427
+ </div>
3428
+
3429
+
3430
+
3431
+ </div>
3432
+
3433
+
3434
+
3435
+ #### Returns
3436
+
3437
+ <div class="padding-left--md">
3438
+ Success
3439
+
3440
+ </div>
3441
+
3442
+
3443
+
3444
+
3445
+
3446
+ </div>
3447
+
3448
+
3449
+
3450
+ </div>
3451
+
3452
+
3453
+
3454
+
3455
+ ## eventsClient
3456
+
3457
+ ```js
3458
+ import { eventsClient } from '@dynatrace-sdk/client-classic-environment-v2';
3459
+ ```
3460
+
3461
+
3462
+ ### createEvent
3463
+
3464
+ <div class="padding-bottom--md">
3465
+ <strong>eventsClient.createEvent(config): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&lt;<a href="#eventingestresults">EventIngestResults</a>&gt;</strong>
3466
+
3467
+ <div class="padding-left--md">
3468
+
3469
+ Ingests a custom event
3470
+
3471
+ **Required scope:** storage:events:write environment-api:events:write
3472
+
3473
+ The ingestion of custom events consumes [Davis Data Units](https://dt-url.net/ddu) (DDUs) from the events pool.
3472
3474
 
3473
3475
 
3474
3476
  **Parameters**
@@ -3538,9 +3540,7 @@ The event ingest request was received by the server. The response body indicates
3538
3540
 
3539
3541
  Gets the properties of an event
3540
3542
 
3541
- **One of the following scopes is required:**
3542
- + environment-api
3543
- + environment-api:events:read
3543
+ **Required scope:** environment-api:events:read
3544
3544
 
3545
3545
 
3546
3546
  **Parameters**
@@ -3610,9 +3610,7 @@ Success. The response contains the configuration of the event.
3610
3610
 
3611
3611
  Lists all event properties
3612
3612
 
3613
- **One of the following scopes is required:**
3614
- + environment-api
3615
- + environment-api:events:read
3613
+ **Required scope:** environment-api:events:read
3616
3614
 
3617
3615
 
3618
3616
  **Parameters**
@@ -3702,9 +3700,7 @@ Success
3702
3700
 
3703
3701
  Gets the details of an event property
3704
3702
 
3705
- **One of the following scopes is required:**
3706
- + environment-api
3707
- + environment-api:events:read
3703
+ **Required scope:** environment-api:events:read
3708
3704
 
3709
3705
 
3710
3706
  **Parameters**
@@ -3774,9 +3770,7 @@ Success
3774
3770
 
3775
3771
  Gets the properties of an event type
3776
3772
 
3777
- **One of the following scopes is required:**
3778
- + environment-api
3779
- + environment-api:events:read
3773
+ **Required scope:** environment-api:events:read
3780
3774
 
3781
3775
 
3782
3776
  **Parameters**
@@ -3846,9 +3840,7 @@ Success
3846
3840
 
3847
3841
  Lists all event types
3848
3842
 
3849
- **One of the following scopes is required:**
3850
- + environment-api
3851
- + environment-api:events:read
3843
+ **Required scope:** environment-api:events:read
3852
3844
 
3853
3845
 
3854
3846
  **Parameters**
@@ -3938,9 +3930,7 @@ Success
3938
3930
 
3939
3931
  Lists events within the specified timeframe
3940
3932
 
3941
- **One of the following scopes is required:**
3942
- + environment-api
3943
- + environment-api:events:read
3933
+ **Required scope:** environment-api:events:read
3944
3934
 
3945
3935
 
3946
3936
  **Parameters**
@@ -4304,7 +4294,7 @@ The name of the requested extension 2.0.
4304
4294
  #### Returns
4305
4295
 
4306
4296
  <div class="padding-left--md">
4307
- Success
4297
+ Success | Multi-Status, if not all requests resulted in the same status
4308
4298
 
4309
4299
  </div>
4310
4300
 
@@ -6089,7 +6079,7 @@ Only run validation but do not persist the extension even if validation was succ
6089
6079
  #### Returns
6090
6080
 
6091
6081
  <div class="padding-left--md">
6092
- The extension is valid
6082
+ The extension is valid | Success. The extension 2.0 has been uploaded.
6093
6083
 
6094
6084
  </div>
6095
6085
 
@@ -6300,7 +6290,7 @@ Success
6300
6290
 
6301
6291
  Gets aggregated log records | maturity=EARLY_ADOPTER
6302
6292
 
6303
- **Required scope:** environment-api
6293
+ **Required scope:** storage:logs:read
6304
6294
 
6305
6295
  Returns the aggregated number of occurrences of log values divided into time slots.
6306
6296
 
@@ -6482,7 +6472,7 @@ Success
6482
6472
 
6483
6473
  Reads log records | maturity=EARLY_ADOPTER
6484
6474
 
6485
- **Required scope:** environment-api
6475
+ **Required scope:** storage:logs:read
6486
6476
 
6487
6477
  Returns the first *X* records (specified in the **limit** query parameter). Log records are sorted by the criteria specified in the **sort** query parameter.
6488
6478
 
@@ -6664,10 +6654,7 @@ Success
6664
6654
 
6665
6655
  Pushes log records to Dynatrace | maturity=EARLY_ADOPTER
6666
6656
 
6667
- **One of the following scopes is required:**
6668
- + environment-api
6669
- + storage:logs:write
6670
-
6657
+ **Required scope:** storage:logs:write
6671
6658
 
6672
6659
  Ingested logs are stored in the indexed log storage.
6673
6660
 
@@ -7588,10 +7575,12 @@ Success
7588
7575
 
7589
7576
  <div class="padding-left--md">
7590
7577
 
7591
- Converts a value of the given source unit into a given target unit if specified, or finds an appropriate unit if no target is specified, respecting the preferred number format if specified.
7578
+ Converts a value from a source unit into a target unit
7592
7579
 
7593
7580
  **Required scope:** environment-api:metrics:read
7594
7581
 
7582
+ If no target unit is set, the request finds an appropriate target unit automatically, taking into account the preferred number format (if specified).
7583
+
7595
7584
 
7596
7585
  **Parameters**
7597
7586
 
@@ -7623,7 +7612,12 @@ Converts a value of the given source unit into a given target unit if specified,
7623
7612
  <strong>config.numberFormat</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
7624
7613
  <div class="padding-left--md">
7625
7614
 
7626
- The preferred number format. Only taken into account if no target unit is specified.
7615
+ The preferred number format of the target value. You can specify the following formats:
7616
+
7617
+ * `binary`
7618
+ * `decimal`
7619
+
7620
+ `Only used if the target unit if not set.
7627
7621
 
7628
7622
  </div>
7629
7623
 
@@ -7637,6 +7631,8 @@ The preferred number format. Only taken into account if no target unit is specif
7637
7631
 
7638
7632
  The ID of the target unit.
7639
7633
 
7634
+ If not set, the request finds an appropriate target unit automatically, based on the specified number format.
7635
+
7640
7636
  </div>
7641
7637
 
7642
7638
 
@@ -7775,10 +7771,7 @@ import { monitoredEntitiesClient } from '@dynatrace-sdk/client-classic-environme
7775
7771
 
7776
7772
  Gets the information about monitored entities
7777
7773
 
7778
- **One of the following scopes is required:**
7779
- + environment-api
7780
- + environment-api:entities:read
7781
-
7774
+ **Required scope:** environment-api:entities:read
7782
7775
 
7783
7776
  Lists entities observed within the specified timeframe along with their properties.
7784
7777
 
@@ -8010,9 +8003,7 @@ Success
8010
8003
 
8011
8004
  Gets the properties of the specified monitored entity
8012
8005
 
8013
- **One of the following scopes is required:**
8014
- + environment-api
8015
- + environment-api:entities:read
8006
+ **Required scope:** environment-api:entities:read
8016
8007
 
8017
8008
 
8018
8009
  **Parameters**
@@ -8152,9 +8143,7 @@ Success
8152
8143
 
8153
8144
  Gets a list of properties for the specified entity type
8154
8145
 
8155
- **One of the following scopes is required:**
8156
- + environment-api
8157
- + environment-api:entities:read
8146
+ **Required scope:** environment-api:entities:read
8158
8147
 
8159
8148
 
8160
8149
  **Parameters**
@@ -8224,10 +8213,7 @@ Success
8224
8213
 
8225
8214
  Gets a list of properties for all entity types
8226
8215
 
8227
- **One of the following scopes is required:**
8228
- + environment-api
8229
- + environment-api:entities:read
8230
-
8216
+ **Required scope:** environment-api:entities:read
8231
8217
 
8232
8218
  You can limit the output by using pagination:
8233
8219
  1. Specify the number of results per page in the **pageSize** query parameter.
@@ -8321,9 +8307,7 @@ Success
8321
8307
 
8322
8308
  Creates or updates a custom device
8323
8309
 
8324
- **One of the following scopes is required:**
8325
- + environment-api
8326
- + environment-api:entities:write
8310
+ **Required scope:** environment-api:entities:write
8327
8311
 
8328
8312
 
8329
8313
  **Parameters**
@@ -8940,10 +8924,7 @@ import { networkZonesClient } from '@dynatrace-sdk/client-classic-environment-v2
8940
8924
 
8941
8925
  Updates an existing network zone or creates a new one
8942
8926
 
8943
- **One of the following scopes is required:**
8944
- + environment-api
8945
- + environment-api:network-zones:write
8946
-
8927
+ **Required scope:** environment-api:network-zones:write
8947
8928
 
8948
8929
  If the network zone with the specified ID does not exist, a new network zone is created.
8949
8930
 
@@ -9033,10 +9014,7 @@ Success. The new network zone has been created. The response body contains the I
9033
9014
 
9034
9015
  Deletes the specified network zone
9035
9016
 
9036
- **One of the following scopes is required:**
9037
- + environment-api
9038
- + environment-api:network-zones:write
9039
-
9017
+ **Required scope:** environment-api:network-zones:write
9040
9018
 
9041
9019
  You can only delete an empty network zone (a zone that no ActiveGate or OneAgent is using).
9042
9020
 
@@ -9103,9 +9081,7 @@ The ID of the network zone to be deleted.
9103
9081
 
9104
9082
  Lists all existing network zones
9105
9083
 
9106
- **One of the following scopes is required:**
9107
- + environment-api
9108
- + environment-api:network-zones:read
9084
+ **Required scope:** environment-api:network-zones:read
9109
9085
 
9110
9086
 
9111
9087
  **Parameters**
@@ -9151,9 +9127,7 @@ Success
9151
9127
 
9152
9128
  Gets the statistics about hosts using the network zone
9153
9129
 
9154
- **One of the following scopes is required:**
9155
- + environment-api
9156
- + environment-api:network-zones:read
9130
+ **Required scope:** environment-api:network-zones:read
9157
9131
 
9158
9132
 
9159
9133
  **Parameters**
@@ -9289,9 +9263,7 @@ Success
9289
9263
 
9290
9264
  Gets parameters of the specified network zone
9291
9265
 
9292
- **One of the following scopes is required:**
9293
- + environment-api
9294
- + environment-api:network-zones:read
9266
+ **Required scope:** environment-api:network-zones:read
9295
9267
 
9296
9268
 
9297
9269
  **Parameters**
@@ -10300,9 +10272,7 @@ import { releasesClient } from '@dynatrace-sdk/client-classic-environment-v2';
10300
10272
 
10301
10273
  Returns all releases
10302
10274
 
10303
- **One of the following scopes is required:**
10304
- + environment-api
10305
- + environment-api:releases:read
10275
+ **Required scope:** environment-api:releases:read
10306
10276
 
10307
10277
 
10308
10278
  **Parameters**
@@ -11005,6 +10975,7 @@ You can add one or more of the following criteria. Values are *not* case-sensiti
11005
10975
  * Related Kubernetes workload name contains: `relatedKubernetesWorkloadNameContains("value-1")`. The `CONTAINS` operator is used.
11006
10976
  * Management zone ID: `managementZoneIds("mzId-1","mzId-2")`.
11007
10977
  * Management zone name: `managementZones("name-1","name-2")`. Values are case-sensitive.
10978
+ * Affected process group instance ID: `affectedPgiIds("pgiId-1", "pgiId-2")`. Specify Dynatrace entity IDs here.
11008
10979
  * Affected process group ID: `affectedPgIds("pgId-1", "pgId-2")`. Specify Dynatrace entity IDs here.
11009
10980
  * Affected process group name: `affectedPgNames("name-1", "name-2")`. Values are case-sensitive.
11010
10981
  * Affected process group name contains: `affectedPgNameContains("name-1")`. The `CONTAINS` operator is used.
@@ -11016,6 +10987,7 @@ You can add one or more of the following criteria. Values are *not* case-sensiti
11016
10987
  * Process group instance tags: `pgiTags("pgiTag-1")`. The `CONTAINS` operator is used. Maximum value length is 48 characters.
11017
10988
  * 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.
11018
10989
  * Display ID: `displayIds("S-1234","S-5678")`. The `EQUALS` operator is used.
10990
+ * Security problem ID: `securityProblemIds("12544152654387159360","5904857564184044850")`. The `EQUALS` operator is used.
11019
10991
  * 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.
11020
10992
  * Vulnerability type: `vulnerabilityType("type-1","type-2")`. Possible values are `THIRD_PARTY`, `CODE_LEVEL`, `RUNTIME`.
11021
10993
 
@@ -11478,9 +11450,7 @@ import { serviceLevelObjectivesClient } from '@dynatrace-sdk/client-classic-envi
11478
11450
 
11479
11451
  Creates an alert of the provided alert type for an SLO
11480
11452
 
11481
- **One of the following scopes is required:**
11482
- + environment-api
11483
- + environment-api:slo:write
11453
+ **Required scope:** environment-api:slo:write
11484
11454
 
11485
11455
 
11486
11456
  **Parameters**
@@ -11626,9 +11596,7 @@ If not set, the current timestamp is used.
11626
11596
 
11627
11597
  Creates a new SLO
11628
11598
 
11629
- **One of the following scopes is required:**
11630
- + environment-api
11631
- + environment-api:slo:write
11599
+ **Required scope:** environment-api:slo:write
11632
11600
 
11633
11601
 
11634
11602
  **Parameters**
@@ -11691,9 +11659,7 @@ Creates a new SLO
11691
11659
 
11692
11660
  Deletes an SLO
11693
11661
 
11694
- **One of the following scopes is required:**
11695
- + environment-api
11696
- + environment-api:slo:write
11662
+ **Required scope:** environment-api:slo:write
11697
11663
 
11698
11664
 
11699
11665
  **Parameters**
@@ -11756,10 +11722,7 @@ Deletes an SLO
11756
11722
 
11757
11723
  Lists all available SLOs along with calculated values
11758
11724
 
11759
- **One of the following scopes is required:**
11760
- + environment-api
11761
- + environment-api:slo:read
11762
-
11725
+ **Required scope:** environment-api:slo:read
11763
11726
 
11764
11727
  By default the values are calculated for the SLO's own timeframe. You can use a custom timeframe:
11765
11728
 
@@ -12013,10 +11976,7 @@ Success. The response contains the parameters and calculated values of the reque
12013
11976
 
12014
11977
  Gets parameters and calculated values of a specific SLO
12015
11978
 
12016
- **One of the following scopes is required:**
12017
- + environment-api
12018
- + environment-api:slo:read
12019
-
11979
+ **Required scope:** environment-api:slo:read
12020
11980
 
12021
11981
  If **from** and **to** parameters are provided, the SLO is calculated for that timeframe; otherwise the SLO's own timeframe is used.
12022
11982
 
@@ -12159,9 +12119,7 @@ Success. The response contains the parameters and calculated values of the reque
12159
12119
 
12160
12120
  Updates an existing SLO
12161
12121
 
12162
- **One of the following scopes is required:**
12163
- + environment-api
12164
- + environment-api:slo:write
12122
+ **Required scope:** environment-api:slo:write
12165
12123
 
12166
12124
 
12167
12125
  **Parameters**
@@ -12245,9 +12203,7 @@ import { settingsObjectsClient } from '@dynatrace-sdk/client-classic-environment
12245
12203
 
12246
12204
  Deletes the specified settings object
12247
12205
 
12248
- **One of the following scopes is required:**
12249
- + environment-api
12250
- + settings:objects:write
12206
+ **Required scope:** settings:objects:write
12251
12207
 
12252
12208
 
12253
12209
  **Parameters**
@@ -12326,10 +12282,7 @@ If omitted on update/deletion, the operation overrides the current value or dele
12326
12282
 
12327
12283
  Lists effective settings values
12328
12284
 
12329
- **One of the following scopes is required:**
12330
- + environment-api
12331
- + settings:objects:read
12332
-
12285
+ **Required scope:** settings:objects:read
12333
12286
 
12334
12287
  Lists effective settings values for selected schemas at a selected scope (or entity). This operation evaluates the hierarchy of persisted objects (see [/settings/objects](#/Settings%20-%20Objects/getSettingsObjects))
12335
12288
 
@@ -12469,9 +12422,7 @@ Success
12469
12422
 
12470
12423
  Gets the specified settings object
12471
12424
 
12472
- **One of the following scopes is required:**
12473
- + environment-api
12474
- + settings:objects:read
12425
+ **Required scope:** settings:objects:read
12475
12426
 
12476
12427
 
12477
12428
  **Parameters**
@@ -12541,10 +12492,7 @@ Success
12541
12492
 
12542
12493
  Lists persisted settings objects
12543
12494
 
12544
- **One of the following scopes is required:**
12545
- + environment-api
12546
- + settings:objects:read
12547
-
12495
+ **Required scope:** settings:objects:read
12548
12496
 
12549
12497
  Lists persisted settings objects for selected schemas at selected scopes (or entities).
12550
12498
 
@@ -12688,10 +12636,7 @@ Success. Accessible objects returned.
12688
12636
 
12689
12637
  Creates a new settings object
12690
12638
 
12691
- **One of the following scopes is required:**
12692
- + environment-api
12693
- + settings:objects:write
12694
-
12639
+ **Required scope:** settings:objects:write
12695
12640
 
12696
12641
  You can upload several objects at once. In that case each object returns its own response code. Check the response body for details.
12697
12642
 
@@ -12751,7 +12696,7 @@ If `true`, the request runs only validation of the submitted settings objects, w
12751
12696
  #### Returns
12752
12697
 
12753
12698
  <div class="padding-left--md">
12754
- Success
12699
+ Success | Multi-status: different objects in the payload resulted in different statuses.
12755
12700
 
12756
12701
  </div>
12757
12702
 
@@ -12775,9 +12720,7 @@ Success
12775
12720
 
12776
12721
  Updates an existing settings object
12777
12722
 
12778
- **One of the following scopes is required:**
12779
- + environment-api
12780
- + settings:objects:write
12723
+ **Required scope:** settings:objects:write
12781
12724
 
12782
12725
 
12783
12726
  **Parameters**
@@ -12868,9 +12811,7 @@ import { settingsSchemasClient } from '@dynatrace-sdk/client-classic-environment
12868
12811
 
12869
12812
  Lists available settings schemas
12870
12813
 
12871
- **One of the following scopes is required:**
12872
- + environment-api
12873
- + settings:schemas:read
12814
+ **Required scope:** settings:schemas:read
12874
12815
 
12875
12816
 
12876
12817
  **Parameters**
@@ -12916,9 +12857,7 @@ Success
12916
12857
 
12917
12858
  Gets parameters of the specified settings schema
12918
12859
 
12919
- **One of the following scopes is required:**
12920
- + environment-api
12921
- + settings:schemas:read
12860
+ **Required scope:** settings:schemas:read
12922
12861
 
12923
12862
 
12924
12863
  **Parameters**
@@ -13915,6 +13854,438 @@ Success
13915
13854
 
13916
13855
  ## Types
13917
13856
 
13857
+ ### ErrorEnvelopeError
13858
+ <div class="padding-left--md">
13859
+
13860
+
13861
+
13862
+
13863
+
13864
+ <div class="padding-left--md padding-bottom--md">
13865
+ <strong>body</strong>: <a href="#errorenvelope">ErrorEnvelope</a>
13866
+ <div class="padding-left--md">
13867
+
13868
+
13869
+
13870
+ </div>
13871
+
13872
+
13873
+
13874
+ </div>
13875
+
13876
+ <div class="padding-left--md padding-bottom--md">
13877
+ <strong>errorType</strong>: <a href="#errortype">ErrorType</a>
13878
+ <div class="padding-left--md">
13879
+
13880
+
13881
+
13882
+ </div>
13883
+
13884
+
13885
+
13886
+ </div>
13887
+
13888
+ <div class="padding-left--md padding-bottom--md">
13889
+ <strong>message</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
13890
+ <div class="padding-left--md">
13891
+
13892
+
13893
+
13894
+ </div>
13895
+
13896
+
13897
+
13898
+ </div>
13899
+
13900
+ <div class="padding-left--md padding-bottom--md">
13901
+ <strong>name</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
13902
+ <div class="padding-left--md">
13903
+
13904
+
13905
+
13906
+ </div>
13907
+
13908
+
13909
+
13910
+ </div>
13911
+
13912
+ <div class="padding-left--md padding-bottom--md">
13913
+ <strong>response</strong>: <a href="#httpclientresponse">HttpClientResponse</a>
13914
+ <div class="padding-left--md">
13915
+
13916
+
13917
+
13918
+ </div>
13919
+
13920
+
13921
+
13922
+ </div>
13923
+
13924
+ <div class="padding-left--md padding-bottom--md">
13925
+ <strong>stack</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
13926
+ <div class="padding-left--md">
13927
+
13928
+
13929
+
13930
+ </div>
13931
+
13932
+
13933
+
13934
+ </div>
13935
+
13936
+ <div class="padding-left--md padding-bottom--md">
13937
+ <strong>prepareStackTrace</strong>: Object
13938
+ <div class="padding-left--md">
13939
+
13940
+
13941
+
13942
+ </div>
13943
+
13944
+
13945
+
13946
+ </div>
13947
+
13948
+ <div class="padding-left--md padding-bottom--md">
13949
+ <strong>stackTraceLimit</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
13950
+ <div class="padding-left--md">
13951
+
13952
+
13953
+
13954
+ </div>
13955
+
13956
+
13957
+
13958
+ </div>
13959
+
13960
+
13961
+ </div>
13962
+
13963
+
13964
+
13965
+ ### SettingsObjectResponseArrayError
13966
+ <div class="padding-left--md">
13967
+
13968
+
13969
+
13970
+
13971
+
13972
+ <div class="padding-left--md padding-bottom--md">
13973
+ <strong>body</strong>: Array&lt;<a href="#settingsobjectresponse">SettingsObjectResponse</a>&gt;
13974
+ <div class="padding-left--md">
13975
+
13976
+
13977
+
13978
+ </div>
13979
+
13980
+
13981
+
13982
+ </div>
13983
+
13984
+ <div class="padding-left--md padding-bottom--md">
13985
+ <strong>errorType</strong>: <a href="#errortype">ErrorType</a>
13986
+ <div class="padding-left--md">
13987
+
13988
+
13989
+
13990
+ </div>
13991
+
13992
+
13993
+
13994
+ </div>
13995
+
13996
+ <div class="padding-left--md padding-bottom--md">
13997
+ <strong>message</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
13998
+ <div class="padding-left--md">
13999
+
14000
+
14001
+
14002
+ </div>
14003
+
14004
+
14005
+
14006
+ </div>
14007
+
14008
+ <div class="padding-left--md padding-bottom--md">
14009
+ <strong>name</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14010
+ <div class="padding-left--md">
14011
+
14012
+
14013
+
14014
+ </div>
14015
+
14016
+
14017
+
14018
+ </div>
14019
+
14020
+ <div class="padding-left--md padding-bottom--md">
14021
+ <strong>response</strong>: <a href="#httpclientresponse">HttpClientResponse</a>
14022
+ <div class="padding-left--md">
14023
+
14024
+
14025
+
14026
+ </div>
14027
+
14028
+
14029
+
14030
+ </div>
14031
+
14032
+ <div class="padding-left--md padding-bottom--md">
14033
+ <strong>stack</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14034
+ <div class="padding-left--md">
14035
+
14036
+
14037
+
14038
+ </div>
14039
+
14040
+
14041
+
14042
+ </div>
14043
+
14044
+ <div class="padding-left--md padding-bottom--md">
14045
+ <strong>prepareStackTrace</strong>: Object
14046
+ <div class="padding-left--md">
14047
+
14048
+
14049
+
14050
+ </div>
14051
+
14052
+
14053
+
14054
+ </div>
14055
+
14056
+ <div class="padding-left--md padding-bottom--md">
14057
+ <strong>stackTraceLimit</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
14058
+ <div class="padding-left--md">
14059
+
14060
+
14061
+
14062
+ </div>
14063
+
14064
+
14065
+
14066
+ </div>
14067
+
14068
+
14069
+ </div>
14070
+
14071
+
14072
+
14073
+ ### SettingsObjectResponseError
14074
+ <div class="padding-left--md">
14075
+
14076
+
14077
+
14078
+
14079
+
14080
+ <div class="padding-left--md padding-bottom--md">
14081
+ <strong>body</strong>: <a href="#settingsobjectresponse">SettingsObjectResponse</a>
14082
+ <div class="padding-left--md">
14083
+
14084
+
14085
+
14086
+ </div>
14087
+
14088
+
14089
+
14090
+ </div>
14091
+
14092
+ <div class="padding-left--md padding-bottom--md">
14093
+ <strong>errorType</strong>: <a href="#errortype">ErrorType</a>
14094
+ <div class="padding-left--md">
14095
+
14096
+
14097
+
14098
+ </div>
14099
+
14100
+
14101
+
14102
+ </div>
14103
+
14104
+ <div class="padding-left--md padding-bottom--md">
14105
+ <strong>message</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14106
+ <div class="padding-left--md">
14107
+
14108
+
14109
+
14110
+ </div>
14111
+
14112
+
14113
+
14114
+ </div>
14115
+
14116
+ <div class="padding-left--md padding-bottom--md">
14117
+ <strong>name</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14118
+ <div class="padding-left--md">
14119
+
14120
+
14121
+
14122
+ </div>
14123
+
14124
+
14125
+
14126
+ </div>
14127
+
14128
+ <div class="padding-left--md padding-bottom--md">
14129
+ <strong>response</strong>: <a href="#httpclientresponse">HttpClientResponse</a>
14130
+ <div class="padding-left--md">
14131
+
14132
+
14133
+
14134
+ </div>
14135
+
14136
+
14137
+
14138
+ </div>
14139
+
14140
+ <div class="padding-left--md padding-bottom--md">
14141
+ <strong>stack</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14142
+ <div class="padding-left--md">
14143
+
14144
+
14145
+
14146
+ </div>
14147
+
14148
+
14149
+
14150
+ </div>
14151
+
14152
+ <div class="padding-left--md padding-bottom--md">
14153
+ <strong>prepareStackTrace</strong>: Object
14154
+ <div class="padding-left--md">
14155
+
14156
+
14157
+
14158
+ </div>
14159
+
14160
+
14161
+
14162
+ </div>
14163
+
14164
+ <div class="padding-left--md padding-bottom--md">
14165
+ <strong>stackTraceLimit</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
14166
+ <div class="padding-left--md">
14167
+
14168
+
14169
+
14170
+ </div>
14171
+
14172
+
14173
+
14174
+ </div>
14175
+
14176
+
14177
+ </div>
14178
+
14179
+
14180
+
14181
+ ### ValidationResponseError
14182
+ <div class="padding-left--md">
14183
+
14184
+
14185
+
14186
+
14187
+
14188
+ <div class="padding-left--md padding-bottom--md">
14189
+ <strong>body</strong>: <a href="#validationresponse">ValidationResponse</a>
14190
+ <div class="padding-left--md">
14191
+
14192
+
14193
+
14194
+ </div>
14195
+
14196
+
14197
+
14198
+ </div>
14199
+
14200
+ <div class="padding-left--md padding-bottom--md">
14201
+ <strong>errorType</strong>: <a href="#errortype">ErrorType</a>
14202
+ <div class="padding-left--md">
14203
+
14204
+
14205
+
14206
+ </div>
14207
+
14208
+
14209
+
14210
+ </div>
14211
+
14212
+ <div class="padding-left--md padding-bottom--md">
14213
+ <strong>message</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14214
+ <div class="padding-left--md">
14215
+
14216
+
14217
+
14218
+ </div>
14219
+
14220
+
14221
+
14222
+ </div>
14223
+
14224
+ <div class="padding-left--md padding-bottom--md">
14225
+ <strong>name</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14226
+ <div class="padding-left--md">
14227
+
14228
+
14229
+
14230
+ </div>
14231
+
14232
+
14233
+
14234
+ </div>
14235
+
14236
+ <div class="padding-left--md padding-bottom--md">
14237
+ <strong>response</strong>: <a href="#httpclientresponse">HttpClientResponse</a>
14238
+ <div class="padding-left--md">
14239
+
14240
+
14241
+
14242
+ </div>
14243
+
14244
+
14245
+
14246
+ </div>
14247
+
14248
+ <div class="padding-left--md padding-bottom--md">
14249
+ <strong>stack</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
14250
+ <div class="padding-left--md">
14251
+
14252
+
14253
+
14254
+ </div>
14255
+
14256
+
14257
+
14258
+ </div>
14259
+
14260
+ <div class="padding-left--md padding-bottom--md">
14261
+ <strong>prepareStackTrace</strong>: Object
14262
+ <div class="padding-left--md">
14263
+
14264
+
14265
+
14266
+ </div>
14267
+
14268
+
14269
+
14270
+ </div>
14271
+
14272
+ <div class="padding-left--md padding-bottom--md">
14273
+ <strong>stackTraceLimit</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
14274
+ <div class="padding-left--md">
14275
+
14276
+
14277
+
14278
+ </div>
14279
+
14280
+
14281
+
14282
+ </div>
14283
+
14284
+
14285
+ </div>
14286
+
14287
+
14288
+
13918
14289
  ### AbstractCredentialsResponseElement
13919
14290
  <div class="padding-left--md">
13920
14291
 
@@ -17016,6 +17387,18 @@ The password of the credential (Base64 encoded).
17016
17387
 
17017
17388
  The details of a code-level vulnerability.
17018
17389
 
17390
+ <div class="padding-left--md padding-bottom--md">
17391
+ <strong>processGroupIds</strong>: Array&lt;<a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>&gt;
17392
+ <div class="padding-left--md">
17393
+
17394
+ The list of encoded MEIdentifier of the process groups.
17395
+
17396
+ </div>
17397
+
17398
+
17399
+
17400
+ </div>
17401
+
17019
17402
  <div class="padding-left--md padding-bottom--md">
17020
17403
  <strong>processGroups</strong>: Array&lt;<a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>&gt;
17021
17404
  <div class="padding-left--md">
@@ -17026,6 +17409,30 @@ The list of affected process groups.
17026
17409
 
17027
17410
 
17028
17411
 
17412
+ </div>
17413
+
17414
+ <div class="padding-left--md padding-bottom--md">
17415
+ <strong>shortVulnerabilityLocation</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
17416
+ <div class="padding-left--md">
17417
+
17418
+ The code location of the vulnerability without package and parameter.
17419
+
17420
+ </div>
17421
+
17422
+
17423
+
17424
+ </div>
17425
+
17426
+ <div class="padding-left--md padding-bottom--md">
17427
+ <strong>type</strong>: <a href="#codelevelvulnerabilitydetailstype">CodeLevelVulnerabilityDetailsType</a>
17428
+ <div class="padding-left--md">
17429
+
17430
+
17431
+
17432
+ </div>
17433
+
17434
+
17435
+
17029
17436
  </div>
17030
17437
 
17031
17438
  <div class="padding-left--md padding-bottom--md">
@@ -17038,6 +17445,30 @@ The code location of the vulnerability.
17038
17445
 
17039
17446
 
17040
17447
 
17448
+ </div>
17449
+
17450
+ <div class="padding-left--md padding-bottom--md">
17451
+ <strong>vulnerableFunction</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
17452
+ <div class="padding-left--md">
17453
+
17454
+ The vulnerable function of the vulnerability.
17455
+
17456
+ </div>
17457
+
17458
+
17459
+
17460
+ </div>
17461
+
17462
+ <div class="padding-left--md padding-bottom--md">
17463
+ <strong>vulnerableFunctionInput</strong>: <a href="#vulnerablefunctioninput">VulnerableFunctionInput</a>
17464
+ <div class="padding-left--md">
17465
+
17466
+
17467
+
17468
+ </div>
17469
+
17470
+
17471
+
17041
17472
  </div>
17042
17473
 
17043
17474
 
@@ -21777,10 +22208,10 @@ Configuration scope
21777
22208
  </div>
21778
22209
 
21779
22210
  <div class="padding-left--md padding-bottom--md">
21780
- <strong>value</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
22211
+ <strong>value</strong>: <a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>
21781
22212
  <div class="padding-left--md">
21782
22213
 
21783
- Configuration
22214
+
21784
22215
 
21785
22216
  </div>
21786
22217
 
@@ -25463,7 +25894,7 @@ The number of OneAgents that are configured to use the network zone as primary.
25463
25894
 
25464
25895
  The number of OneAgents from other network zones that are using ActiveGates in the network zone.
25465
25896
 
25466
- This is a fraction of **numOfOneAgentsUsing**.
25897
+ This is a fraction of **numOfOneAgentsUsing**.
25467
25898
 
25468
25899
  One possible reason for switching to another zone is that a firewall is preventing a OneAgent from connecting to any ActiveGate in the preferred network zone.
25469
25900
 
@@ -25680,7 +26111,7 @@ A precondition for visibility of a property.
25680
26111
  </div>
25681
26112
 
25682
26113
  <div class="padding-left--md padding-bottom--md">
25683
- <strong>expectedValues</strong>: Array&lt;object&gt;
26114
+ <strong>expectedValues</strong>: Array&lt;<a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>&gt;
25684
26115
  <div class="padding-left--md">
25685
26116
 
25686
26117
  A list of valid values of the property.
@@ -30639,7 +31070,7 @@ bmStepTimeout - browser monitor single step execution timeout (ms)
30639
31070
  Contains information about on-demand executions triggered within the batch.
30640
31071
 
30641
31072
  <div class="padding-left--md padding-bottom--md">
30642
- <strong>batchId</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a>
31073
+ <strong>batchId</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
30643
31074
  <div class="padding-left--md">
30644
31075
 
30645
31076
  The identifier of the batch.
@@ -30992,7 +31423,19 @@ Contains parameters for the on-demand execution of monitors identified by tags,
30992
31423
  <strong>failOnPerformanceIssue</strong>: boolean
30993
31424
  <div class="padding-left--md">
30994
31425
 
30995
- If true, the status will be FAILED in case of performance issue.
31426
+ If true, the execution will fail in case of performance issue.
31427
+
31428
+ </div>
31429
+
31430
+
31431
+
31432
+ </div>
31433
+
31434
+ <div class="padding-left--md padding-bottom--md">
31435
+ <strong>failOnSslWarning</strong>: boolean
31436
+ <div class="padding-left--md">
31437
+
31438
+ 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.
30996
31439
 
30997
31440
  </div>
30998
31441
 
@@ -31904,10 +32347,10 @@ The identifier of the function to be called when the button is pressed
31904
32347
  </div>
31905
32348
 
31906
32349
  <div class="padding-left--md padding-bottom--md">
31907
- <strong>insertAfter</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
32350
+ <strong>insert</strong>: <a href="https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any">any</a>
31908
32351
  <div class="padding-left--md">
31909
32352
 
31910
- The path of a property where the button should be shown in the UI
32353
+
31911
32354
 
31912
32355
  </div>
31913
32356
 
@@ -32939,6 +33382,18 @@ The number of affected entities.
32939
33382
 
32940
33383
 
32941
33384
 
33385
+ </div>
33386
+
33387
+ <div class="padding-left--md padding-bottom--md">
33388
+ <strong>shortName</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
33389
+ <div class="padding-left--md">
33390
+
33391
+ The short, component-only name of the vulnerable component.
33392
+
33393
+ </div>
33394
+
33395
+
33396
+
32942
33397
  </div>
32943
33398
 
32944
33399
 
@@ -32994,6 +33449,78 @@ The function name of the vulnerable function.
32994
33449
 
32995
33450
 
32996
33451
 
33452
+ ### VulnerableFunctionInput
33453
+ <div class="padding-left--md">
33454
+
33455
+
33456
+
33457
+ Describes what got passed into the code level vulnerability.
33458
+
33459
+ <div class="padding-left--md padding-bottom--md">
33460
+ <strong>inputSegments</strong>: Array&lt;<a href="#vulnerablefunctioninputsegment">VulnerableFunctionInputSegment</a>&gt;
33461
+ <div class="padding-left--md">
33462
+
33463
+ A list of input segments.
33464
+
33465
+ </div>
33466
+
33467
+
33468
+
33469
+ </div>
33470
+
33471
+ <div class="padding-left--md padding-bottom--md">
33472
+ <strong>type</strong>: <a href="#vulnerablefunctioninputtype">VulnerableFunctionInputType</a>
33473
+ <div class="padding-left--md">
33474
+
33475
+
33476
+
33477
+ </div>
33478
+
33479
+
33480
+
33481
+ </div>
33482
+
33483
+
33484
+ </div>
33485
+
33486
+
33487
+
33488
+ ### VulnerableFunctionInputSegment
33489
+ <div class="padding-left--md">
33490
+
33491
+
33492
+
33493
+ Describes one segment that was passed into a vulnerable function.
33494
+
33495
+ <div class="padding-left--md padding-bottom--md">
33496
+ <strong>type</strong>: <a href="#vulnerablefunctioninputsegmenttype">VulnerableFunctionInputSegmentType</a>
33497
+ <div class="padding-left--md">
33498
+
33499
+
33500
+
33501
+ </div>
33502
+
33503
+
33504
+
33505
+ </div>
33506
+
33507
+ <div class="padding-left--md padding-bottom--md">
33508
+ <strong>value</strong>: <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a>
33509
+ <div class="padding-left--md">
33510
+
33511
+ The value of the input segment.
33512
+
33513
+ </div>
33514
+
33515
+
33516
+
33517
+ </div>
33518
+
33519
+
33520
+ </div>
33521
+
33522
+
33523
+
32997
33524
  ### VulnerableFunctionProcessGroups
32998
33525
  <div class="padding-left--md">
32999
33526
 
@@ -33180,3 +33707,2682 @@ The result is sorted based on the following criteria:
33180
33707
 
33181
33708
 
33182
33709
 
33710
+
33711
+ ## Enums
33712
+
33713
+
33714
+ ### AbstractCredentialsResponseElementScope
33715
+
33716
+ <div class="padding-left--md">
33717
+
33718
+ The scope of the credentials set.
33719
+
33720
+ #### Enum keys
33721
+
33722
+ <div class="padding-left--md">
33723
+
33724
+ `All` | `Extension` | `Synthetic` | `Unknown`
33725
+
33726
+ </div>
33727
+
33728
+
33729
+ </div>
33730
+
33731
+
33732
+
33733
+
33734
+ ### AbstractCredentialsResponseElementType
33735
+
33736
+ <div class="padding-left--md">
33737
+
33738
+ Defines the actual set of fields depending on the value. See one of the following objects:
33739
+
33740
+ * `USERNAME_PASSWORD` -&gt; CredentialsDetailsUsernamePasswordResponseElement
33741
+ * `CERTIFICATE` -&gt; CredentialsDetailsCertificateResponseElement
33742
+ * `TOKEN` -&gt; CredentialsDetailsTokenResponseElement
33743
+ * `PUBLIC_CERTIFICATE` -&gt; CredentialsDetailsCertificateResponseElement
33744
+
33745
+ #### Enum keys
33746
+
33747
+ <div class="padding-left--md">
33748
+
33749
+ `Certificate` | `PublicCertificate` | `Token` | `UsernamePassword`
33750
+
33751
+ </div>
33752
+
33753
+
33754
+ </div>
33755
+
33756
+
33757
+
33758
+
33759
+ ### AbstractSloAlertDtoAlertType
33760
+
33761
+ <div class="padding-left--md">
33762
+
33763
+ Defines the actual set of fields depending on the value. See one of the following objects:
33764
+
33765
+ * `BURN_RATE` -&gt; BurnRateAlert
33766
+ * `STATUS` -&gt; StatusAlert
33767
+
33768
+ #### Enum keys
33769
+
33770
+ <div class="padding-left--md">
33771
+
33772
+ `BurnRate` | `Status`
33773
+
33774
+ </div>
33775
+
33776
+
33777
+ </div>
33778
+
33779
+
33780
+
33781
+
33782
+ ### ActiveGateAutoUpdateConfigEffectiveSetting
33783
+
33784
+ <div class="padding-left--md">
33785
+
33786
+ The actual state of the ActiveGate auto-update.
33787
+
33788
+ Applicable only if the **setting** parameter is set to `INHERITED`. In that case, the value is taken from the parent setting. Otherwise, it's just a duplicate of the **setting** value.
33789
+
33790
+ #### Enum keys
33791
+
33792
+ <div class="padding-left--md">
33793
+
33794
+ `Disabled` | `Enabled`
33795
+
33796
+ </div>
33797
+
33798
+
33799
+ </div>
33800
+
33801
+
33802
+
33803
+
33804
+ ### ActiveGateAutoUpdateConfigSetting
33805
+
33806
+ <div class="padding-left--md">
33807
+
33808
+ The state of the ActiveGate auto-update: enabled, disabled, or inherited.
33809
+
33810
+ If set to `INHERITED`, the setting is inherited from the global configuration set on the environment or Managed cluster level.
33811
+
33812
+ #### Enum keys
33813
+
33814
+ <div class="padding-left--md">
33815
+
33816
+ `Disabled` | `Enabled` | `Inherited`
33817
+
33818
+ </div>
33819
+
33820
+
33821
+ </div>
33822
+
33823
+
33824
+
33825
+
33826
+ ### ActiveGateAutoUpdateStatus
33827
+
33828
+ <div class="padding-left--md">
33829
+
33830
+ The current status of auto-updates of the ActiveGate.
33831
+
33832
+ #### Enum keys
33833
+
33834
+ <div class="padding-left--md">
33835
+
33836
+ `Incompatible` | `Outdated` | `Scheduled` | `Suppressed` | `Unknown` | `Up2Date` | `UpdateInProgress` | `UpdatePending` | `UpdateProblem`
33837
+
33838
+ </div>
33839
+
33840
+
33841
+ </div>
33842
+
33843
+
33844
+
33845
+
33846
+ ### ActiveGateGlobalAutoUpdateConfigGlobalSetting
33847
+
33848
+ <div class="padding-left--md">
33849
+
33850
+ The state of auto-updates for all ActiveGates connected to the environment or Managed cluster.
33851
+
33852
+ This setting is inherited by all ActiveGates that have the `INHERITED` setting.
33853
+
33854
+ #### Enum keys
33855
+
33856
+ <div class="padding-left--md">
33857
+
33858
+ `Disabled` | `Enabled`
33859
+
33860
+ </div>
33861
+
33862
+
33863
+ </div>
33864
+
33865
+
33866
+
33867
+
33868
+ ### ActiveGateModuleType
33869
+
33870
+ <div class="padding-left--md">
33871
+
33872
+ The type of ActiveGate module.
33873
+
33874
+ #### Enum keys
33875
+
33876
+ <div class="padding-left--md">
33877
+
33878
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
33879
+
33880
+ </div>
33881
+
33882
+
33883
+ </div>
33884
+
33885
+
33886
+
33887
+
33888
+ ### ActiveGateOsArchitecture
33889
+
33890
+ <div class="padding-left--md">
33891
+
33892
+ The OS architecture that the ActiveGate is running on.
33893
+
33894
+ #### Enum keys
33895
+
33896
+ <div class="padding-left--md">
33897
+
33898
+ `S390` | `X86`
33899
+
33900
+ </div>
33901
+
33902
+
33903
+ </div>
33904
+
33905
+
33906
+
33907
+
33908
+ ### ActiveGateOsBitness
33909
+
33910
+ <div class="padding-left--md">
33911
+
33912
+ The OS bitness that the ActiveGate is running on.
33913
+
33914
+ #### Enum keys
33915
+
33916
+ <div class="padding-left--md">
33917
+
33918
+ `_64`
33919
+
33920
+ </div>
33921
+
33922
+
33923
+ </div>
33924
+
33925
+
33926
+
33927
+
33928
+ ### ActiveGateOsType
33929
+
33930
+ <div class="padding-left--md">
33931
+
33932
+ The OS type that the ActiveGate is running on.
33933
+
33934
+ #### Enum keys
33935
+
33936
+ <div class="padding-left--md">
33937
+
33938
+ `Linux` | `Windows`
33939
+
33940
+ </div>
33941
+
33942
+
33943
+ </div>
33944
+
33945
+
33946
+
33947
+
33948
+ ### ActiveGateTokenActiveGateType
33949
+
33950
+ <div class="padding-left--md">
33951
+
33952
+ The type of the ActiveGate for which the token is valid.
33953
+
33954
+ #### Enum keys
33955
+
33956
+ <div class="padding-left--md">
33957
+
33958
+ `Cluster` | `Environment`
33959
+
33960
+ </div>
33961
+
33962
+
33963
+ </div>
33964
+
33965
+
33966
+
33967
+
33968
+ ### ActiveGateTokenCreateActiveGateType
33969
+
33970
+ <div class="padding-left--md">
33971
+
33972
+ The type of the ActiveGate for which the token is valid.
33973
+
33974
+ #### Enum keys
33975
+
33976
+ <div class="padding-left--md">
33977
+
33978
+ `Cluster` | `Environment`
33979
+
33980
+ </div>
33981
+
33982
+
33983
+ </div>
33984
+
33985
+
33986
+
33987
+
33988
+ ### ActiveGateTokenInfoDtoState
33989
+
33990
+ <div class="padding-left--md">
33991
+
33992
+ State of the ActiveGate token.
33993
+
33994
+ #### Enum keys
33995
+
33996
+ <div class="padding-left--md">
33997
+
33998
+ `Absent` | `Expiring` | `Invalid` | `Unknown` | `Unsupported` | `Valid`
33999
+
34000
+ </div>
34001
+
34002
+
34003
+ </div>
34004
+
34005
+
34006
+
34007
+
34008
+ ### ActiveGateType
34009
+
34010
+ <div class="padding-left--md">
34011
+
34012
+ The type of the ActiveGate.
34013
+
34014
+ #### Enum keys
34015
+
34016
+ <div class="padding-left--md">
34017
+
34018
+ `Cluster` | `Environment` | `EnvironmentMulti`
34019
+
34020
+ </div>
34021
+
34022
+
34023
+ </div>
34024
+
34025
+
34026
+
34027
+
34028
+ ### ApiTokenCreateScopesItem
34029
+
34030
+ <div class="padding-left--md">
34031
+
34032
+
34033
+
34034
+ #### Enum keys
34035
+
34036
+ <div class="padding-left--md">
34037
+
34038
+ `ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `ApiTokensRead` | `ApiTokensWrite` | `AppMonIntegration` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubRead` | `HubWrite` | `InstallerDownload` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UserSessionAnonymization` | `WriteConfig`
34039
+
34040
+ </div>
34041
+
34042
+
34043
+ </div>
34044
+
34045
+
34046
+
34047
+
34048
+ ### ApiTokenScopesItem
34049
+
34050
+ <div class="padding-left--md">
34051
+
34052
+
34053
+
34054
+ #### Enum keys
34055
+
34056
+ <div class="padding-left--md">
34057
+
34058
+ `ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `ApiTokensRead` | `ApiTokensWrite` | `AppMonIntegration` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DiagnosticExport` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubRead` | `HubWrite` | `InstallerDownload` | `LogExport` | `LogsIngest` | `LogsRead` | `MemoryDump` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `Mobile` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UserSessionAnonymization` | `ViewDashboard` | `ViewReport` | `WriteConfig` | `WriteSyntheticData`
34059
+
34060
+ </div>
34061
+
34062
+
34063
+ </div>
34064
+
34065
+
34066
+
34067
+
34068
+ ### ApiTokenUpdateScopesItem
34069
+
34070
+ <div class="padding-left--md">
34071
+
34072
+
34073
+
34074
+ #### Enum keys
34075
+
34076
+ <div class="padding-left--md">
34077
+
34078
+ `ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `ApiTokensRead` | `ApiTokensWrite` | `AppMonIntegration` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubRead` | `HubWrite` | `InstallerDownload` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UserSessionAnonymization` | `WriteConfig`
34079
+
34080
+ </div>
34081
+
34082
+
34083
+ </div>
34084
+
34085
+
34086
+
34087
+
34088
+ ### AuditLogEntryCategory
34089
+
34090
+ <div class="padding-left--md">
34091
+
34092
+ The category of the recorded operation.
34093
+
34094
+ #### Enum keys
34095
+
34096
+ <div class="padding-left--md">
34097
+
34098
+ `ActiveGate` | `Agent` | `Config` | `DebugUi` | `ManualTaggingService` | `Token` | `WebUi`
34099
+
34100
+ </div>
34101
+
34102
+
34103
+ </div>
34104
+
34105
+
34106
+
34107
+
34108
+ ### AuditLogEntryEventType
34109
+
34110
+ <div class="padding-left--md">
34111
+
34112
+ The type of the recorded operation.
34113
+
34114
+ #### Enum keys
34115
+
34116
+ <div class="padding-left--md">
34117
+
34118
+ `Create` | `Delete` | `General` | `Get` | `Login` | `Logout` | `Patch` | `Post` | `Put` | `Read` | `RemoteConfigurationManagement` | `Revoke` | `TagAdd` | `TagRemove` | `TagUpdate` | `Update`
34119
+
34120
+ </div>
34121
+
34122
+
34123
+ </div>
34124
+
34125
+
34126
+
34127
+
34128
+ ### AuditLogEntryUserType
34129
+
34130
+ <div class="padding-left--md">
34131
+
34132
+ The type of the authentication of the **user**.
34133
+
34134
+ #### Enum keys
34135
+
34136
+ <div class="padding-left--md">
34137
+
34138
+ `PublicTokenIdentifier` | `RequestId` | `ServiceName` | `TokenHash` | `UserName`
34139
+
34140
+ </div>
34141
+
34142
+
34143
+ </div>
34144
+
34145
+
34146
+
34147
+
34148
+ ### CodeLevelVulnerabilityDetailsType
34149
+
34150
+ <div class="padding-left--md">
34151
+
34152
+ The type of code level vulnerability.
34153
+
34154
+ #### Enum keys
34155
+
34156
+ <div class="padding-left--md">
34157
+
34158
+ `CmdInjection` | `ImproperInputValidation` | `SqlInjection`
34159
+
34160
+ </div>
34161
+
34162
+
34163
+ </div>
34164
+
34165
+
34166
+
34167
+
34168
+ ### ComplexConstraintType
34169
+
34170
+ <div class="padding-left--md">
34171
+
34172
+ The type of the constraint.
34173
+
34174
+ #### Enum keys
34175
+
34176
+ <div class="padding-left--md">
34177
+
34178
+ `CustomValidatorRef` | `GreaterThan` | `GreaterThanOrEqual` | `LessThan` | `LessThanOrEqual` | `PropertyCountRange` | `Unknown`
34179
+
34180
+ </div>
34181
+
34182
+
34183
+ </div>
34184
+
34185
+
34186
+
34187
+
34188
+ ### ConstraintType
34189
+
34190
+ <div class="padding-left--md">
34191
+
34192
+ The type of the constraint.
34193
+
34194
+ #### Enum keys
34195
+
34196
+ <div class="padding-left--md">
34197
+
34198
+ `CustomValidatorRef` | `Length` | `NoWhitespace` | `NotBlank` | `NotEmpty` | `Pattern` | `Range` | `Regex` | `Trimmed` | `Unique` | `Unknown`
34199
+
34200
+ </div>
34201
+
34202
+
34203
+ </div>
34204
+
34205
+
34206
+
34207
+
34208
+ ### ConstraintViolationParameterLocation
34209
+
34210
+ <div class="padding-left--md">
34211
+
34212
+
34213
+
34214
+ #### Enum keys
34215
+
34216
+ <div class="padding-left--md">
34217
+
34218
+ `Path` | `PayloadBody` | `Query`
34219
+
34220
+ </div>
34221
+
34222
+
34223
+ </div>
34224
+
34225
+
34226
+
34227
+
34228
+ ### CreateAlertQueryTimeFrame
34229
+
34230
+ <div class="padding-left--md">
34231
+
34232
+
34233
+
34234
+ #### Enum keys
34235
+
34236
+ <div class="padding-left--md">
34237
+
34238
+ `Current` | `Gtf`
34239
+
34240
+ </div>
34241
+
34242
+
34243
+ </div>
34244
+
34245
+
34246
+
34247
+
34248
+ ### CredentialsResponseElementScope
34249
+
34250
+ <div class="padding-left--md">
34251
+
34252
+ The scope of the credentials set.
34253
+
34254
+ #### Enum keys
34255
+
34256
+ <div class="padding-left--md">
34257
+
34258
+ `All` | `AppEngine` | `Extension` | `Synthetic` | `Unknown`
34259
+
34260
+ </div>
34261
+
34262
+
34263
+ </div>
34264
+
34265
+
34266
+
34267
+
34268
+ ### CredentialsResponseElementType
34269
+
34270
+ <div class="padding-left--md">
34271
+
34272
+ The type of the credentials set.
34273
+
34274
+ #### Enum keys
34275
+
34276
+ <div class="padding-left--md">
34277
+
34278
+ `Certificate` | `PublicCertificate` | `Token` | `Unknown` | `UsernamePassword`
34279
+
34280
+ </div>
34281
+
34282
+
34283
+ </div>
34284
+
34285
+
34286
+
34287
+
34288
+ ### CredentialsScope
34289
+
34290
+ <div class="padding-left--md">
34291
+
34292
+ The scope of the credentials set.
34293
+
34294
+ #### Enum keys
34295
+
34296
+ <div class="padding-left--md">
34297
+
34298
+ `All` | `AppEngine` | `Extension` | `Synthetic` | `Unknown`
34299
+
34300
+ </div>
34301
+
34302
+
34303
+ </div>
34304
+
34305
+
34306
+
34307
+
34308
+ ### CredentialsType
34309
+
34310
+ <div class="padding-left--md">
34311
+
34312
+ Defines the actual set of fields depending on the value. See one of the following objects:
34313
+
34314
+ * `CERTIFICATE` -&gt; CertificateCredentials
34315
+ * `PUBLIC_CERTIFICATE` -&gt; PublicCertificateCredentials
34316
+ * `USERNAME_PASSWORD` -&gt; UserPasswordCredentials
34317
+ * `TOKEN` -&gt; TokenCredentials
34318
+
34319
+ #### Enum keys
34320
+
34321
+ <div class="padding-left--md">
34322
+
34323
+ `Certificate` | `PublicCertificate` | `Token` | `UsernamePassword`
34324
+
34325
+ </div>
34326
+
34327
+
34328
+ </div>
34329
+
34330
+
34331
+
34332
+
34333
+ ### DatasourceDefinitionResetValue
34334
+
34335
+ <div class="padding-left--md">
34336
+
34337
+ When to reset datasource value in the UI on filter change.
34338
+
34339
+ #### Enum keys
34340
+
34341
+ <div class="padding-left--md">
34342
+
34343
+ `Always` | `InvalidOnly` | `Never`
34344
+
34345
+ </div>
34346
+
34347
+
34348
+ </div>
34349
+
34350
+
34351
+
34352
+
34353
+ ### DavisSecurityAdviceAdviceType
34354
+
34355
+ <div class="padding-left--md">
34356
+
34357
+ The type of the advice.
34358
+
34359
+ #### Enum keys
34360
+
34361
+ <div class="padding-left--md">
34362
+
34363
+ `Upgrade`
34364
+
34365
+ </div>
34366
+
34367
+
34368
+ </div>
34369
+
34370
+
34371
+
34372
+
34373
+ ### DavisSecurityAdviceTechnology
34374
+
34375
+ <div class="padding-left--md">
34376
+
34377
+ The technology of the vulnerable component.
34378
+
34379
+ #### Enum keys
34380
+
34381
+ <div class="padding-left--md">
34382
+
34383
+ `Dotnet` | `Go` | `Java` | `Kubernetes` | `NodeJs` | `Php`
34384
+
34385
+ </div>
34386
+
34387
+
34388
+ </div>
34389
+
34390
+
34391
+
34392
+
34393
+ ### EnumTypeType
34394
+
34395
+ <div class="padding-left--md">
34396
+
34397
+ The type of the property.
34398
+
34399
+ #### Enum keys
34400
+
34401
+ <div class="padding-left--md">
34402
+
34403
+ `Enum`
34404
+
34405
+ </div>
34406
+
34407
+
34408
+ </div>
34409
+
34410
+
34411
+
34412
+
34413
+ ### EventIngestEventType
34414
+
34415
+ <div class="padding-left--md">
34416
+
34417
+ The type of the event.
34418
+
34419
+ #### Enum keys
34420
+
34421
+ <div class="padding-left--md">
34422
+
34423
+ `AvailabilityEvent` | `CustomAlert` | `CustomAnnotation` | `CustomConfiguration` | `CustomDeployment` | `CustomInfo` | `ErrorEvent` | `MarkedForTermination` | `PerformanceEvent` | `ResourceContentionEvent`
34424
+
34425
+ </div>
34426
+
34427
+
34428
+ </div>
34429
+
34430
+
34431
+
34432
+
34433
+ ### EventIngestResultStatus
34434
+
34435
+ <div class="padding-left--md">
34436
+
34437
+ The status of the ingestion.
34438
+
34439
+ #### Enum keys
34440
+
34441
+ <div class="padding-left--md">
34442
+
34443
+ `InvalidEntityType` | `InvalidMetadata` | `InvalidTimestamps` | `Ok`
34444
+
34445
+ </div>
34446
+
34447
+
34448
+ </div>
34449
+
34450
+
34451
+
34452
+
34453
+ ### EventStatus
34454
+
34455
+ <div class="padding-left--md">
34456
+
34457
+ The status of the event.
34458
+
34459
+ #### Enum keys
34460
+
34461
+ <div class="padding-left--md">
34462
+
34463
+ `Closed` | `Open`
34464
+
34465
+ </div>
34466
+
34467
+
34468
+ </div>
34469
+
34470
+
34471
+
34472
+
34473
+ ### EventTypeSeverityLevel
34474
+
34475
+ <div class="padding-left--md">
34476
+
34477
+ The severity level associated with the event type.
34478
+
34479
+ #### Enum keys
34480
+
34481
+ <div class="padding-left--md">
34482
+
34483
+ `Availability` | `CustomAlert` | `Error` | `Info` | `MonitoringUnavailable` | `Performance` | `ResourceContention`
34484
+
34485
+ </div>
34486
+
34487
+
34488
+ </div>
34489
+
34490
+
34491
+
34492
+
34493
+ ### EvidenceEvidenceType
34494
+
34495
+ <div class="padding-left--md">
34496
+
34497
+ Defines the actual set of fields depending on the value. See one of the following objects:
34498
+
34499
+ * `EVENT` -&gt; EventEvidence
34500
+ * `METRIC` -&gt; MetricEvidence
34501
+ * `TRANSACTIONAL` -&gt; TransactionalEvidence
34502
+ * `MAINTENANCE_WINDOW` -&gt; MaintenanceWindowEvidence
34503
+ * `AVAILABILITY_EVIDENCE` -&gt; AvailabilityEvidence
34504
+
34505
+ #### Enum keys
34506
+
34507
+ <div class="padding-left--md">
34508
+
34509
+ `AvailabilityEvidence` | `Event` | `MaintenanceWindow` | `Metric` | `Transactional`
34510
+
34511
+ </div>
34512
+
34513
+
34514
+ </div>
34515
+
34516
+
34517
+
34518
+
34519
+ ### ExecutionStepMonitorType
34520
+
34521
+ <div class="padding-left--md">
34522
+
34523
+ Defines the actual set of fields depending on the value. See one of the following objects:
34524
+
34525
+ * `BROWSER` -&gt; BMAction
34526
+ * `HTTP` -&gt; MonitorRequestExecutionResult
34527
+
34528
+ #### Enum keys
34529
+
34530
+ <div class="padding-left--md">
34531
+
34532
+ `Browser` | `Http`
34533
+
34534
+ </div>
34535
+
34536
+
34537
+ </div>
34538
+
34539
+
34540
+
34541
+
34542
+ ### ExtensionEventDtoStatus
34543
+
34544
+ <div class="padding-left--md">
34545
+
34546
+ Status of the event
34547
+
34548
+ #### Enum keys
34549
+
34550
+ <div class="padding-left--md">
34551
+
34552
+ `Error` | `Info` | `None` | `Warn`
34553
+
34554
+ </div>
34555
+
34556
+
34557
+ </div>
34558
+
34559
+
34560
+
34561
+
34562
+ ### ExtensionStatusDtoStatus
34563
+
34564
+ <div class="padding-left--md">
34565
+
34566
+ Latest status of given configuration.
34567
+
34568
+ #### Enum keys
34569
+
34570
+ <div class="padding-left--md">
34571
+
34572
+ `Error` | `Ok` | `Unknown`
34573
+
34574
+ </div>
34575
+
34576
+
34577
+ </div>
34578
+
34579
+
34580
+
34581
+
34582
+ ### ExternalVaultConfigSourceAuthMethod
34583
+
34584
+ <div class="padding-left--md">
34585
+
34586
+ Defines the actual set of fields depending on the value. See one of the following objects:
34587
+
34588
+ * `HASHICORP_VAULT_APPROLE` -&gt; HashicorpApproleConfig
34589
+ * `HASHICORP_VAULT_CERTIFICATE` -&gt; HashicorpCertificateConfig
34590
+ * `AZURE_KEY_VAULT_CLIENT_SECRET` -&gt; AzureClientSecretConfig
34591
+
34592
+ #### Enum keys
34593
+
34594
+ <div class="padding-left--md">
34595
+
34596
+ `AzureKeyVaultClientSecret` | `HashicorpVaultApprole` | `HashicorpVaultCertificate`
34597
+
34598
+ </div>
34599
+
34600
+
34601
+ </div>
34602
+
34603
+
34604
+
34605
+
34606
+ ### ExternalVaultConfigType
34607
+
34608
+ <div class="padding-left--md">
34609
+
34610
+
34611
+
34612
+ #### Enum keys
34613
+
34614
+ <div class="padding-left--md">
34615
+
34616
+ `AzureCertificateModel` | `AzureClientSecretModel` | `HashicorpApproleModel` | `HashicorpCertificateModel`
34617
+
34618
+ </div>
34619
+
34620
+
34621
+ </div>
34622
+
34623
+
34624
+
34625
+
34626
+ ### ExternalVaultSourceAuthMethod
34627
+
34628
+ <div class="padding-left--md">
34629
+
34630
+ Defines the actual set of fields depending on the value. See one of the following objects:
34631
+
34632
+ * `HASHICORP_VAULT_APPROLE` -&gt; HashicorpApprole
34633
+ * `HASHICORP_VAULT_CERTIFICATE` -&gt; HashicorpCertificate
34634
+ * `AZURE_KEY_VAULT_CLIENT_SECRET` -&gt; AzureClientSecret
34635
+
34636
+ #### Enum keys
34637
+
34638
+ <div class="padding-left--md">
34639
+
34640
+ `AzureKeyVaultClientSecret` | `HashicorpVaultApprole` | `HashicorpVaultCertificate`
34641
+
34642
+ </div>
34643
+
34644
+
34645
+ </div>
34646
+
34647
+
34648
+
34649
+
34650
+ ### FilterType
34651
+
34652
+ <div class="padding-left--md">
34653
+
34654
+ Type of this filter, determines which other fields are present.Can be any of:
34655
+ * `eq`,
34656
+ * `ne`,
34657
+ * `prefix`,
34658
+ * `in`,
34659
+ * `remainder`,
34660
+ * `suffix`,
34661
+ * `contains`,
34662
+ * `existsKey`,
34663
+ * `series`,
34664
+ * `or`,
34665
+ * `and`,
34666
+ * `not`,
34667
+ * `ge`,
34668
+ * `gt`,
34669
+ * `le`,
34670
+ * `lt`,
34671
+ * `otherwise`.
34672
+
34673
+ #### Enum keys
34674
+
34675
+ <div class="padding-left--md">
34676
+
34677
+ `And` | `Contains` | `Eq` | `ExistsKey` | `Ge` | `Gt` | `In` | `Le` | `Lt` | `Ne` | `Not` | `Or` | `Otherwise` | `Prefix` | `Remainder` | `Series` | `Suffix`
34678
+
34679
+ </div>
34680
+
34681
+
34682
+ </div>
34683
+
34684
+
34685
+
34686
+
34687
+ ### GetAllActiveGatesQueryAutoUpdate
34688
+
34689
+ <div class="padding-left--md">
34690
+
34691
+
34692
+
34693
+ #### Enum keys
34694
+
34695
+ <div class="padding-left--md">
34696
+
34697
+ `Disabled` | `Enabled`
34698
+
34699
+ </div>
34700
+
34701
+
34702
+ </div>
34703
+
34704
+
34705
+
34706
+
34707
+ ### GetAllActiveGatesQueryDisabledModuleItem
34708
+
34709
+ <div class="padding-left--md">
34710
+
34711
+
34712
+
34713
+ #### Enum keys
34714
+
34715
+ <div class="padding-left--md">
34716
+
34717
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
34718
+
34719
+ </div>
34720
+
34721
+
34722
+ </div>
34723
+
34724
+
34725
+
34726
+
34727
+ ### GetAllActiveGatesQueryEnabledModuleItem
34728
+
34729
+ <div class="padding-left--md">
34730
+
34731
+
34732
+
34733
+ #### Enum keys
34734
+
34735
+ <div class="padding-left--md">
34736
+
34737
+ `Aws` | `Azure` | `BeaconForwarder` | `CloudFoundry` | `DbInsight` | `ExtensionsV1` | `ExtensionsV2` | `Kubernetes` | `Logs` | `MemoryDumps` | `MetricApi` | `OneAgentRouting` | `OtlpIngest` | `RestApi` | `Synthetic` | `Vmware` | `ZOs`
34738
+
34739
+ </div>
34740
+
34741
+
34742
+ </div>
34743
+
34744
+
34745
+
34746
+
34747
+ ### GetAllActiveGatesQueryOsType
34748
+
34749
+ <div class="padding-left--md">
34750
+
34751
+
34752
+
34753
+ #### Enum keys
34754
+
34755
+ <div class="padding-left--md">
34756
+
34757
+ `Linux` | `Windows`
34758
+
34759
+ </div>
34760
+
34761
+
34762
+ </div>
34763
+
34764
+
34765
+
34766
+
34767
+ ### GetAllActiveGatesQueryTokenState
34768
+
34769
+ <div class="padding-left--md">
34770
+
34771
+
34772
+
34773
+ #### Enum keys
34774
+
34775
+ <div class="padding-left--md">
34776
+
34777
+ `Absent` | `Expiring` | `Invalid` | `Unknown` | `Unsupported` | `Valid`
34778
+
34779
+ </div>
34780
+
34781
+
34782
+ </div>
34783
+
34784
+
34785
+
34786
+
34787
+ ### GetAllActiveGatesQueryType
34788
+
34789
+ <div class="padding-left--md">
34790
+
34791
+
34792
+
34793
+ #### Enum keys
34794
+
34795
+ <div class="padding-left--md">
34796
+
34797
+ `Environment` | `EnvironmentMulti`
34798
+
34799
+ </div>
34800
+
34801
+
34802
+ </div>
34803
+
34804
+
34805
+
34806
+
34807
+ ### GetAllActiveGatesQueryUpdateStatus
34808
+
34809
+ <div class="padding-left--md">
34810
+
34811
+
34812
+
34813
+ #### Enum keys
34814
+
34815
+ <div class="padding-left--md">
34816
+
34817
+ `Incompatible` | `Outdated` | `Scheduled` | `Suppressed` | `Unknown` | `Up2Date` | `UpdateInProgress` | `UpdatePending` | `UpdateProblem`
34818
+
34819
+ </div>
34820
+
34821
+
34822
+ </div>
34823
+
34824
+
34825
+
34826
+
34827
+ ### GetAllActiveGatesQueryVersionCompareType
34828
+
34829
+ <div class="padding-left--md">
34830
+
34831
+
34832
+
34833
+ #### Enum keys
34834
+
34835
+ <div class="padding-left--md">
34836
+
34837
+ `Equal` | `Greater` | `GreaterEqual` | `Lower` | `LowerEqual`
34838
+
34839
+ </div>
34840
+
34841
+
34842
+ </div>
34843
+
34844
+
34845
+
34846
+
34847
+ ### GetAllUpdateJobListQueryStartVersionCompareType
34848
+
34849
+ <div class="padding-left--md">
34850
+
34851
+
34852
+
34853
+ #### Enum keys
34854
+
34855
+ <div class="padding-left--md">
34856
+
34857
+ `Equal` | `Greater` | `GreaterEqual` | `Lower` | `LowerEqual`
34858
+
34859
+ </div>
34860
+
34861
+
34862
+ </div>
34863
+
34864
+
34865
+
34866
+
34867
+ ### GetAllUpdateJobListQueryTargetVersionCompareType
34868
+
34869
+ <div class="padding-left--md">
34870
+
34871
+
34872
+
34873
+ #### Enum keys
34874
+
34875
+ <div class="padding-left--md">
34876
+
34877
+ `Equal` | `Greater` | `GreaterEqual` | `Lower` | `LowerEqual`
34878
+
34879
+ </div>
34880
+
34881
+
34882
+ </div>
34883
+
34884
+
34885
+
34886
+
34887
+ ### GetAllUpdateJobListQueryUpdateType
34888
+
34889
+ <div class="padding-left--md">
34890
+
34891
+
34892
+
34893
+ #### Enum keys
34894
+
34895
+ <div class="padding-left--md">
34896
+
34897
+ `ActiveGate` | `RemotePluginAgent` | `Synthetic` | `ZRemote`
34898
+
34899
+ </div>
34900
+
34901
+
34902
+ </div>
34903
+
34904
+
34905
+
34906
+
34907
+ ### GetEnvironmentConfigurationEventsQueryStatus
34908
+
34909
+ <div class="padding-left--md">
34910
+
34911
+
34912
+
34913
+ #### Enum keys
34914
+
34915
+ <div class="padding-left--md">
34916
+
34917
+ `Error` | `Info` | `None` | `Warn`
34918
+
34919
+ </div>
34920
+
34921
+
34922
+ </div>
34923
+
34924
+
34925
+
34926
+
34927
+ ### GetExecutionResultPathResultType
34928
+
34929
+ <div class="padding-left--md">
34930
+
34931
+
34932
+
34933
+ #### Enum keys
34934
+
34935
+ <div class="padding-left--md">
34936
+
34937
+ `Failed` | `Success`
34938
+
34939
+ </div>
34940
+
34941
+
34942
+ </div>
34943
+
34944
+
34945
+
34946
+
34947
+ ### GetExecutionsQueryExecutionStage
34948
+
34949
+ <div class="padding-left--md">
34950
+
34951
+
34952
+
34953
+ #### Enum keys
34954
+
34955
+ <div class="padding-left--md">
34956
+
34957
+ `DataRetrieved` | `Executed` | `Triggered`
34958
+
34959
+ </div>
34960
+
34961
+
34962
+ </div>
34963
+
34964
+
34965
+
34966
+
34967
+ ### GetExecutionsQuerySource
34968
+
34969
+ <div class="padding-left--md">
34970
+
34971
+
34972
+
34973
+ #### Enum keys
34974
+
34975
+ <div class="padding-left--md">
34976
+
34977
+ `Api` | `Ui`
34978
+
34979
+ </div>
34980
+
34981
+
34982
+ </div>
34983
+
34984
+
34985
+
34986
+
34987
+ ### GetExtensionMonitoringConfigurationEventsQueryStatus
34988
+
34989
+ <div class="padding-left--md">
34990
+
34991
+
34992
+
34993
+ #### Enum keys
34994
+
34995
+ <div class="padding-left--md">
34996
+
34997
+ `Error` | `Info` | `None` | `Warn`
34998
+
34999
+ </div>
35000
+
35001
+
35002
+ </div>
35003
+
35004
+
35005
+
35006
+
35007
+ ### GetHostStatsQueryFilter
35008
+
35009
+ <div class="padding-left--md">
35010
+
35011
+
35012
+
35013
+ #### Enum keys
35014
+
35015
+ <div class="padding-left--md">
35016
+
35017
+ `All` | `ConfiguredButNotConnectedOnly` | `ConnectedAsAlternativeOnly` | `ConnectedAsFailoverOnly` | `ConnectedAsFailoverWithoutOwnActiveGatesOnly`
35018
+
35019
+ </div>
35020
+
35021
+
35022
+ </div>
35023
+
35024
+
35025
+
35026
+
35027
+ ### GetSloByIdQueryTimeFrame
35028
+
35029
+ <div class="padding-left--md">
35030
+
35031
+
35032
+
35033
+ #### Enum keys
35034
+
35035
+ <div class="padding-left--md">
35036
+
35037
+ `Current` | `Gtf`
35038
+
35039
+ </div>
35040
+
35041
+
35042
+ </div>
35043
+
35044
+
35045
+
35046
+
35047
+ ### GetSloQueryEnabledSlos
35048
+
35049
+ <div class="padding-left--md">
35050
+
35051
+
35052
+
35053
+ #### Enum keys
35054
+
35055
+ <div class="padding-left--md">
35056
+
35057
+ `All` | `False` | `True`
35058
+
35059
+ </div>
35060
+
35061
+
35062
+ </div>
35063
+
35064
+
35065
+
35066
+
35067
+ ### GetSloQueryEvaluate
35068
+
35069
+ <div class="padding-left--md">
35070
+
35071
+
35072
+
35073
+ #### Enum keys
35074
+
35075
+ <div class="padding-left--md">
35076
+
35077
+ `False` | `True`
35078
+
35079
+ </div>
35080
+
35081
+
35082
+ </div>
35083
+
35084
+
35085
+
35086
+
35087
+ ### GetSloQueryTimeFrame
35088
+
35089
+ <div class="padding-left--md">
35090
+
35091
+
35092
+
35093
+ #### Enum keys
35094
+
35095
+ <div class="padding-left--md">
35096
+
35097
+ `Current` | `Gtf`
35098
+
35099
+ </div>
35100
+
35101
+
35102
+ </div>
35103
+
35104
+
35105
+
35106
+
35107
+ ### GetUpdateJobListByAgIdQueryStartVersionCompareType
35108
+
35109
+ <div class="padding-left--md">
35110
+
35111
+
35112
+
35113
+ #### Enum keys
35114
+
35115
+ <div class="padding-left--md">
35116
+
35117
+ `Equal` | `Greater` | `GreaterEqual` | `Lower` | `LowerEqual`
35118
+
35119
+ </div>
35120
+
35121
+
35122
+ </div>
35123
+
35124
+
35125
+
35126
+
35127
+ ### GetUpdateJobListByAgIdQueryTargetVersionCompareType
35128
+
35129
+ <div class="padding-left--md">
35130
+
35131
+
35132
+
35133
+ #### Enum keys
35134
+
35135
+ <div class="padding-left--md">
35136
+
35137
+ `Equal` | `Greater` | `GreaterEqual` | `Lower` | `LowerEqual`
35138
+
35139
+ </div>
35140
+
35141
+
35142
+ </div>
35143
+
35144
+
35145
+
35146
+
35147
+ ### GetUpdateJobListByAgIdQueryUpdateType
35148
+
35149
+ <div class="padding-left--md">
35150
+
35151
+
35152
+
35153
+ #### Enum keys
35154
+
35155
+ <div class="padding-left--md">
35156
+
35157
+ `ActiveGate` | `RemotePluginAgent` | `Synthetic` | `ZRemote`
35158
+
35159
+ </div>
35160
+
35161
+
35162
+ </div>
35163
+
35164
+
35165
+
35166
+
35167
+ ### ImpactImpactType
35168
+
35169
+ <div class="padding-left--md">
35170
+
35171
+ Defines the actual set of fields depending on the value. See one of the following objects:
35172
+
35173
+ * `SERVICE` -&gt; ServiceImpact
35174
+ * `APPLICATION` -&gt; ApplicationImpact
35175
+ * `MOBILE` -&gt; MobileImpact
35176
+ * `CUSTOM_APPLICATION` -&gt; CustomApplicationImpact
35177
+
35178
+ #### Enum keys
35179
+
35180
+ <div class="padding-left--md">
35181
+
35182
+ `Application` | `CustomApplication` | `Mobile` | `Service`
35183
+
35184
+ </div>
35185
+
35186
+
35187
+ </div>
35188
+
35189
+
35190
+
35191
+
35192
+ ### ListCredentialsQueryType
35193
+
35194
+ <div class="padding-left--md">
35195
+
35196
+
35197
+
35198
+ #### Enum keys
35199
+
35200
+ <div class="padding-left--md">
35201
+
35202
+ `Certificate` | `Token` | `UsernamePassword`
35203
+
35204
+ </div>
35205
+
35206
+
35207
+ </div>
35208
+
35209
+
35210
+
35211
+
35212
+ ### LogRecordEventType
35213
+
35214
+ <div class="padding-left--md">
35215
+
35216
+ Type of event
35217
+
35218
+ #### Enum keys
35219
+
35220
+ <div class="padding-left--md">
35221
+
35222
+ `K8S` | `Log` | `Sfm`
35223
+
35224
+ </div>
35225
+
35226
+
35227
+ </div>
35228
+
35229
+
35230
+
35231
+
35232
+ ### LogRecordStatus
35233
+
35234
+ <div class="padding-left--md">
35235
+
35236
+ The log status (based on the log level).
35237
+
35238
+ #### Enum keys
35239
+
35240
+ <div class="padding-left--md">
35241
+
35242
+ `Error` | `Info` | `None` | `NotApplicable` | `Warn`
35243
+
35244
+ </div>
35245
+
35246
+
35247
+ </div>
35248
+
35249
+
35250
+
35251
+
35252
+ ### MetricDefaultAggregationType
35253
+
35254
+ <div class="padding-left--md">
35255
+
35256
+ The type of default aggregation.
35257
+
35258
+ #### Enum keys
35259
+
35260
+ <div class="padding-left--md">
35261
+
35262
+ `Auto` | `Avg` | `Count` | `Max` | `Median` | `Min` | `Percentile` | `Sum` | `Value`
35263
+
35264
+ </div>
35265
+
35266
+
35267
+ </div>
35268
+
35269
+
35270
+
35271
+
35272
+ ### MetricDescriptorAggregationTypesItem
35273
+
35274
+ <div class="padding-left--md">
35275
+
35276
+
35277
+
35278
+ #### Enum keys
35279
+
35280
+ <div class="padding-left--md">
35281
+
35282
+ `Auto` | `Avg` | `Count` | `Max` | `Median` | `Min` | `Percentile` | `Sum` | `Value`
35283
+
35284
+ </div>
35285
+
35286
+
35287
+ </div>
35288
+
35289
+
35290
+
35291
+
35292
+ ### MetricDescriptorTransformationsItem
35293
+
35294
+ <div class="padding-left--md">
35295
+
35296
+
35297
+
35298
+ #### Enum keys
35299
+
35300
+ <div class="padding-left--md">
35301
+
35302
+ `AsGauge` | `Default` | `Delta` | `EvaluateModel` | `Filter` | `Fold` | `Last` | `LastReal` | `Limit` | `Merge` | `Names` | `Parents` | `Partition` | `Rate` | `Rollup` | `SetUnit` | `Smooth` | `Sort` | `SplitBy` | `Timeshift` | `ToUnit`
35303
+
35304
+ </div>
35305
+
35306
+
35307
+ </div>
35308
+
35309
+
35310
+
35311
+
35312
+ ### MetricDescriptorUnitDisplayFormat
35313
+
35314
+ <div class="padding-left--md">
35315
+
35316
+ The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:
35317
+
35318
+ Binary: 1 MiB = 1024 KiB = 1,048,576 bytes
35319
+
35320
+ Decimal: 1 MB = 1000 kB = 1,000,000 bytes
35321
+
35322
+ If not set, the decimal system is used.
35323
+
35324
+ [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
35325
+
35326
+ #### Enum keys
35327
+
35328
+ <div class="padding-left--md">
35329
+
35330
+ `Binary` | `Decimal`
35331
+
35332
+ </div>
35333
+
35334
+
35335
+ </div>
35336
+
35337
+
35338
+
35339
+
35340
+ ### MetricDimensionDefinitionType
35341
+
35342
+ <div class="padding-left--md">
35343
+
35344
+ The type of the dimension.
35345
+
35346
+ #### Enum keys
35347
+
35348
+ <div class="padding-left--md">
35349
+
35350
+ `Entity` | `Number` | `Other` | `String` | `Void`
35351
+
35352
+ </div>
35353
+
35354
+
35355
+ </div>
35356
+
35357
+
35358
+
35359
+
35360
+ ### MetricValueTypeType
35361
+
35362
+ <div class="padding-left--md">
35363
+
35364
+ The metric value type
35365
+
35366
+ #### Enum keys
35367
+
35368
+ <div class="padding-left--md">
35369
+
35370
+ `Error` | `Score` | `Unknown`
35371
+
35372
+ </div>
35373
+
35374
+
35375
+ </div>
35376
+
35377
+
35378
+
35379
+
35380
+ ### MuteStateReason
35381
+
35382
+ <div class="padding-left--md">
35383
+
35384
+ The reason for the mute state change.
35385
+
35386
+ #### Enum keys
35387
+
35388
+ <div class="padding-left--md">
35389
+
35390
+ `Affected` | `ConfigurationNotAffected` | `FalsePositive` | `Ignore` | `InitialState` | `Other` | `VulnerableCodeNotInUse`
35391
+
35392
+ </div>
35393
+
35394
+
35395
+ </div>
35396
+
35397
+
35398
+
35399
+
35400
+ ### PreconditionType
35401
+
35402
+ <div class="padding-left--md">
35403
+
35404
+ The type of the precondition.
35405
+
35406
+ #### Enum keys
35407
+
35408
+ <div class="padding-left--md">
35409
+
35410
+ `And` | `Equals` | `In` | `Not` | `Null` | `Or` | `RegexMatch`
35411
+
35412
+ </div>
35413
+
35414
+
35415
+ </div>
35416
+
35417
+
35418
+
35419
+
35420
+ ### ProblemImpactLevel
35421
+
35422
+ <div class="padding-left--md">
35423
+
35424
+ The impact level of the problem. It shows what is affected by the problem.
35425
+
35426
+ #### Enum keys
35427
+
35428
+ <div class="padding-left--md">
35429
+
35430
+ `Application` | `Environment` | `Infrastructure` | `Services`
35431
+
35432
+ </div>
35433
+
35434
+
35435
+ </div>
35436
+
35437
+
35438
+
35439
+
35440
+ ### ProblemSeverityLevel
35441
+
35442
+ <div class="padding-left--md">
35443
+
35444
+ The severity of the problem.
35445
+
35446
+ #### Enum keys
35447
+
35448
+ <div class="padding-left--md">
35449
+
35450
+ `Availability` | `CustomAlert` | `Error` | `Info` | `MonitoringUnavailable` | `Performance` | `ResourceContention`
35451
+
35452
+ </div>
35453
+
35454
+
35455
+ </div>
35456
+
35457
+
35458
+
35459
+
35460
+ ### ProblemStatus
35461
+
35462
+ <div class="padding-left--md">
35463
+
35464
+ The status of the problem.
35465
+
35466
+ #### Enum keys
35467
+
35468
+ <div class="padding-left--md">
35469
+
35470
+ `Closed` | `Open`
35471
+
35472
+ </div>
35473
+
35474
+
35475
+ </div>
35476
+
35477
+
35478
+
35479
+
35480
+ ### PropertyDefinitionModificationPolicy
35481
+
35482
+ <div class="padding-left--md">
35483
+
35484
+ Modification policy of the property.
35485
+
35486
+ #### Enum keys
35487
+
35488
+ <div class="padding-left--md">
35489
+
35490
+ `Always` | `Default` | `Never`
35491
+
35492
+ </div>
35493
+
35494
+
35495
+ </div>
35496
+
35497
+
35498
+
35499
+
35500
+ ### RelatedServiceExposure
35501
+
35502
+ <div class="padding-left--md">
35503
+
35504
+ The level of exposure of the service.
35505
+
35506
+ #### Enum keys
35507
+
35508
+ <div class="padding-left--md">
35509
+
35510
+ `NotAvailable` | `NotDetected` | `PublicNetwork`
35511
+
35512
+ </div>
35513
+
35514
+
35515
+ </div>
35516
+
35517
+
35518
+
35519
+
35520
+ ### RemediationAssessmentDataAssets
35521
+
35522
+ <div class="padding-left--md">
35523
+
35524
+ The reachability of related data assets by affected entities.
35525
+
35526
+ #### Enum keys
35527
+
35528
+ <div class="padding-left--md">
35529
+
35530
+ `NotAvailable` | `NotDetected` | `Reachable`
35531
+
35532
+ </div>
35533
+
35534
+
35535
+ </div>
35536
+
35537
+
35538
+
35539
+
35540
+ ### RemediationAssessmentExposure
35541
+
35542
+ <div class="padding-left--md">
35543
+
35544
+ The level of exposure of affected entities.
35545
+
35546
+ #### Enum keys
35547
+
35548
+ <div class="padding-left--md">
35549
+
35550
+ `NotAvailable` | `NotDetected` | `PublicNetwork`
35551
+
35552
+ </div>
35553
+
35554
+
35555
+ </div>
35556
+
35557
+
35558
+
35559
+
35560
+ ### RemediationAssessmentVulnerableFunctionUsage
35561
+
35562
+ <div class="padding-left--md">
35563
+
35564
+ The usage of vulnerable functions
35565
+
35566
+ #### Enum keys
35567
+
35568
+ <div class="padding-left--md">
35569
+
35570
+ `InUse` | `NotAvailable` | `NotInUse`
35571
+
35572
+ </div>
35573
+
35574
+
35575
+ </div>
35576
+
35577
+
35578
+
35579
+
35580
+ ### RemediationItemMuteStateChangeReason
35581
+
35582
+ <div class="padding-left--md">
35583
+
35584
+ The reason for the mute state change.
35585
+
35586
+ #### Enum keys
35587
+
35588
+ <div class="padding-left--md">
35589
+
35590
+ `Affected` | `ConfigurationNotAffected` | `FalsePositive` | `Ignore` | `InitialState` | `Other` | `VulnerableCodeNotInUse`
35591
+
35592
+ </div>
35593
+
35594
+
35595
+ </div>
35596
+
35597
+
35598
+
35599
+
35600
+ ### RemediationItemMuteStateReason
35601
+
35602
+ <div class="padding-left--md">
35603
+
35604
+ The reason for the most recent mute state change.
35605
+
35606
+ #### Enum keys
35607
+
35608
+ <div class="padding-left--md">
35609
+
35610
+ `Affected` | `ConfigurationNotAffected` | `FalsePositive` | `Ignore` | `InitialState` | `Other` | `VulnerableCodeNotInUse`
35611
+
35612
+ </div>
35613
+
35614
+
35615
+ </div>
35616
+
35617
+
35618
+
35619
+
35620
+ ### RemediationItemVulnerabilityState
35621
+
35622
+ <div class="padding-left--md">
35623
+
35624
+ The current state of related entities for the vulnerability.
35625
+
35626
+ #### Enum keys
35627
+
35628
+ <div class="padding-left--md">
35629
+
35630
+ `Resolved` | `Vulnerable`
35631
+
35632
+ </div>
35633
+
35634
+
35635
+ </div>
35636
+
35637
+
35638
+
35639
+
35640
+ ### RiskAssessmentAssessmentAccuracy
35641
+
35642
+ <div class="padding-left--md">
35643
+
35644
+ The level of available information on which this assessment has been done.
35645
+
35646
+ #### Enum keys
35647
+
35648
+ <div class="padding-left--md">
35649
+
35650
+ `Full` | `NotAvailable` | `Reduced`
35651
+
35652
+ </div>
35653
+
35654
+
35655
+ </div>
35656
+
35657
+
35658
+
35659
+
35660
+ ### RiskAssessmentBaseRiskLevel
35661
+
35662
+ <div class="padding-left--md">
35663
+
35664
+ The risk level from the CVSS score.
35665
+
35666
+ #### Enum keys
35667
+
35668
+ <div class="padding-left--md">
35669
+
35670
+ `Critical` | `High` | `Low` | `Medium` | `None`
35671
+
35672
+ </div>
35673
+
35674
+
35675
+ </div>
35676
+
35677
+
35678
+
35679
+
35680
+ ### RiskAssessmentDataAssets
35681
+
35682
+ <div class="padding-left--md">
35683
+
35684
+ The reachability of related data assets by affected entities.
35685
+
35686
+ #### Enum keys
35687
+
35688
+ <div class="padding-left--md">
35689
+
35690
+ `NotAvailable` | `NotDetected` | `Reachable`
35691
+
35692
+ </div>
35693
+
35694
+
35695
+ </div>
35696
+
35697
+
35698
+
35699
+
35700
+ ### RiskAssessmentExposure
35701
+
35702
+ <div class="padding-left--md">
35703
+
35704
+ The level of exposure of affected entities.
35705
+
35706
+ #### Enum keys
35707
+
35708
+ <div class="padding-left--md">
35709
+
35710
+ `NotAvailable` | `NotDetected` | `PublicNetwork`
35711
+
35712
+ </div>
35713
+
35714
+
35715
+ </div>
35716
+
35717
+
35718
+
35719
+
35720
+ ### RiskAssessmentPublicExploit
35721
+
35722
+ <div class="padding-left--md">
35723
+
35724
+ The availability status of public exploits.
35725
+
35726
+ #### Enum keys
35727
+
35728
+ <div class="padding-left--md">
35729
+
35730
+ `Available` | `NotAvailable`
35731
+
35732
+ </div>
35733
+
35734
+
35735
+ </div>
35736
+
35737
+
35738
+
35739
+
35740
+ ### RiskAssessmentRiskLevel
35741
+
35742
+ <div class="padding-left--md">
35743
+
35744
+ The Davis risk level.
35745
+
35746
+ It is calculated by Dynatrace on the basis of CVSS score.
35747
+
35748
+ #### Enum keys
35749
+
35750
+ <div class="padding-left--md">
35751
+
35752
+ `Critical` | `High` | `Low` | `Medium` | `None`
35753
+
35754
+ </div>
35755
+
35756
+
35757
+ </div>
35758
+
35759
+
35760
+
35761
+
35762
+ ### RiskAssessmentSnapshotExposure
35763
+
35764
+ <div class="padding-left--md">
35765
+
35766
+ The level of exposure of affected entities.
35767
+
35768
+ #### Enum keys
35769
+
35770
+ <div class="padding-left--md">
35771
+
35772
+ `NotAvailable` | `NotDetected` | `PublicNetwork`
35773
+
35774
+ </div>
35775
+
35776
+
35777
+ </div>
35778
+
35779
+
35780
+
35781
+
35782
+ ### RiskAssessmentSnapshotPublicExploit
35783
+
35784
+ <div class="padding-left--md">
35785
+
35786
+ The availability status of public exploits.
35787
+
35788
+ #### Enum keys
35789
+
35790
+ <div class="padding-left--md">
35791
+
35792
+ `Available` | `NotAvailable`
35793
+
35794
+ </div>
35795
+
35796
+
35797
+ </div>
35798
+
35799
+
35800
+
35801
+
35802
+ ### RiskAssessmentSnapshotRiskLevel
35803
+
35804
+ <div class="padding-left--md">
35805
+
35806
+ The Davis risk level.
35807
+
35808
+ It is calculated by Dynatrace on the basis of CVSS score.
35809
+
35810
+ #### Enum keys
35811
+
35812
+ <div class="padding-left--md">
35813
+
35814
+ `Critical` | `High` | `Low` | `Medium` | `None`
35815
+
35816
+ </div>
35817
+
35818
+
35819
+ </div>
35820
+
35821
+
35822
+
35823
+
35824
+ ### RiskAssessmentSnapshotVulnerableFunctionUsage
35825
+
35826
+ <div class="padding-left--md">
35827
+
35828
+ The state of vulnerable code execution.
35829
+
35830
+ #### Enum keys
35831
+
35832
+ <div class="padding-left--md">
35833
+
35834
+ `InUse` | `NotAvailable` | `NotInUse`
35835
+
35836
+ </div>
35837
+
35838
+
35839
+ </div>
35840
+
35841
+
35842
+
35843
+
35844
+ ### RiskAssessmentVulnerableFunctionUsage
35845
+
35846
+ <div class="padding-left--md">
35847
+
35848
+ The state of vulnerable code execution.
35849
+
35850
+ #### Enum keys
35851
+
35852
+ <div class="padding-left--md">
35853
+
35854
+ `InUse` | `NotAvailable` | `NotInUse`
35855
+
35856
+ </div>
35857
+
35858
+
35859
+ </div>
35860
+
35861
+
35862
+
35863
+
35864
+ ### RollupType
35865
+
35866
+ <div class="padding-left--md">
35867
+
35868
+
35869
+
35870
+ #### Enum keys
35871
+
35872
+ <div class="padding-left--md">
35873
+
35874
+ `Auto` | `Avg` | `Count` | `Max` | `Median` | `Min` | `Percentile` | `Sum` | `Value`
35875
+
35876
+ </div>
35877
+
35878
+
35879
+ </div>
35880
+
35881
+
35882
+
35883
+
35884
+ ### SLOEvaluationType
35885
+
35886
+ <div class="padding-left--md">
35887
+
35888
+ The evaluation type of the SLO.
35889
+
35890
+ #### Enum keys
35891
+
35892
+ <div class="padding-left--md">
35893
+
35894
+ `Aggregate`
35895
+
35896
+ </div>
35897
+
35898
+
35899
+ </div>
35900
+
35901
+
35902
+
35903
+
35904
+ ### SLOStatus
35905
+
35906
+ <div class="padding-left--md">
35907
+
35908
+ The status of the calculated SLO.
35909
+
35910
+ #### Enum keys
35911
+
35912
+ <div class="padding-left--md">
35913
+
35914
+ `Failure` | `Success` | `Warning`
35915
+
35916
+ </div>
35917
+
35918
+
35919
+ </div>
35920
+
35921
+
35922
+
35923
+
35924
+ ### SecurityProblemDetailsStatus
35925
+
35926
+ <div class="padding-left--md">
35927
+
35928
+ The status of the security problem.
35929
+
35930
+ #### Enum keys
35931
+
35932
+ <div class="padding-left--md">
35933
+
35934
+ `Open` | `Resolved`
35935
+
35936
+ </div>
35937
+
35938
+
35939
+ </div>
35940
+
35941
+
35942
+
35943
+
35944
+ ### SecurityProblemDetailsTechnology
35945
+
35946
+ <div class="padding-left--md">
35947
+
35948
+ The technology of the security problem.
35949
+
35950
+ #### Enum keys
35951
+
35952
+ <div class="padding-left--md">
35953
+
35954
+ `Dotnet` | `Go` | `Java` | `Kubernetes` | `NodeJs` | `Php`
35955
+
35956
+ </div>
35957
+
35958
+
35959
+ </div>
35960
+
35961
+
35962
+
35963
+
35964
+ ### SecurityProblemDetailsVulnerabilityType
35965
+
35966
+ <div class="padding-left--md">
35967
+
35968
+ The type of the vulnerability.
35969
+
35970
+ #### Enum keys
35971
+
35972
+ <div class="padding-left--md">
35973
+
35974
+ `CodeLevel` | `Runtime` | `ThirdParty`
35975
+
35976
+ </div>
35977
+
35978
+
35979
+ </div>
35980
+
35981
+
35982
+
35983
+
35984
+ ### SecurityProblemEventReason
35985
+
35986
+ <div class="padding-left--md">
35987
+
35988
+ The reason of the event creation.
35989
+
35990
+ #### Enum keys
35991
+
35992
+ <div class="padding-left--md">
35993
+
35994
+ `SecurityProblemCreated` | `SecurityProblemMuted` | `SecurityProblemReopened` | `SecurityProblemResolved` | `SecurityProblemUnmuted`
35995
+
35996
+ </div>
35997
+
35998
+
35999
+ </div>
36000
+
36001
+
36002
+
36003
+
36004
+ ### SecurityProblemMuteReason
36005
+
36006
+ <div class="padding-left--md">
36007
+
36008
+ The reason for muting a security problem.
36009
+
36010
+ #### Enum keys
36011
+
36012
+ <div class="padding-left--md">
36013
+
36014
+ `ConfigurationNotAffected` | `FalsePositive` | `Ignore` | `Other` | `VulnerableCodeNotInUse`
36015
+
36016
+ </div>
36017
+
36018
+
36019
+ </div>
36020
+
36021
+
36022
+
36023
+
36024
+ ### SecurityProblemStatus
36025
+
36026
+ <div class="padding-left--md">
36027
+
36028
+ The status of the security problem.
36029
+
36030
+ #### Enum keys
36031
+
36032
+ <div class="padding-left--md">
36033
+
36034
+ `Open` | `Resolved`
36035
+
36036
+ </div>
36037
+
36038
+
36039
+ </div>
36040
+
36041
+
36042
+
36043
+
36044
+ ### SecurityProblemTechnology
36045
+
36046
+ <div class="padding-left--md">
36047
+
36048
+ The technology of the security problem.
36049
+
36050
+ #### Enum keys
36051
+
36052
+ <div class="padding-left--md">
36053
+
36054
+ `Dotnet` | `Go` | `Java` | `Kubernetes` | `NodeJs` | `Php`
36055
+
36056
+ </div>
36057
+
36058
+
36059
+ </div>
36060
+
36061
+
36062
+
36063
+
36064
+ ### SecurityProblemUnmuteReason
36065
+
36066
+ <div class="padding-left--md">
36067
+
36068
+ The reason for un-muting a security problem.
36069
+
36070
+ #### Enum keys
36071
+
36072
+ <div class="padding-left--md">
36073
+
36074
+ `Affected`
36075
+
36076
+ </div>
36077
+
36078
+
36079
+ </div>
36080
+
36081
+
36082
+
36083
+
36084
+ ### SecurityProblemVulnerabilityType
36085
+
36086
+ <div class="padding-left--md">
36087
+
36088
+ The type of the vulnerability.
36089
+
36090
+ #### Enum keys
36091
+
36092
+ <div class="padding-left--md">
36093
+
36094
+ `CodeLevel` | `Runtime` | `ThirdParty`
36095
+
36096
+ </div>
36097
+
36098
+
36099
+ </div>
36100
+
36101
+
36102
+
36103
+
36104
+ ### SloBurnRateBurnRateType
36105
+
36106
+ <div class="padding-left--md">
36107
+
36108
+ The calculated burn rate type.
36109
+
36110
+ Has a value of 'FAST', 'SLOW' or 'NONE'.
36111
+
36112
+ #### Enum keys
36113
+
36114
+ <div class="padding-left--md">
36115
+
36116
+ `Fast` | `None` | `Slow`
36117
+
36118
+ </div>
36119
+
36120
+
36121
+ </div>
36122
+
36123
+
36124
+
36125
+
36126
+ ### SloConfigItemDtoImplEvaluationType
36127
+
36128
+ <div class="padding-left--md">
36129
+
36130
+ The evaluation type of the SLO.
36131
+
36132
+ #### Enum keys
36133
+
36134
+ <div class="padding-left--md">
36135
+
36136
+ `Aggregate`
36137
+
36138
+ </div>
36139
+
36140
+
36141
+ </div>
36142
+
36143
+
36144
+
36145
+
36146
+ ### SyntheticOnDemandBatchStatusBatchStatus
36147
+
36148
+ <div class="padding-left--md">
36149
+
36150
+ The status of the batch.
36151
+
36152
+ #### Enum keys
36153
+
36154
+ <div class="padding-left--md">
36155
+
36156
+ `Failed` | `FailedToExecute` | `NotTriggered` | `Running` | `Success`
36157
+
36158
+ </div>
36159
+
36160
+
36161
+ </div>
36162
+
36163
+
36164
+
36165
+
36166
+ ### SyntheticOnDemandExecutionExecutionStage
36167
+
36168
+ <div class="padding-left--md">
36169
+
36170
+ Execution stage.
36171
+
36172
+ #### Enum keys
36173
+
36174
+ <div class="padding-left--md">
36175
+
36176
+ `DataRetrieved` | `Executed` | `NotTriggered` | `TimedOut` | `Triggered`
36177
+
36178
+ </div>
36179
+
36180
+
36181
+ </div>
36182
+
36183
+
36184
+
36185
+
36186
+ ### SyntheticOnDemandExecutionRequestProcessingMode
36187
+
36188
+ <div class="padding-left--md">
36189
+
36190
+ The execution's processing mode
36191
+
36192
+ #### Enum keys
36193
+
36194
+ <div class="padding-left--md">
36195
+
36196
+ `DisableProblemDetection` | `ExecutionsDetailsOnly` | `Standard`
36197
+
36198
+ </div>
36199
+
36200
+
36201
+ </div>
36202
+
36203
+
36204
+
36205
+
36206
+ ### SyntheticOnDemandExecutionSource
36207
+
36208
+ <div class="padding-left--md">
36209
+
36210
+ The source of the triggering request.
36211
+
36212
+ #### Enum keys
36213
+
36214
+ <div class="padding-left--md">
36215
+
36216
+ `Api` | `Ui`
36217
+
36218
+ </div>
36219
+
36220
+
36221
+ </div>
36222
+
36223
+
36224
+
36225
+
36226
+ ### SyntheticOnDemandFailedExecutionStatusExecutionStage
36227
+
36228
+ <div class="padding-left--md">
36229
+
36230
+ Execution stage.
36231
+
36232
+ #### Enum keys
36233
+
36234
+ <div class="padding-left--md">
36235
+
36236
+ `DataRetrieved` | `Executed` | `NotTriggered` | `TimedOut` | `Triggered`
36237
+
36238
+ </div>
36239
+
36240
+
36241
+ </div>
36242
+
36243
+
36244
+
36245
+
36246
+ ### UpdateJobAgType
36247
+
36248
+ <div class="padding-left--md">
36249
+
36250
+ The type of the ActiveGate.
36251
+
36252
+ #### Enum keys
36253
+
36254
+ <div class="padding-left--md">
36255
+
36256
+ `Cluster` | `Environment` | `EnvironmentMulti`
36257
+
36258
+ </div>
36259
+
36260
+
36261
+ </div>
36262
+
36263
+
36264
+
36265
+
36266
+ ### UpdateJobJobState
36267
+
36268
+ <div class="padding-left--md">
36269
+
36270
+ The status of the update job.
36271
+
36272
+ #### Enum keys
36273
+
36274
+ <div class="padding-left--md">
36275
+
36276
+ `Failed` | `InProgress` | `Pending` | `Rollback` | `Scheduled` | `Skipped` | `Succeed`
36277
+
36278
+ </div>
36279
+
36280
+
36281
+ </div>
36282
+
36283
+
36284
+
36285
+
36286
+ ### UpdateJobUpdateMethod
36287
+
36288
+ <div class="padding-left--md">
36289
+
36290
+ The method of updating the ActiveGate or its component.
36291
+
36292
+ #### Enum keys
36293
+
36294
+ <div class="padding-left--md">
36295
+
36296
+ `Automatic` | `ManualInstallation` | `OnDemand`
36297
+
36298
+ </div>
36299
+
36300
+
36301
+ </div>
36302
+
36303
+
36304
+
36305
+
36306
+ ### UpdateJobUpdateType
36307
+
36308
+ <div class="padding-left--md">
36309
+
36310
+ The component to be updated.
36311
+
36312
+ #### Enum keys
36313
+
36314
+ <div class="padding-left--md">
36315
+
36316
+ `ActiveGate` | `RemotePluginAgent` | `Synthetic` | `ZRemote`
36317
+
36318
+ </div>
36319
+
36320
+
36321
+ </div>
36322
+
36323
+
36324
+
36325
+
36326
+ ### VulnerableFunctionInputSegmentType
36327
+
36328
+ <div class="padding-left--md">
36329
+
36330
+ The type of the input segment.
36331
+
36332
+ #### Enum keys
36333
+
36334
+ <div class="padding-left--md">
36335
+
36336
+ `MaliciousInput` | `RegularInput` | `TaintedInput`
36337
+
36338
+ </div>
36339
+
36340
+
36341
+ </div>
36342
+
36343
+
36344
+
36345
+
36346
+ ### VulnerableFunctionInputType
36347
+
36348
+ <div class="padding-left--md">
36349
+
36350
+ The type of the input.
36351
+
36352
+ #### Enum keys
36353
+
36354
+ <div class="padding-left--md">
36355
+
36356
+ `Command` | `Jndi` | `SqlStatement`
36357
+
36358
+ </div>
36359
+
36360
+
36361
+ </div>
36362
+
36363
+
36364
+
36365
+
36366
+ ### VulnerableFunctionProcessGroupsUsage
36367
+
36368
+ <div class="padding-left--md">
36369
+
36370
+ The vulnerable function usage based on the given process groups:
36371
+ * IN_USE if at least one process group calls this vulnerable function.
36372
+ * NOT_IN_USE if all process groups do not call this vulnerable function.
36373
+ * NOT_AVAILABLE if vulnerable function usage could not be calculated for at least one process group and no process group calls this vulnerable function.
36374
+
36375
+ #### Enum keys
36376
+
36377
+ <div class="padding-left--md">
36378
+
36379
+ `InUse` | `NotAvailable` | `NotInUse`
36380
+
36381
+ </div>
36382
+
36383
+
36384
+ </div>
36385
+
36386
+
36387
+
36388
+