@dynatrace-sdk/client-classic-environment-v2 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/cjs/index.js +2901 -2654
- package/docs/DOCS.md +141 -66
- package/esm/index.js +2901 -2654
- package/package.json +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +29 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +6 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/{synthetic-multi-protocol-monitors-api.d.ts → synthetic-network-availability-monitors-api.d.ts} +26 -26
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.transformation.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-response.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-response.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +5 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.transformation.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-request-configuration-dto.d.ts +1 -1
package/docs/DOCS.md
CHANGED
|
@@ -24,7 +24,7 @@ import NpmLogo from '@site/static/img/npm-logo.png';
|
|
|
24
24
|
</a>
|
|
25
25
|
</div>
|
|
26
26
|
<div class="col" style={{textAlign: 'right'}}>
|
|
27
|
-
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/1.
|
|
27
|
+
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/1.8.0">v1.8.0</a>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
@@ -2213,6 +2213,56 @@ const data = await extensions_2_0Client.deleteEnvironmentConfiguration({
|
|
|
2213
2213
|
|
|
2214
2214
|
</div>
|
|
2215
2215
|
|
|
2216
|
+
### executeExtensionMonitoringConfigurationActions
|
|
2217
|
+
|
|
2218
|
+
<div class="padding-bottom--md">
|
|
2219
|
+
<strong>extensions_2_0Client.executeExtensionMonitoringConfigurationActions(config): Promise<<a href="#executeactionsresponse">ExecuteActionsResponse</a>></strong>
|
|
2220
|
+
|
|
2221
|
+
<div class="padding-left--md">
|
|
2222
|
+
|
|
2223
|
+
Executes Data Source action of Active Gate or Host
|
|
2224
|
+
|
|
2225
|
+
**Required scope:** environment-api:extension-configuration-actions:write
|
|
2226
|
+
**One of the following permissions is required:**
|
|
2227
|
+
|
|
2228
|
+
- environment:roles:manage-settings
|
|
2229
|
+
- extensions:configuration.actions:write
|
|
2230
|
+
|
|
2231
|
+
</div>
|
|
2232
|
+
|
|
2233
|
+
#### Parameters
|
|
2234
|
+
|
|
2235
|
+
| Name | Type | Description |
|
|
2236
|
+
| ------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------- |
|
|
2237
|
+
| config.body<sup>\*required</sup> | <a href="#executeactionsdto">ExecuteActionsDto</a> | |
|
|
2238
|
+
| config.configurationId<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The ID of the requested monitoring configuration. |
|
|
2239
|
+
| config.extensionName<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the requested extension 2.0. |
|
|
2240
|
+
|
|
2241
|
+
#### Returns
|
|
2242
|
+
|
|
2243
|
+
Accepted. Response doesn't have a body.
|
|
2244
|
+
|
|
2245
|
+
<details>
|
|
2246
|
+
<summary>
|
|
2247
|
+
Code example
|
|
2248
|
+
|
|
2249
|
+
</summary>
|
|
2250
|
+
|
|
2251
|
+
```ts
|
|
2252
|
+
import { extensions_2_0Client } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
2253
|
+
|
|
2254
|
+
const data =
|
|
2255
|
+
await extensions_2_0Client.executeExtensionMonitoringConfigurationActions({
|
|
2256
|
+
extensionName: "...",
|
|
2257
|
+
configurationId: "...",
|
|
2258
|
+
body: {},
|
|
2259
|
+
});
|
|
2260
|
+
```
|
|
2261
|
+
|
|
2262
|
+
</details>
|
|
2263
|
+
|
|
2264
|
+
</div>
|
|
2265
|
+
|
|
2216
2266
|
### extensionConfigurationSchema
|
|
2217
2267
|
|
|
2218
2268
|
<div class="padding-bottom--md">
|
|
@@ -3260,7 +3310,7 @@ import { logsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
|
3260
3310
|
|
|
3261
3311
|
Exports log records | maturity=EARLY_ADOPTER
|
|
3262
3312
|
|
|
3263
|
-
**Required scope:**
|
|
3313
|
+
**Required scope:** storage:logs:read
|
|
3264
3314
|
**Required permission:** environment:roles:logviewer
|
|
3265
3315
|
|
|
3266
3316
|
Returns the first _X_ records (specified in the **pageSize** query parameter).
|
|
@@ -3322,7 +3372,7 @@ It is possible that the timeframe covered by results exceeds the specified timef
|
|
|
3322
3372
|
|
|
3323
3373
|
If _Log Management and Analytics, powered by Grail_ is enabled, then a bearer OAuth token (with _storage:logs:read_ and _storage:buckets:read_ scopes) needs to be used for authentication.
|
|
3324
3374
|
|
|
3325
|
-
Please note that _Dynatrace API explorer_ does not currently support OAuth authentication
|
|
3375
|
+
Please note that _Dynatrace API explorer_ does not currently support OAuth authentication.
|
|
3326
3376
|
|
|
3327
3377
|
</div>
|
|
3328
3378
|
|
|
@@ -3371,13 +3421,13 @@ Reads log records | maturity=EARLY_ADOPTER
|
|
|
3371
3421
|
|
|
3372
3422
|
Returns the first _X_ records (specified in the **limit** query parameter). Log records are sorted by the criteria specified in the **sort** query parameter.
|
|
3373
3423
|
|
|
3374
|
-
If the query is too large to be processed in a single request, it is divided into slices. In that case the first response contains the **nextSliceKey** cursor for the second slice. Use it in the **nextSliceKey** query parameter to obtain the second slice, which contains **nextSliceKey** cursor for the third slice, and so on.
|
|
3424
|
+
If the query is too large to be processed in a single request, it is divided into slices (slices are unsupported on _Log Management and Analytics, powered by Grail_). In that case the first response contains the **nextSliceKey** cursor for the second slice. Use it in the **nextSliceKey** query parameter to obtain the second slice, which contains **nextSliceKey** cursor for the third slice, and so on.
|
|
3375
3425
|
|
|
3376
3426
|
Results can be distributed unevenly between slices and some slices might be empty.
|
|
3377
3427
|
|
|
3378
3428
|
If _Log Management and Analytics, powered by Grail_ is enabled, then a bearer OAuth token (with _storage:logs:read_ and _storage:buckets:read_ scopes) needs to be used for authentication.
|
|
3379
3429
|
|
|
3380
|
-
Please note that _Dynatrace API explorer_ does not currently support OAuth authentication
|
|
3430
|
+
Please note that _Dynatrace API explorer_ does not currently support OAuth authentication.
|
|
3381
3431
|
|
|
3382
3432
|
</div>
|
|
3383
3433
|
|
|
@@ -3387,7 +3437,7 @@ Please note that _Dynatrace API explorer_ does not currently support OAuth authe
|
|
|
3387
3437
|
| ------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
3388
3438
|
| config.from | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The start of the requested timeframe.</p> <p>You can use one of the following formats:</p> <ul> <li>Timestamp in UTC milliseconds.</li> <li>Human-readable format of <code>2021-01-25T05:57:01.123+01:00</code>. If no time zone is specified, UTC is used. You can use a space character instead of the <code>T</code>. Seconds and fractions of a second are optional.</li> <li>Relative timeframe, back from now. The format is <code>now-NU/A</code>, where <code>N</code> is the amount of time, <code>U</code> is the unit of time, and <code>A</code> is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, <code>now-1y/w</code> is one year back, aligned by a week. You can also specify relative timeframe without an alignment: <code>now-NU</code>. Supported time units for the relative timeframe are: <ul> <li><code>m</code>: minutes</li> <li><code>h</code>: hours</li> <li><code>d</code>: days</li> <li><code>w</code>: weeks</li> <li><code>M</code>: months</li> <li><code>y</code>: years</li> </ul> </li> </ul> <p>If not set, the relative timeframe of two weeks is used (<code>now-2w</code>).</p> |
|
|
3389
3439
|
| config.limit | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a> | <p>The desired amount of log records.</p> <p>The maximal allowed limit is 1000.</p> <p>If not set, 1000 is used.</p> <i>default:</i> <code>1000</code> |
|
|
3390
|
-
| config.nextSliceKey | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The cursor for the next slice of results. You can find it in the <strong>nextSliceKey</strong> field of the previous response.</p> <p>The first slice is always returned if you don't specify this parameter.</p> <p>If this parameter is set, all other query parameters are ignored.</p>
|
|
3440
|
+
| config.nextSliceKey | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The cursor for the next slice of results. You can find it in the <strong>nextSliceKey</strong> field of the previous response.</p> <p>The first slice is always returned if you don't specify this parameter.</p> <p>If this parameter is set, all other query parameters are ignored.</p> <p>Unsupported on <em>Log Management and Analytics, powered by Grail</em>.</p> |
|
|
3391
3441
|
| config.query | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The log search query.</p> <p>The query must use the <a href="https://dt-url.net/pe03s6f">Dynatrace search query language</a>.</p> <i>default:</i> <code>""</code> |
|
|
3392
3442
|
| config.sort | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>Defines the ordering of the log records.</p> <p>Each field has a sign prefix (+/-) for sorting order. If no sign prefix is set, then the <code>+</code> option will be applied.</p> <p>Currently, ordering is available only for the timestamp (+timestamp for the oldest records first, or -timestamp for the newest records first).</p> <p>When millisecond resolution provided by the timestamp is not enough, log records are sorted based on the order in which they appear in the log source (remote process writing to REST API endpoint or remote process from which logs are collected).</p> <i>default:</i> <code>"-timestamp"</code> |
|
|
3393
3443
|
| config.to | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The end of the requested timeframe.</p> <p>You can use one of the following formats:</p> <ul> <li>Timestamp in UTC milliseconds.</li> <li>Human-readable format of <code>2021-01-25T05:57:01.123+01:00</code>. If no time zone is specified, UTC is used. You can use a space character instead of the <code>T</code>. Seconds and fractions of a second are optional.</li> <li>Relative timeframe, back from now. The format is <code>now-NU/A</code>, where <code>N</code> is the amount of time, <code>U</code> is the unit of time, and <code>A</code> is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, <code>now-1y/w</code> is one year back, aligned by a week. You can also specify relative timeframe without an alignment: <code>now-NU</code>. Supported time units for the relative timeframe are: <ul> <li><code>m</code>: minutes</li> <li><code>h</code>: hours</li> <li><code>d</code>: days</li> <li><code>w</code>: weeks</li> <li><code>M</code>: months</li> <li><code>y</code>: years</li> </ul> </li> </ul> <p>If not set, the current timestamp is used.</p> |
|
|
@@ -7055,20 +7105,20 @@ const data =
|
|
|
7055
7105
|
|
|
7056
7106
|
</div>
|
|
7057
7107
|
|
|
7058
|
-
##
|
|
7108
|
+
## syntheticNetworkAvailabilityMonitorsClient
|
|
7059
7109
|
|
|
7060
7110
|
```js
|
|
7061
|
-
import {
|
|
7111
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7062
7112
|
```
|
|
7063
7113
|
|
|
7064
7114
|
### createMonitor
|
|
7065
7115
|
|
|
7066
7116
|
<div class="padding-bottom--md">
|
|
7067
|
-
<strong>
|
|
7117
|
+
<strong>syntheticNetworkAvailabilityMonitorsClient.createMonitor(config): Promise<<a href="#monitorentityiddto">MonitorEntityIdDto</a>></strong>
|
|
7068
7118
|
|
|
7069
7119
|
<div class="padding-left--md">
|
|
7070
7120
|
|
|
7071
|
-
Creates a synthetic monitor definition. Currently
|
|
7121
|
+
Creates a synthetic monitor definition. Currently network availability monitors only. | maturity=EARLY_ADOPTER
|
|
7072
7122
|
|
|
7073
7123
|
**Required scope:** environment-api:synthetic-monitors:write
|
|
7074
7124
|
**Required permission:** environment:roles:viewer
|
|
@@ -7092,9 +7142,9 @@ Code example
|
|
|
7092
7142
|
</summary>
|
|
7093
7143
|
|
|
7094
7144
|
```ts
|
|
7095
|
-
import {
|
|
7145
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7096
7146
|
|
|
7097
|
-
const data = await
|
|
7147
|
+
const data = await syntheticNetworkAvailabilityMonitorsClient.createMonitor({});
|
|
7098
7148
|
```
|
|
7099
7149
|
|
|
7100
7150
|
</details>
|
|
@@ -7104,11 +7154,11 @@ const data = await syntheticMultiProtocolMonitorsClient.createMonitor({});
|
|
|
7104
7154
|
### deleteMonitor
|
|
7105
7155
|
|
|
7106
7156
|
<div class="padding-bottom--md">
|
|
7107
|
-
<strong>
|
|
7157
|
+
<strong>syntheticNetworkAvailabilityMonitorsClient.deleteMonitor(config): Promise<void></strong>
|
|
7108
7158
|
|
|
7109
7159
|
<div class="padding-left--md">
|
|
7110
7160
|
|
|
7111
|
-
Deletes a synthetic monitor definition for the given monitor ID. Currently
|
|
7161
|
+
Deletes a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
|
|
7112
7162
|
|
|
7113
7163
|
**Required scope:** environment-api:synthetic-monitors:write
|
|
7114
7164
|
**Required permission:** environment:roles:viewer
|
|
@@ -7130,9 +7180,9 @@ Code example
|
|
|
7130
7180
|
</summary>
|
|
7131
7181
|
|
|
7132
7182
|
```ts
|
|
7133
|
-
import {
|
|
7183
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7134
7184
|
|
|
7135
|
-
const data = await
|
|
7185
|
+
const data = await syntheticNetworkAvailabilityMonitorsClient.deleteMonitor({
|
|
7136
7186
|
monitorId: "...",
|
|
7137
7187
|
});
|
|
7138
7188
|
```
|
|
@@ -7144,11 +7194,11 @@ const data = await syntheticMultiProtocolMonitorsClient.deleteMonitor({
|
|
|
7144
7194
|
### getMonitor
|
|
7145
7195
|
|
|
7146
7196
|
<div class="padding-bottom--md">
|
|
7147
|
-
<strong>
|
|
7197
|
+
<strong>syntheticNetworkAvailabilityMonitorsClient.getMonitor(config): Promise<<a href="#syntheticmultiprotocolmonitordto">SyntheticMultiProtocolMonitorDto</a>></strong>
|
|
7148
7198
|
|
|
7149
7199
|
<div class="padding-left--md">
|
|
7150
7200
|
|
|
7151
|
-
Gets a synthetic monitor definition for the given monitor ID. Currently
|
|
7201
|
+
Gets a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
|
|
7152
7202
|
|
|
7153
7203
|
**Required scope:** environment-api:synthetic-monitors:read
|
|
7154
7204
|
**Required permission:** environment:roles:viewer
|
|
@@ -7172,9 +7222,9 @@ Code example
|
|
|
7172
7222
|
</summary>
|
|
7173
7223
|
|
|
7174
7224
|
```ts
|
|
7175
|
-
import {
|
|
7225
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7176
7226
|
|
|
7177
|
-
const data = await
|
|
7227
|
+
const data = await syntheticNetworkAvailabilityMonitorsClient.getMonitor({
|
|
7178
7228
|
monitorId: "...",
|
|
7179
7229
|
});
|
|
7180
7230
|
```
|
|
@@ -7186,11 +7236,11 @@ const data = await syntheticMultiProtocolMonitorsClient.getMonitor({
|
|
|
7186
7236
|
### getMonitors
|
|
7187
7237
|
|
|
7188
7238
|
<div class="padding-bottom--md">
|
|
7189
|
-
<strong>
|
|
7239
|
+
<strong>syntheticNetworkAvailabilityMonitorsClient.getMonitors(config): Promise<<a href="#syntheticmonitorlistdto">SyntheticMonitorListDto</a>></strong>
|
|
7190
7240
|
|
|
7191
7241
|
<div class="padding-left--md">
|
|
7192
7242
|
|
|
7193
|
-
Gets all synthetic monitors. Currently
|
|
7243
|
+
Gets all synthetic monitors. Currently network availability monitors only. | maturity=EARLY_ADOPTER
|
|
7194
7244
|
|
|
7195
7245
|
**Required scope:** environment-api:synthetic-monitors:read
|
|
7196
7246
|
**Required permission:** environment:roles:viewer
|
|
@@ -7214,9 +7264,9 @@ Code example
|
|
|
7214
7264
|
</summary>
|
|
7215
7265
|
|
|
7216
7266
|
```ts
|
|
7217
|
-
import {
|
|
7267
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7218
7268
|
|
|
7219
|
-
const data = await
|
|
7269
|
+
const data = await syntheticNetworkAvailabilityMonitorsClient.getMonitors();
|
|
7220
7270
|
```
|
|
7221
7271
|
|
|
7222
7272
|
</details>
|
|
@@ -7226,11 +7276,11 @@ const data = await syntheticMultiProtocolMonitorsClient.getMonitors();
|
|
|
7226
7276
|
### updateMonitor
|
|
7227
7277
|
|
|
7228
7278
|
<div class="padding-bottom--md">
|
|
7229
|
-
<strong>
|
|
7279
|
+
<strong>syntheticNetworkAvailabilityMonitorsClient.updateMonitor(config): Promise<void></strong>
|
|
7230
7280
|
|
|
7231
7281
|
<div class="padding-left--md">
|
|
7232
7282
|
|
|
7233
|
-
Updates a synthetic monitor definition for the given monitor ID. Currently
|
|
7283
|
+
Updates a synthetic monitor definition for the given monitor ID. Currently network availability monitors only. | maturity=EARLY_ADOPTER
|
|
7234
7284
|
|
|
7235
7285
|
**Required scope:** environment-api:synthetic-monitors:write
|
|
7236
7286
|
**Required permission:** environment:roles:viewer
|
|
@@ -7253,9 +7303,9 @@ Code example
|
|
|
7253
7303
|
</summary>
|
|
7254
7304
|
|
|
7255
7305
|
```ts
|
|
7256
|
-
import {
|
|
7306
|
+
import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7257
7307
|
|
|
7258
|
-
const data = await
|
|
7308
|
+
const data = await syntheticNetworkAvailabilityMonitorsClient.updateMonitor({
|
|
7259
7309
|
monitorId: "...",
|
|
7260
7310
|
});
|
|
7261
7311
|
```
|
|
@@ -7747,12 +7797,12 @@ Metadata of an API token.
|
|
|
7747
7797
|
|
|
7748
7798
|
Parameters of a new API token.
|
|
7749
7799
|
|
|
7750
|
-
| Name | Type | Description
|
|
7751
|
-
| --------------------------- | ------------------------------------------------------------------------------- |
|
|
7752
|
-
| expirationDate | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The expiration date of the token.</p> <p>You can use one of the following formats:</p> <ul> <li>Timestamp in UTC milliseconds.</li> <li>Human-readable format of <code>2021-01-25T05:57:01.123+01:00</code>. If no time zone is specified, UTC is used. You can use a space character instead of the <code>T</code>. Seconds and fractions of a second are optional.</li> <li>Relative timeframe, back from now. The format is <code>now-NU/A</code>, where <code>N</code> is the amount of time, <code>U</code> is the unit of time, and <code>A</code> is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, <code>now-1y/w</code> is one year back, aligned by a week. You can also specify relative timeframe without an alignment: <code>now-NU</code>. Supported time units for the relative timeframe are: <ul> <li><code>m</code>: minutes</li> <li><code>h</code>: hours</li> <li><code>d</code>: days</li> <li><code>w</code>: weeks</li> <li><code>M</code>: months</li> <li><code>y</code>: years</li> </ul> </li> </ul> <p>If not set, the token never expires.</p>
|
|
7753
|
-
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the token.
|
|
7754
|
-
| personalAccessToken | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | <p>The token is a personal access token (<code>true</code>) or an API token (<code>false</code>).</p> <p>Personal access tokens are tied to the permissions of their owner.</p>
|
|
7755
|
-
| scopes<sup>\*required</sup> | Array<ApiTokenCreateScopesItem> | <p>A list of the scopes to be assigned to the token.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> </ul> |
|
|
7800
|
+
| Name | Type | Description |
|
|
7801
|
+
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
7802
|
+
| expirationDate | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | <p>The expiration date of the token.</p> <p>You can use one of the following formats:</p> <ul> <li>Timestamp in UTC milliseconds.</li> <li>Human-readable format of <code>2021-01-25T05:57:01.123+01:00</code>. If no time zone is specified, UTC is used. You can use a space character instead of the <code>T</code>. Seconds and fractions of a second are optional.</li> <li>Relative timeframe, back from now. The format is <code>now-NU/A</code>, where <code>N</code> is the amount of time, <code>U</code> is the unit of time, and <code>A</code> is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, <code>now-1y/w</code> is one year back, aligned by a week. You can also specify relative timeframe without an alignment: <code>now-NU</code>. Supported time units for the relative timeframe are: <ul> <li><code>m</code>: minutes</li> <li><code>h</code>: hours</li> <li><code>d</code>: days</li> <li><code>w</code>: weeks</li> <li><code>M</code>: months</li> <li><code>y</code>: years</li> </ul> </li> </ul> <p>If not set, the token never expires. Ensure that the expiration date is not set in the past.</p> |
|
|
7803
|
+
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the token. |
|
|
7804
|
+
| personalAccessToken | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | <p>The token is a personal access token (<code>true</code>) or an API token (<code>false</code>).</p> <p>Personal access tokens are tied to the permissions of their owner.</p> |
|
|
7805
|
+
| scopes<sup>\*required</sup> | Array<ApiTokenCreateScopesItem> | <p>A list of the scopes to be assigned to the token.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> </ul> |
|
|
7756
7806
|
|
|
7757
7807
|
### ApiTokenCreated
|
|
7758
7808
|
|
|
@@ -7785,11 +7835,11 @@ A list of API tokens.
|
|
|
7785
7835
|
|
|
7786
7836
|
The update of the API token.
|
|
7787
7837
|
|
|
7788
|
-
| Name | Type | Description
|
|
7789
|
-
| ------- | ------------------------------------------------------------------------------- |
|
|
7790
|
-
| enabled | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | The token is enabled (<code>true</code>) or disabled (<code>false</code>)
|
|
7791
|
-
| name | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the token.
|
|
7792
|
-
| scopes | Array<ApiTokenUpdateScopesItem> | <p>The list of scopes assigned to the token.</p> <p>Apart from the new scopes, you need to submit the existing scopes you want to keep, too. Any existing scope, missing in the payload, is removed.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> </ul> |
|
|
7838
|
+
| Name | Type | Description |
|
|
7839
|
+
| ------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
7840
|
+
| enabled | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | The token is enabled (<code>true</code>) or disabled (<code>false</code>) |
|
|
7841
|
+
| name | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the token. |
|
|
7842
|
+
| scopes | Array<ApiTokenUpdateScopesItem> | <p>The list of scopes assigned to the token.</p> <p>Apart from the new scopes, you need to submit the existing scopes you want to keep, too. Any existing scope, missing in the payload, is removed.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> </ul> |
|
|
7793
7843
|
|
|
7794
7844
|
### ApplicationImpact
|
|
7795
7845
|
|
|
@@ -8009,6 +8059,7 @@ A credentials set of the `CERTIFICATE` type.
|
|
|
8009
8059
|
|
|
8010
8060
|
| Name | Type | Description |
|
|
8011
8061
|
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
8062
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
|
|
8012
8063
|
| allowedEntities | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
8013
8064
|
| certificate | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The certificate in the string format. |
|
|
8014
8065
|
| certificateFormat | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The certificate format. |
|
|
@@ -8161,6 +8212,7 @@ The actual set of fields depends on the type of credentials. Find the list of ac
|
|
|
8161
8212
|
|
|
8162
8213
|
| Name | Type | Description |
|
|
8163
8214
|
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
8215
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
|
|
8164
8216
|
| allowedEntities | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
8165
8217
|
| description | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | A short description of the credentials set. |
|
|
8166
8218
|
| id | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The ID of the credentials set. |
|
|
@@ -8247,19 +8299,20 @@ A list of credentials sets for Synthetic monitors.
|
|
|
8247
8299
|
|
|
8248
8300
|
Metadata of the credentials set.
|
|
8249
8301
|
|
|
8250
|
-
| Name | Type | Description
|
|
8251
|
-
| ------------------------------------------- | ------------------------------------------------------------------------------- |
|
|
8252
|
-
|
|
|
8253
|
-
|
|
|
8254
|
-
|
|
|
8255
|
-
|
|
|
8256
|
-
|
|
|
8257
|
-
|
|
|
8258
|
-
|
|
|
8259
|
-
|
|
|
8260
|
-
|
|
|
8261
|
-
|
|
|
8262
|
-
|
|
|
8302
|
+
| Name | Type | Description |
|
|
8303
|
+
| ------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
|
|
8304
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow access without app context, for example, from ad hoc functions in Workflows (requires the APP_ENGINE scope). |
|
|
8305
|
+
| allowedEntities<sup>\*required</sup> | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
8306
|
+
| credentialUsageSummary<sup>\*required</sup> | Array<<a href="#credentialusagehandler">CredentialUsageHandler</a>> | The list contains summary data related to the use of credentials. |
|
|
8307
|
+
| description<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | A short description of the credentials set. |
|
|
8308
|
+
| externalVault | <a href="#externalvaultconfig">ExternalVaultConfig</a> | |
|
|
8309
|
+
| id | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The ID of the credentials set. |
|
|
8310
|
+
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The name of the credentials set. |
|
|
8311
|
+
| owner<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The owner of the credential (user for which used API token was created). |
|
|
8312
|
+
| ownerAccessOnly<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Flag indicating that this credential is visible only to the owner. |
|
|
8313
|
+
| scope | CredentialsResponseElementScope | |
|
|
8314
|
+
| scopes | Array<CredentialsResponseElementScopesItem> | The set of scopes of the credentials set. |
|
|
8315
|
+
| type<sup>\*required</sup> | CredentialsResponseElementType | |
|
|
8263
8316
|
|
|
8264
8317
|
### CustomApplicationImpact
|
|
8265
8318
|
|
|
@@ -8730,6 +8783,8 @@ All other keys are interpreted as user-defined event properties.
|
|
|
8730
8783
|
|
|
8731
8784
|
Values of Dynatrace-reserved properties must fulfill the requirements of the respective property.
|
|
8732
8785
|
|
|
8786
|
+
A maximum of 100 properties can be specified. A property key is allowed to contain up to 100 characters. A property value is allowed to contain up to 4096 characters.
|
|
8787
|
+
|
|
8733
8788
|
### EventIngestResult
|
|
8734
8789
|
|
|
8735
8790
|
The result of a created event report.
|
|
@@ -8837,6 +8892,22 @@ The evidence details of a problem.
|
|
|
8837
8892
|
| details<sup>\*required</sup> | Array<<a href="#evidence">Evidence</a>> | A list of all evidence. |
|
|
8838
8893
|
| totalCount<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a> | The total number of evidence of a problem. |
|
|
8839
8894
|
|
|
8895
|
+
### ExecuteActionsDto
|
|
8896
|
+
|
|
8897
|
+
| Name | Type |
|
|
8898
|
+
| ------- | ---------------------------------------------------------------- |
|
|
8899
|
+
| actions | <a href="#executeactionsdtoactions">ExecuteActionsDtoActions</a> |
|
|
8900
|
+
|
|
8901
|
+
### ExecuteActionsDtoActions
|
|
8902
|
+
|
|
8903
|
+
Data Source defined action objects
|
|
8904
|
+
|
|
8905
|
+
### ExecuteActionsResponse
|
|
8906
|
+
|
|
8907
|
+
| Name | Type | Description |
|
|
8908
|
+
| ---- | ----------------------------------------------------------------------------- | -------------------- |
|
|
8909
|
+
| code | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a> | The HTTP Status code |
|
|
8910
|
+
|
|
8840
8911
|
### ExecutionFullResults
|
|
8841
8912
|
|
|
8842
8913
|
Contains extended monitor's execution details.
|
|
@@ -9313,11 +9384,11 @@ Additional columns of the log record.
|
|
|
9313
9384
|
|
|
9314
9385
|
A list of retrieved log records.
|
|
9315
9386
|
|
|
9316
|
-
| Name | Type | Description
|
|
9317
|
-
| ------------ | ----------------------------------------------------------------------------- |
|
|
9318
|
-
| nextSliceKey | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The cursor for the next slice of log records. |
|
|
9319
|
-
| results | Array<<a href="#logrecord">LogRecord</a>> | A list of retrieved log records.
|
|
9320
|
-
| sliceSize | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a> | The total number of records in a slice.
|
|
9387
|
+
| Name | Type | Description |
|
|
9388
|
+
| ------------ | ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
|
9389
|
+
| nextSliceKey | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The cursor for the next slice of log records. Always null on <em>Log Management and Analytics, powered by Grail</em>. |
|
|
9390
|
+
| results | Array<<a href="#logrecord">LogRecord</a>> | A list of retrieved log records. |
|
|
9391
|
+
| sliceSize | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Number">number</a> | The total number of records in a slice. |
|
|
9321
9392
|
|
|
9322
9393
|
### METag
|
|
9323
9394
|
|
|
@@ -9931,6 +10002,7 @@ A credentials set of the `PUBLIC_CERTIFICATE` type.
|
|
|
9931
10002
|
|
|
9932
10003
|
| Name | Type | Description |
|
|
9933
10004
|
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
10005
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
|
|
9934
10006
|
| allowedEntities | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
9935
10007
|
| certificate | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The certificate in the string format. |
|
|
9936
10008
|
| certificateFormat | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | The certificate format. |
|
|
@@ -10946,7 +11018,7 @@ Basic monitor data.
|
|
|
10946
11018
|
|
|
10947
11019
|
### SyntheticMultiProtocolMonitorConstraintDto
|
|
10948
11020
|
|
|
10949
|
-
The
|
|
11021
|
+
The network availability monitor constraint.
|
|
10950
11022
|
|
|
10951
11023
|
| Name | Type | Description |
|
|
10952
11024
|
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------- |
|
|
@@ -10959,7 +11031,7 @@ The properties of the constraint.
|
|
|
10959
11031
|
|
|
10960
11032
|
### SyntheticMultiProtocolMonitorDto
|
|
10961
11033
|
|
|
10962
|
-
|
|
11034
|
+
Network Availability monitor.
|
|
10963
11035
|
|
|
10964
11036
|
| Name | Type | Description |
|
|
10965
11037
|
| -------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -10980,11 +11052,12 @@ The properties of the monitor.
|
|
|
10980
11052
|
|
|
10981
11053
|
### SyntheticMultiProtocolMonitorStepDto
|
|
10982
11054
|
|
|
10983
|
-
The step of a
|
|
11055
|
+
The step of a network availability monitor.
|
|
10984
11056
|
|
|
10985
11057
|
| Name | Type | Description |
|
|
10986
11058
|
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
|
10987
11059
|
| constraints<sup>\*required</sup> | Array<<a href="#syntheticmultiprotocolmonitorconstraintdto">SyntheticMultiProtocolMonitorConstraintDto</a>> | The list of constraints which apply to all requests in the step. |
|
|
11060
|
+
| name<sup>\*required</sup> | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | Step name. |
|
|
10988
11061
|
| properties<sup>\*required</sup> | <a href="#syntheticmultiprotocolmonitorstepdtoproperties">SyntheticMultiProtocolMonitorStepDtoProperties</a> | |
|
|
10989
11062
|
| requestConfigurations<sup>\*required</sup> | Array<<a href="#syntheticmultiprotocolrequestconfigurationdto">SyntheticMultiProtocolRequestConfigurationDto</a>> | Request configurations. |
|
|
10990
11063
|
| requestType<sup>\*required</sup> | SyntheticMultiProtocolMonitorStepDtoRequestType | |
|
|
@@ -10997,7 +11070,7 @@ The properties which apply to all requests in the step.
|
|
|
10997
11070
|
|
|
10998
11071
|
### SyntheticMultiProtocolMonitorUpdateDto
|
|
10999
11072
|
|
|
11000
|
-
|
|
11073
|
+
Network availability monitor.
|
|
11001
11074
|
|
|
11002
11075
|
| Name | Type | Description |
|
|
11003
11076
|
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -11017,7 +11090,7 @@ The properties of the monitor.
|
|
|
11017
11090
|
|
|
11018
11091
|
### SyntheticMultiProtocolRequestConfigurationDto
|
|
11019
11092
|
|
|
11020
|
-
The configuration of a
|
|
11093
|
+
The configuration of a network availability monitor request.
|
|
11021
11094
|
|
|
11022
11095
|
| Name | Type | Description |
|
|
11023
11096
|
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------------- |
|
|
@@ -11274,6 +11347,7 @@ A credentials set of the `TOKEN` type.
|
|
|
11274
11347
|
|
|
11275
11348
|
| Name | Type | Description |
|
|
11276
11349
|
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
11350
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
|
|
11277
11351
|
| allowedEntities | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
11278
11352
|
| description | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | A short description of the credentials set. |
|
|
11279
11353
|
| externalVault | <a href="#externalvault">ExternalVault</a> | |
|
|
@@ -11507,6 +11581,7 @@ A credentials set of the `USERNAME_PASSWORD` type.
|
|
|
11507
11581
|
|
|
11508
11582
|
| Name | Type | Description |
|
|
11509
11583
|
| --------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
11584
|
+
| allowContextlessRequests | <a href="https://developer.mozilla.org/en-US/docs/Glossary/Boolean">boolean</a> | Allow ad-hoc functions to access the credential details (requires the APP_ENGINE scope). |
|
|
11510
11585
|
| allowedEntities | Array<<a href="#credentialaccessdata">CredentialAccessData</a>> | The set of entities allowed to use the credential. |
|
|
11511
11586
|
| description | <a href="https://developer.mozilla.org/en-US/docs/Glossary/String">string</a> | A short description of the credentials set. |
|
|
11512
11587
|
| externalVault | <a href="#externalvault">ExternalVault</a> | |
|
|
@@ -11869,7 +11944,7 @@ The type of the ActiveGate.
|
|
|
11869
11944
|
|
|
11870
11945
|
<div class="padding-left--md">
|
|
11871
11946
|
|
|
11872
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
11947
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
11873
11948
|
|
|
11874
11949
|
</div>
|
|
11875
11950
|
|
|
@@ -11883,7 +11958,7 @@ The type of the ActiveGate.
|
|
|
11883
11958
|
|
|
11884
11959
|
<div class="padding-left--md">
|
|
11885
11960
|
|
|
11886
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DiagnosticExport` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `ViewDashboard` | `ViewReport` | `WriteConfig` | `WriteSyntheticData`
|
|
11961
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DiagnosticExport` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `ViewDashboard` | `ViewReport` | `WriteConfig` | `WriteSyntheticData`
|
|
11887
11962
|
|
|
11888
11963
|
</div>
|
|
11889
11964
|
|
|
@@ -11897,7 +11972,7 @@ The type of the ActiveGate.
|
|
|
11897
11972
|
|
|
11898
11973
|
<div class="padding-left--md">
|
|
11899
11974
|
|
|
11900
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
11975
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdvancedSyntheticIntegration` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `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` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
11901
11976
|
|
|
11902
11977
|
</div>
|
|
11903
11978
|
|
|
@@ -11913,7 +11988,7 @@ The type of the asset.
|
|
|
11913
11988
|
|
|
11914
11989
|
<div class="padding-left--md">
|
|
11915
11990
|
|
|
11916
|
-
`Alert` | `CustomCards` | `Dashboard` | `DeclarativeProcesses` | `GenericRelationship` | `GenericType` | `ListScreenFilters` | `ListScreenInjections` | `ListScreenLayout` | `LogEvent` | `LogMetric` | `LogProcessingRule` | `MetricMetadata` | `MetricQuery` | `ScreenActions` | `ScreenChartGroups` | `ScreenDqlTable` | `ScreenEntitiesLists` | `ScreenEventsCards` | `ScreenFilters` | `ScreenHealthCards` | `ScreenInjections` | `ScreenLayout` | `ScreenLogsCards` | `ScreenMessageCards` | `ScreenMetricTables` | `ScreenProblems` | `ScreenProperties`
|
|
11991
|
+
`Alert` | `CustomCards` | `Dashboard` | `DeclarativeProcesses` | `DqlLogProcessingRule` | `GenericRelationship` | `GenericType` | `ListScreenFilters` | `ListScreenInjections` | `ListScreenLayout` | `LogEvent` | `LogMetric` | `LogProcessingRule` | `LqlLogProcessingRule` | `MetricMetadata` | `MetricQuery` | `ScreenActions` | `ScreenChartGroups` | `ScreenDqlTable` | `ScreenEntitiesLists` | `ScreenEventsCards` | `ScreenFilters` | `ScreenHealthCards` | `ScreenInjections` | `ScreenLayout` | `ScreenLogsCards` | `ScreenMessageCards` | `ScreenMetricTables` | `ScreenProblems` | `ScreenProperties`
|
|
11917
11992
|
|
|
11918
11993
|
</div>
|
|
11919
11994
|
|